The Group class contains methods and properties to add and remove entities from groups as well as to query for the existence of specific entities within a group. Note that groups must be created using the createGroup(name) method in the Analysis group. To create a group called “chips” in an analysis object named “model”, issue the command:
model.createGroup(“chips”)
Group Class Properties
Group Properties | Type | Values |
type | String | “Geometric”, “Motion” |
entityType | String | “Volume”, “Surface”, “Edge” |
name | String |
Group Class Methods