CreateGroup

Description

Creates a group.

Scripting Syntax

oReturn = CreateGroup( [Name], [InputObjs], [Parent] );

Return Value

Returns the group (a Group object).

Parameters

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

Default Value: Scene_Root

See Also

AddToGroup RemoveFromGroup RemoveGroup AddGroup Group Model.AddGroup