STK Graphics PrimitivesSend comments on this topic.
Orientation Property (IAgStkGraphicsModelPrimitive)
See Also
Windows





Windows & Linux

Description

Gets or sets the model's orientation. The quaternion is a rotation from the model's local axes to the axes of the model's Reference Frame.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Orientation() As IAgOrientation
[C#]
public IAgOrientation Orientation {get; set;}
[Managed C++]
public: __property IAgOrientation ^ get_Orientation();
public: __property void set_Orientation( IAgOrientation );
[Unmanaged C++]
public: HRESULT get_Orientation(
    IAgOrientation ** ppRetVal
);
public: HRESULT put_Orientation(
    IAgOrientation Orientation
);
[Java]
public IAgOrientation getOrientation();
public void setOrientation(
    IAgOrientation
);
[Python - STK API ]
@property
def Orientation(self) -> "IAgOrientation":

@Orientation.setter
def Orientation(self, Orientation:"IAgOrientation") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.