AGI AgGator 11 Send comments on this topic.
GetEulerRotation_Array Method (IAgGatorPluginResultAttCtrl)
See Also 
Sequence





Description

Gets the current orientation as euler rotations returned as an array. Useful for scripting clients.

Syntax

[Visual Basic .NET]
Public Function GetEulerRotation_Array( _
   ByVal Sequence As AgEEulerSequence _
) As System.Array

[C#]
public System.Array GetEulerRotation_Array(
AgEEulerSequence Sequence
);

[Managed C++]
public: System::Array GetEulerRotation_Array(
AgEEulerSequence Sequence
);

[Java]
public VariantArray getEulerRotation_Array(
AgEEulerSequence Sequence
);

[Unmanaged C++]
public: HRESULT GetEulerRotation_Array(
AgEEulerSequence Sequence,
SAFEARRAY ** Array
);

Parameters

Sequence
Member Value Description
e121 121 Sequence defined by rotation about x-axis, then about rotated y-axis, then about rotated x-axis.
e123 123 Sequence defined by rotation about x-axis, then about rotated y-axis, then about rotated z-axis.
e131 131 Sequence defined by rotation about x-axis, then about rotated z-axis, then about rotated x-axis.
e132 132 Sequence defined by rotation about x-axis, then about rotated z-axis, then about rotated y-axis.
e212 212 Sequence defined by rotation about y-axis, then about rotated x-axis, then about rotated y-axis.
e213 213 Sequence defined by rotation about y-axis, then about rotated x-axis, then about rotated z-axis.
e231 231 Sequence defined by rotation about y-axis, then about rotated z-axis, then about rotated x-axis.
e232 232 Sequence defined by rotation about y-axis, then about rotated z-axis, then about rotated y-axis.
e312 312 Sequence defined by rotation about z-axis, then about rotated x-axis, then about rotated y-axis.
e313 313 Sequence defined by rotation about z-axis, then about rotated x-axis, then about rotated z-axis.
e321 321 Sequence defined by rotation about z-axis, then about rotated y-axis, then about rotated x-axis.
e323 323 Sequence defined by rotation about z-axis, then about rotated y-axis, then about rotated x-axis.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1