Sets the pointing method to FixedAxes with a Euler Angles orientation.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgSnPtFixedAxes SetPointingFixedAxesEuler( string ReferenceAxes, AgEEulerOrientationSequence Sequence, System.Object A, System.Object B, System.Object C ); |
| [Managed C++] |
|---|
public: IAgSnPtFixedAxes^ SetPointingFixedAxesEuler( String __gc ^ ReferenceAxes, AgEEulerOrientationSequence Sequence, VARIANT A, VARIANT B, VARIANT C ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgSnPtFixedAxes setPointingFixedAxesEuler( String ReferenceAxes, AgEEulerOrientationSequence Sequence, AgVariant A, AgVariant B, AgVariant C ); |
[Python - STK API ] |
|---|
def SetPointingFixedAxesEuler(self, ReferenceAxes:str, Sequence:"AgEEulerOrientationSequence", A:typing.Any, B:typing.Any, C:typing.Any) -> "IAgSnPtFixedAxes": |
- ReferenceAxes
- The ReferenceAxes format is as follows: <ObjectClass>/<InstanceName> <AxesName> Axes
Example: CentralBody/Sun J2000 Axes. - Sequence
- A
- B
- C
Define sensor pointing fixed axes Euler
| [C#] | ||
|---|---|---|
| ||
Define sensor pointing fixed axes Euler
| [Visual Basic .NET] | ||
|---|---|---|
| ||
Define sensor pointing fixed axes Euler
| [Python - STK API] | ||
|---|---|---|
| ||
Define sensor pointing fixed axes Euler
| [MATLAB] | ||
|---|---|---|
| ||






