Defines a constraint vector in spacecraft body coordinates to complete the attitude definition.
Read-only property
[Visual Basic .NET] |
---|
Public Property BodyConstraintVector() As IAgDirection |
[C#] |
---|
public IAgDirection BodyConstraintVector {get;} |
[Managed C++] |
---|
public: __property IAgDirection ^ get_BodyConstraintVector(); |
[Unmanaged C++] |
---|
public: HRESULT get_BodyConstraintVector( IAgDirection ** ppDirection ); |
[Java] |
---|
public IAgDirection getBodyConstraintVector(); |
[Python - STK API ] |
---|
@property def BodyConstraintVector(self) -> "IAgDirection": |