RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Transform

Transform.Inverse

Property
Description:
The inverse transformation of this transformation.
Remarks:
The transformation matrix A is invertible if there exists a transformation matrix B such that A*B = B*A = I (identity).
Syntax
public Transform Inverse { get; }
Exceptions
Exception Condition
InvalidOperationException Thrown when this transformation is not conformal or invertible.