STK UtilSend comments on this topic.
Sequence Property (IAgOrientationEulerAngles)
See Also
Windows





Windows & Linux

Description

Euler rotation sequence. Must be set before A,B,C values. Otherwise the current A,B,C values will be converted to the Sequence specified.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Sequence() As AgEEulerOrientationSequence
[C#]
public AgEEulerOrientationSequence Sequence {get; set;}
[Managed C++]
public: __property AgEEulerOrientationSequence get_Sequence();
public: __property void set_Sequence( AgEEulerOrientationSequence );
[Unmanaged C++]
public: HRESULT get_Sequence(
    AgEEulerOrientationSequence * pVal
);
public: HRESULT put_Sequence(
    AgEEulerOrientationSequence ppVal
);
[Java]
public AgEEulerOrientationSequence getSequence();
public void setSequence(
    AgEEulerOrientationSequence
);
[Python - STK API ]
@property
def Sequence(self) -> "AgEEulerOrientationSequence":

@Sequence.setter
def Sequence(self, ppVal:"AgEEulerOrientationSequence") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.