How to retrieve the entities contained in an include in Hypermesh?

Thomas_D
Altair Community Member
Hello,
I'm trying to create a Python function that takes as an argument either the ID or the name of an Include, and returns collections containing all the entities present in the Include.
I haven't found any Python commands that operate on Includes. Is it possible to create such a function with the current Python API?
Best regards,
Thomas
0
Answers
-
Hello @Thomas_D ,
you may need to rely on subsystem (which is created upon include), and to use commands such as
in order to get the list of entities within a given subsystem
Hope that helps,
Michael
0