lklo
Industrial
- Nov 24, 2010
- 226
Hi guys -
I'm struggling a bit, when I try to collect solid bodies from current workaprt into a array (of Body) in nx journal..
I can easily collect the solid bodies created from ordinary features, but the bodies from the special featureType "FLEXED_PART",is challenge me a bit....
Do any of you have tried to play with these solid bodies created from a "deformable part"- what I mean is - to collect these bodies as solid bodies...
lklo
I'm struggling a bit, when I try to collect solid bodies from current workaprt into a array (of Body) in nx journal..
I can easily collect the solid bodies created from ordinary features, but the bodies from the special featureType "FLEXED_PART",is challenge me a bit....
Code:
Dim bodies() As body = workpart.bodies.toarray
For Each tmpbody As body In bodies
nx(tmpbody.tag)
Next[b][/b]
Do any of you have tried to play with these solid bodies created from a "deformable part"- what I mean is - to collect these bodies as solid bodies...
lklo