EulerAnglesTransform Property |
Gets the unit scaled transformation matrix.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic Matrix3d Transform { get; }
Public ReadOnly Property Transform As Matrix3d
Get
public:
property Matrix3d Transform {
Matrix3d get ();
}
member Transform : Matrix3d with get
Property Value
Type:
Matrix3d
See Also