STK ObjectsSend comments on this topic.
Body Property (IAgVeProfileSpinning)
See Also
Windows





Windows & Linux

Description

Get the spin axis in the body frame.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Body() As IAgDirection
[C#]
public IAgDirection Body {get;}
[Managed C++]
public: __property IAgDirection ^ get_Body();
[Unmanaged C++]
public: HRESULT get_Body(
    IAgDirection ** ppVal
);
[Java]
public IAgDirection getBody();
[Python - STK API ]
@property
def Body(self) -> "IAgDirection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.