SpatialFilterOriginalInverseBlockTransform
Property
|
Property that represents the matrix that is
inverse of the block transform for the associated block reference
when the filter was last set.
Namespace: Teigha.DatabaseServices.Filters
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public Matrix3d OriginalInverseBlockTransform { get; }
Public ReadOnly Property OriginalInverseBlockTransform As Matrix3d
Get
public:
property Matrix3d OriginalInverseBlockTransform {
Matrix3d get ();
}
member OriginalInverseBlockTransform : Matrix3d with get
Property Value
Matrix3d
See Also