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





Windows & Linux

Description

The azimuth of the spin axis, i.e. the angle from the parent object's +X axis about the +Z axis in a right-handed sense. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SpinAxisAzimuth() As System.Object
[C#]
public System.Object SpinAxisAzimuth {get; set;}
[Managed C++]
public: __property VARIANT get_SpinAxisAzimuth();
public: __property void set_SpinAxisAzimuth( VARIANT );
[Unmanaged C++]
public: HRESULT get_SpinAxisAzimuth(
    VARIANT * pVal
);
public: HRESULT put_SpinAxisAzimuth(
    VARIANT pVal
);
[Java]
public AgVariant getSpinAxisAzimuth();
public void setSpinAxisAzimuth(
    AgVariant
);
[Python - STK API ]
@property
def SpinAxisAzimuth(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.