STK ObjectsSend comments on this topic.
SpinAxisConeAngle Property (IAgSnPtSpinning)
See Also
Windows





Windows & Linux

Description

The cone angle used in defining the spin axis, i.e. the angle between the spin axis and the sensor boresight. As the boresight spins about the spin axis, it maintains this angular distance away from the spin axis. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SpinAxisConeAngle() As System.Object
[C#]
public System.Object SpinAxisConeAngle {get; set;}
[Managed C++]
public: __property VARIANT get_SpinAxisConeAngle();
public: __property void set_SpinAxisConeAngle( VARIANT );
[Unmanaged C++]
public: HRESULT get_SpinAxisConeAngle(
    VARIANT * pVal
);
public: HRESULT put_SpinAxisConeAngle(
    VARIANT pVal
);
[Java]
public AgVariant getSpinAxisConeAngle();
public void setSpinAxisConeAngle(
    AgVariant
);
[Python - STK API ]
@property
def SpinAxisConeAngle(self) -> typing.Any:

@SpinAxisConeAngle.setter
def SpinAxisConeAngle(self, pVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.