Hello !
I have an issue with selecting elements which are nested in the Revit family.
I have General Model Adaptive family (X)
I have created and loaded into General Model Adaptive family (X), General Model face base family (Y) which contains 2D lines with specific line-styles.
How to select the lines (not family) using Rhino.Inside components? I am selecting that line using “TAB” - so it’s “level 2” family element, but I don’t know how to do using GH.
Hi, to start with a small stripped out sample family would be helpful to assist, but hope the below is what you actually need…
If you want to select a nested family within a parent family, you can use “Element Dependents” component to select them.
From that nested family…there is element references component that can get geometric references within the element which you can use to create geometry if that’s what you are after… you can refer to below post and go through it might be helpful.