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





Windows & Linux

Description

the elevation of the spin axis, i.e. the angle between the spin axis and the parent object's body-fixed XY plane, measured as positive in the direction of the parent object's body-fixed +Z axis. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SpinAxisElevation() As System.Object
[C#]
public System.Object SpinAxisElevation {get; set;}
[Managed C++]
public: __property VARIANT get_SpinAxisElevation();
public: __property void set_SpinAxisElevation( VARIANT );
[Unmanaged C++]
public: HRESULT get_SpinAxisElevation(
    VARIANT * pVal
);
public: HRESULT put_SpinAxisElevation(
    VARIANT pVal
);
[Java]
public AgVariant getSpinAxisElevation();
public void setSpinAxisElevation(
    AgVariant
);
[Python - STK API ]
@property
def SpinAxisElevation(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.