Properties_T_Rhino_Geometry_Transform - mcneel/rhinocommon-api-docs GitHub Wiki

Transform Properties

The Transform type exposes the following members.

Properties

 

Name Description
Public property Determinant The determinant of this 4x4 matrix.
Public propertyStatic member Identity Gets a new identity transform matrix. An identity matrix defines no transformation.
Public property IsIdentity Return true if this Transform is the identity transform
Public property IsValid Gets a value indicating whether or not this Transform is a valid matrix. A valid transform matrix is not allowed to have any invalid numbers.
Public property Item Gets or sets the matrix value at the given row and column indixes.
Public property M00 Gets or sets this[0,0].
Public property M01 Gets or sets this[0,1].
Public property M02 Gets or sets this[0,2].
Public property M03 Gets or sets this[0,3].
Public property M10 Gets or sets this[1,0].
Public property M11 Gets or sets this[1,1].
Public property M12 Gets or sets this[1,2].
Public property M13 Gets or sets this[1,3].
Public property M20 Gets or sets this[2,0].
Public property M21 Gets or sets this[2,1].
Public property M22 Gets or sets this[2,2].
Public property M23 Gets or sets this[2,3].
Public property M30 Gets or sets this[3,0].
Public property M31 Gets or sets this[3,1].
Public property M32 Gets or sets this[3,2].
Public property M33 Gets or sets this[3,3].
Public property SimilarityType Gets a value indicating whether or not the Transform maintains similarity. The easiest way to think of Similarity is that any circle, when transformed, remains a circle. Whereas a non-similarity Transform deforms circles into ellipses.
Public propertyStatic member Unset Gets an XForm filled with RhinoMath.UnsetValue.
  Back to Top

See Also

Reference

Transform Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️