|
|
Creates rotation about given axis by angle in radians
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ axis As UnitVector3D, _ angle As Double _ ) |
| C# |
|---|
public Rotation3D( UnitVector3D axis, double angle ) |
| Visual C++ |
|---|
public: Rotation3D( UnitVector3D^ axis, double angle ) |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | Argument 'axis' is null |
| System..::..ArgumentException | Argument 'axis' has been Disposed |