Sets which occurrences are to be part of this rigid group.
To use this method, you need to position the timeline marker to immediately before this group. This can be accomplished using the following code: group.timelineObject.rollTo(True)
"rigidGroup_var" is a variable referencing a RigidGroup object.
|
"rigidGroup_var" is a variable referencing a RigidGroup object.
|
Type | Description |
boolean | Returns true if successful. |
Name | Type | Description |
occurrences | ObjectCollection | An ObjectCollection containing the occurrences to use in creating the rigid group. |
includeChildren | boolean | Boolean indicating if the children of the input occurrences should be included in the rigid group. |