Revit 2026 API
TransformIs |
The boolean value that indicates whether this transformation is a translation.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsTranslation { get; }
Public ReadOnly Property IsTranslation As Boolean Get
public: property bool IsTranslation { bool get (); }
member IsTranslation : bool with get
Property Value
Boolean
This property is true if the only effect of transformation is translation. It checks that the
basis of the transform is identity. The translation vector may be zero (which would make this
an identity transformation) or nonzero (which would make this a non-trivial translation).
See Also