|
|
Make from a rotation.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ rotation As Rotation3D _ ) |
| C# |
|---|
public Matrix3( Rotation3D rotation ) |
| Visual C++ |
|---|
public: Matrix3( Rotation3D^ rotation ) |
Parameters
- rotation
- Type: Autodesk.Navisworks.Api..::..Rotation3D
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | Argument 'rotation' is null |
| System..::..ArgumentException | Argument 'rotation' has been Disposed |