Blimey, it works!
Is arctic mode also causing the iso-curves to be displayed like that or are you using some sort of t-splines?
Ah yes, I changed some of the settings for Arctic in the display mode options - turning mesh wires on, and switching color & material usage to Rendering material. They are Rhino 6 subd objects - no t-splines involved.
Gotcha, so I assume youâre doing the technique where you have to type the entire subd command in to get it to work.
Sort of, I made a button with a macro because I got tired of typing it so often.
NiceâŚis this easy to do?
Yes - just right click an empty bit of the toolbar you want to add the button to, Edit Button>New,
Give it a name, and an icon, and in Command put:
subdfrommesh
enter
So excited! Thanks Piker!!!
fun fun fun! well done Daniel!
i just woke up and saw this⌠BOOM
Beautiful work Daniel you are my hero!!
Good work !
Nice work, Daniel - these are great. Is the approach similar to B-Mesh?
This is awesome @DanielPiker !
Is there any chance to use fattener.dll as an external reference for a script (like K2)? Say for instance, I´m dealing with 1000+ nodes and I want to avoid calculating the spheres in the canvas.
I really like the new Fatten command. Having worked with T-Splines extensively, I have missed this functionality for a while now⌠Also in conjunction with SubD in RhinoWIP⌠so stoked! Thank YOU!
Does it only work with straight curves? Because I canât seem to make it work on curved curves. Amazing plugin though!
Yes, for curves youâd need to approximate them with polylines
Use the Curve to Polyline component.
hi @DanielPiker,
Iâm trying to use Fatten component in the way I was using TsPipe from T-splines, and itâs not working for me.
Let me show you some examples:
-
This is what fatten does to this simple lattice structure:
GH file with internalised data here:
fattener_pipes_flow_issues_01_gf_190210.gh (34.1 KB)
hereâs a video showing the poly flow/thickness/artifacts issues with it:
Dropbox - inconsistent_pipes_fattener_01_gf_190210.mp4 - Simplify your life -
This is a more uniform/desired output of pipe thicknesses using Dendro (I culled duplicates in my example so Dendro doesnât get pissed, I know Fatten will ignore duplicates.
GH file for that: dendro_pipes_01_gf_190210.gh (38.6 KB)
and video: https://global.discourse-cdn.com/mcneel/uploads/default/original/3X/b/4/b45ea16507f5401a789a068abbf00edab5e8eabd.mp4 -
And hereâs the best result, using TsPipe in V5, what I had asked originally, when Bob mentioned I should check this work:
GH file with the low-poly that Tsplines built: ts_pipe_mesh_01_gf_190210.gh (227.5 KB)
and video of that old tool in Rhino V5 when itâs being setup (this includes a few pauses because itâs very slow, not interactive).
Dropbox - Tspipe_pipes_01_gf_190210.mp4 - Simplify your life
You will notice in the mesh internalized .gh file here that they also have some mesh twisting, but it seems to still work ok for some reason.
I know in the documentation you mention that this has trouble with <4 curves coming together:
âŚbut here the max is 4 at any convergence.
Also I think that the logic that I need to choose either pipe diameter OR sphere does not make a lot of sense for design flexibility.
I think pipe diameter is about whatâs the minimum /nominal diameter at each curveâs midpoint. And the spheres should only dictate how large is the webbing between each curve. Does that make sense?
Weâd really love to use this tool for a lot of controlled design structures and lattices. We donât really like any of the lattice tool/plugins for GH, they are too constrictive and limited. But for us to build our own we need a good fatten tool. What you have is so close, but not quite there. Do you think this can improve some more?
Hereâs some screenshots of fatten (blue) vs ts-pipe (green), notice how besides the thickness inconsistencies, there are also some weird normals/tears in the fatten mesh:
Happy to give you more examples of what works/doesnât. I know itâs a hard problem.
Thanks,
Gustavo
Hi @DanielPiker,
I am working with @gustojunk on these tests and have been able to understand some of the issues in more detail.
Firstly the twisted meshes that create the inverted normals on the struts. I have been able to use the line input and planes to create spheres with better alignment but they midpoint ones still donât seem to match the line controls or the plane. Is it possible to get more control over this alignment?
Secondary, Gustavo all ready mentioned it above briefly but the way the node connections are defined if one line in aligned through the centre of the other 3 the strut connects the side the line has gone through and does not build from the centre.
Clean Junctions
Broken Junctions
Will it be possible to make it so when a strut connecting to nodes together like in a lattice between the top and bottom layer is added the junction is subdivided down like with TsPipe and thus connecting thought the junction instead of sticking to one side. I can model up what I am thinking it would look like as a mesh if that helps.
Cheers
Matt
GH File used: 140219_fattener_pipes_flow_issues_RH-Forum.gh (42.6 KB)