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

Transform2D.IsConformal

Property
Description:
The boolean value that indicates whether this transformation is conformal.
Remarks:
This property is true if this transformation can be decomposed as the product of a rigid-body motion, uniform scale and reflection. Such transformation preserves angles between vectors.
Syntax
public bool IsConformal { get; }