Referencing Hierarchical Layer from Rhino into GH with Geometry Pipeline component

Hi all,

I have geometry in Rhino that is organised into layers with a hierarchy.

image

However, using the pipeline component to reference geometry from a specific layer I am not able to grab geometry from either a specific sublayer or the entire ‘main’ layer. Is there a way to achieve this?

image

Thanks,

Arthur

The syntax for accesing sublayers is: mainLayer::subLayer::subsubLayer.
In your case, to access Gen-Primaries you should write for layer name:
Generated Structure::With Bracing::Gen-Primaries

Thank you aitorleceta,

This was exactly what I was looking for.

Is it possible to get from the pipeline all the geometry placed in The mainlayer? I tried With mainlayer:: but it didn’t gave me nothing

Done: the solution is mainlayer*