Hi, please how can the “clean tree” or curve component detect recursive data? I only feed them geometry from the rhino file.
recursive-data-except-there-isnt.gh (26.9 KB)
points-curves-to-mesh.3dm (68.4 KB)
Hi, please how can the “clean tree” or curve component detect recursive data? I only feed them geometry from the rhino file.
recursive-data-except-there-isnt.gh (26.9 KB)
points-curves-to-mesh.3dm (68.4 KB)
are they not in the repository?
you are casting Guids as Curves, and you get this error (which is not plugin-specific):
try using the new R8 components to automagically reference stuff from layers
or -if you are on R7- try any other readymade option like Geometry Pipeline, which also has LayerName filtering but also has geometry type filtering
Thank you very much, I didn’t know the functionality has been added to GH already!
I’ve been using the Horster plugin to reference by layer probably since Rhino v6, it must have gotten outdated when it stopped being necessary.
I like that the “Query Model Objects” component will return geometry from multiple layers when used with wildcards matching