AGI STK Astrogator 11 Send comments on this topic.
BodyAxis Property (IAgVAAttitudeControl)
See Also 





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 * pRetVal
);
public: HRESULT put_BodyAxis(
AgEVABodyAxis NewBodyAxis
);

[Java]
public AgEVABodyAxis getBodyAxis();public void setBodyAxis(
AgEVABodyAxis
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1