SICreateGroup
 
 
 

SICreateGroup

Description

Creates an empty group.

Scripting Syntax

oReturn = SICreateGroup( [Name], [Parent] );

Return Value

Returns the new Group.

Parameters

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

See Also

AddToGroup RemoveFromGroup AddGroup Group Model.AddGroup