Hello alls,
For setting up an automated process for PartBrowser, I have the need to extract the PartAssembly structure by script.
With these lines, I get all existing Part(assembly)IDs:
*createmark parts 1 all
set Part_List [hm_getmark parts 1]
But how can I identify:
- Which of the IDs is a Part and which a PartAssembly?
- How can I identify, which Parts/PartAssemblies are included in one specific Partassembly (for extracting the assembly structure)?
Thanks a lot
and
best regards
Manuel