While importing CATPart, I get various parts and part assemblies in the PART browser
While using hm_entitylist parts name/id
I get list of names/ids of the model, parts and part assemblies altogether.
From this list, how to distinguish if the entity is a part/model/part_assembly using TCL command?
I tried using hm_getvalueparts name="name" dataname=children
for parts, this command returns 0(zero). But the children value is the same even for empty part assembly.
So I would like to know if there is any dataname or any other tcl command to distinguish parts and part assembly.
Additional question : Is there any way to list all existing datanames for an entity using TCL?
I looked up the datanames page from the Altair Help Documentation, but I couldn't find PARTS in the list, instead I was able to find PARTSETS.
Thanks and Regards,
Akash P