STK Vector Geometry ToolSend comments on this topic.
InputAngle Property (IAgCrdnCalcScalarAngle)
See Also
Windows





Windows & Linux

Description

The input angle, which is a VGT angle component. Note angle computation in VGT may involve more than just angular displacement value: in VGT angles may be drawn in 3D which requires knowledge and evaluation of supporting vectors.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InputAngle() As IAgCrdnAngle
[C#]
public IAgCrdnAngle InputAngle {get; set;}
[Managed C++]
public: __property IAgCrdnAngle ^ get_InputAngle();
public: __property void set_InputAngle( IAgCrdnAngle );
[Unmanaged C++]
public: HRESULT get_InputAngle(
    IAgCrdnAngle ** ppRetVal
);
public: HRESULT put_InputAngle(
    IAgCrdnAngle InputAngle
);
[Java]
public IAgCrdnAngle getInputAngle();
public void setInputAngle(
    IAgCrdnAngle
);
[Python - STK API ]
@property
def InputAngle(self) -> "IAgCrdnAngle":

@InputAngle.setter
def InputAngle(self, InputAngle:"IAgCrdnAngle") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.