Message 1 of 3
Vba function to find the name of a solid parent

Not applicable
06-08-2020
11:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
With a macro in VBA, I want to recover the name of the original solid D-X7001_.Gen.cen and thus rename the new solids created.
Objectif:
solid72 becomes D-X7001_.Gen.cen.id1
solid74 becomes D-X7001_.Gen.cen.id2
solid75 becomes D-X7001_.Gen.cen.id2 ....
with AffectedByFeatures .name I manage to find the function of first level (ex: scission3)
but I cannot find the method to be able to go further in the tree structure
what's method to use, please?
Thanks for your help