I have a large set of assemblies and sub assemblies in my model. Is there any python or tcl command to get the list of assemblies alone, if I input the name of an assembly in the model?
Hi Adriano_Koga, Thanks for the response. I'm looking not looking for the list of all assemblies in the model. For eg: Assembly A have sub assembles 1, 2 and 3. Similarly Assembly B have sub-assemblies 4, 5 and 6. I need the output as 1, 2 and 3 if I query for sub-assemblies inside assembly A. Similarly 4, 5 and 6 if I query for assem B.
you're probably looking for some command like this:
https://2021.help.altair.com/2021/hwdesktop/hwd/topics/reference/hm/hm_assemlist.htm
Hi Adriano_Koga, Thanks for the response. I'm looking not looking for the list of all assemblies in the model. For eg: Assembly A have sub assembles 1, 2 and 3. Similarly Assembly B have sub-assemblies 4, 5 and 6. I need the output as 1, 2 and 3 if I query for sub-assemblies inside assembly A. Similarly 4, 5 and 6 if I query for assem B.