Sets the pointing method to Fixed with a Euler Angles orientation.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgSnPtFixed SetPointingFixedEuler( AgEEulerOrientationSequence Sequence, System.Object A, System.Object B, System.Object C ); |
| [Managed C++] |
|---|
public: IAgSnPtFixed^ SetPointingFixedEuler( AgEEulerOrientationSequence Sequence, VARIANT A, VARIANT B, VARIANT C ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgSnPtFixed setPointingFixedEuler( AgEEulerOrientationSequence Sequence, AgVariant A, AgVariant B, AgVariant C ); |
[Python - STK API ] |
|---|
def SetPointingFixedEuler(self, Sequence:"AgEEulerOrientationSequence", A:typing.Any, B:typing.Any, C:typing.Any) -> "IAgSnPtFixed": |
- Sequence
- A
- B
- C
Define sensor pointing fixed Euler
| [C#] | ||
|---|---|---|
| ||
Define sensor pointing fixed Euler
| [Visual Basic .NET] | ||
|---|---|---|
| ||
Define sensor pointing fixed Euler
| [Python - STK API] | ||
|---|---|---|
| ||
Define sensor pointing fixed Euler
| [MATLAB] | ||
|---|---|---|
| ||






