Creates a group.
oReturn = CreateGroup( [Name], [InputObjs], [Parent] ); |
Returns the group (a Group object).
| Parameter | Type | Description |
|---|---|---|
| Name | String | Name of the group
Default Value: "Group" |
| InputObjs | String | List of objects to put in
the group.
Default Value: Selected objects |
| Parent | String | Model to use as parent of the new group. A referenced model is
not allowed.
Default Value: Scene_Root |