I have a Solid3D object inside a block and need to select its edges.
I tried:
viewport.SelectionFilterMode = selectionFilterType.Edge;
viewport.ActionMode = actionType.SelectByPick;
As the block is treated as a single object, doing so would select the whole Solid3D object.
Could you suggest me a solution that I could use to get around this?