ThreeDModel.SetGroupOrientation(String, Array) Method

Top 

Description

Set the orientation offset with respect to the Spacecraft BCS for all elements in the 3D model file that are contained within the specified group.

 

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.SetGroupOrientation(

String groupName,


Array quaternionArray)

 

 

Arguments

groupName


Description:

Name of the group to which the position will be applied.

 

 

quaternionArray


Description:

The quaternion representing the orientation of the group.

Required Size:

At least 4

 

 

 

Return Value

Type:

number

 

 

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

 

Syntax

myVariable1 = myThreeDModel1.SetGroupOrientation(myString1, myArray1);

 

 

See also

ThreeDModel Object

ThreeDModel.SetGroupOrientation

Vehicle 3D Models Guide