|
![]() |
Rotation of camera from base orientation. The base
orientation is looking down the negative Z-axis with
+X to the right and +Y up.
Default 0 0 0 1 (no rotation).
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Property Rotation As Rotation3D Get Set |
C# |
---|
public Rotation3D Rotation { get; set; } |
Visual C++ |
---|
public: property Rotation3D^ Rotation { Rotation3D^ get (); void set (Rotation3D^ value); } |