SelectionDetailsTransform Property
 | 
Namespace:  Bricscad.EditorInput
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public 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