Hmm...I get how the levels are set up, but I do not understand why does it matter that the selected geom. set has to be in the 1st level to work.
The line sets and defines your selection :
Set mySelection = oSelection.Item(1).Value
Dim hybridBody1 As HybridBody
Set hybridBody1 =...
thread560-358170
Hello,
I am wondering how can I use a macro to insert a new geometrical set into a user selected(can be preselected or after the macro is started) one no mather how many parent geom. sets does the selected geom. have in the tree structure.
I tried to use the macro code ferdo...