ThreeDModel.SetGroupPivotPosition(String, Array) Method

Top 

Description

Set the position of the pivot point about which rotations are applied. This point is defined in absolute model coordinates.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Method Signature

ThreeDModel.SetGroupPivotPosition(

String groupName,


Array pivotPositionArray)

 

 

Arguments

groupName


Description:

Name of the group for which the pivot point position is defined.

 

 

pivotPositionArray


Description:

The position of the pivot point of the group.

Required Size:

At least 3

 

 

 

Return Value

Type:

number

 

 

Returns a 1 if the pivot position of the group is set successfully, returns a 0 if unsuccessful.

 

Syntax

myVariable1 = myThreeDModel1.SetGroupPivotPosition(myString1, myArray1);

 

 

See also

ThreeDModel Object

ThreeDModel.SetGroupPivotPosition

Vehicle 3D Models Guide