Revit 2019.2 API |
Transform..::..Inverse Property |
Transform Class See Also |
The inverse transformation of this transformation.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Syntax
Remarks
The transformation matrix A is invertible if there exists a transformation matrix B
such that A*B = B*A = I (identity).
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..InvalidOperationException | Thrown when this transformation is not conformal or invertible. |