Replies: 1 comment
-
There seems to be no way to get the list of groups. Furthermore, there is no information about group hierarchy. For example: The only way right now is to create group names that have some logical sense, then loop through the object dictionary, and get the group names from their attribute. obj_dict = primitives.objects_by_name
obj_select = [i for i in obj_dict.values() if "GROUP_SUBSTRING" in i.group_name] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
can we extract the all available groups and their object names in the model tree by using the pyaedt script?
i seen by providing group name as assignment we can extract the all object inside that group.
but if i want to get the all available groups and their respective object names then, how do i get them.
suggest me if there is any possible way to get it.
Beta Was this translation helpful? Give feedback.
All reactions