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.
Read-write property
[Visual Basic .NET] |
---|
Public Property BodyAxis() As AgEVABodyAxis |
[C#] |
---|
public AgEVABodyAxis BodyAxis {get; set;} |
[Managed C++] |
---|
public: __property AgEVABodyAxis get_BodyAxis(); |
[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: |