Creates an empty group.
oReturn = SICreateGroup( [Name], [Parent] ); |
Returns the new Group.
| Parameter | Type | Description |
|---|---|---|
| Name | String | Name of the group
Default Value: "Group" |
| Parent | String | Model to use as parent of the new group. A referenced model is
not allowed.
Default Value: Scene_Root |