|
|
Return inverse of matrix. Matrix must be non-singular (non-zero determinant).
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function Inverse As Transform3D |
| C# |
|---|
public Transform3D Inverse() |
| Visual C++ |
|---|
public: Transform3D^ Inverse() |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |