STK AstrogatorSend comments on this topic.
BodyAxis Property (IAgVAAttitudeControl)
See Also
Windows





Windows & Linux

Description

Body Axis - whether the engine acceleration (the direction opposite the engine's exhaust) is aligned with positive or negative X, Y or Z body axis. If an engine model is being used instead of a thruster set, use this option to select the direction of the engine. To specify a direction other than along a body axis, use a thruster set.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BodyAxis() As AgEVABodyAxis
[C#]
public AgEVABodyAxis BodyAxis {get; set;}
[Managed C++]
public: __property AgEVABodyAxis get_BodyAxis();
public: __property void set_BodyAxis( AgEVABodyAxis );
[Unmanaged C++]
public: HRESULT get_BodyAxis(
    AgEVABodyAxis * pVal
);
public: HRESULT put_BodyAxis(
    AgEVABodyAxis newVal
);
[Java]
public AgEVABodyAxis getBodyAxis();
public void setBodyAxis(
    AgEVABodyAxis
);
[Python - STK API ]
@property
def BodyAxis(self) -> "AgEVABodyAxis":

@BodyAxis.setter
def BodyAxis(self, newVal:"AgEVABodyAxis") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.