Hi Friends,
Below is the code to get the hybridshapes from each geo set.
Now geo sets are inside another geo set, which is again in another geo set.
'Code
For each hb as hybridbody in part1.hybridbodies '(first level)
For each hb1 as hybridbody in hb.hybridbodies '(second level)
For each hb2 as hybridbody in hb1.hybridbodies '(third level)
'Code
My question is, how can I loop through any level of geo sets inside geo sets,
without writing or declaring hybridbody.
Regards,
Vik
Below is the code to get the hybridshapes from each geo set.
Now geo sets are inside another geo set, which is again in another geo set.
'Code
For each hb as hybridbody in part1.hybridbodies '(first level)
For each hb1 as hybridbody in hb.hybridbodies '(second level)
For each hb2 as hybridbody in hb1.hybridbodies '(third level)
'Code
My question is, how can I loop through any level of geo sets inside geo sets,
without writing or declaring hybridbody.
Regards,
Vik