ThreeDModel.AddGroup Method

Top 

Description

Create an element or a group which contains elements for which position and orientation offsets can be applied.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

ThreeDModel.AddGroup(String groupToCreate)

String

A group is created without any 3D model data and added to the root group.

ThreeDModel.AddGroup(String parentGroupName, String groupToCreate)

String

A group is created without any 3D model data and added to the parent group.

ThreeDModel.AddGroup(String parentGroupName, String groupToCreate, String modelFilename)

String

A group is created with the 3D model data contained in the file and added to the parent group. This overload method automatically determines the 3D model format from the models Filename.

ThreeDModel.AddGroup(String parentGroupName, String groupToCreate, String modelFilename, Variable format)

String

A group is created with the 3D model data contained in the file and added to the parent group.

 

 

See also

ThreeDModel Object

Vehicle 3D Models Guide