Skip to content

ACadSharp.Objects.SpatialFilter

Albert Domenech edited this page Aug 13, 2025 · 1 revision

SpatialFilter Class

Represents a object.

Remarks

Object name
Dxf class name

Definition

Namespace: ACadSharp.Objects

C#

DxfNameAttribute
DxfSubClassAttribute
public class SpatialFilter

Properties

Returns Name Summary
Double BackDistance Back clipping plane distance.
List<XY> BoundaryPoints Clip boundary definition point (in OCS).
Always 2 or more based on an xref scale of 1.
Boolean ClipBackPlane Back clipping plane flag.
Boolean ClipFrontPlane Front clipping plane flag.
Boolean DisplayBoundary Clip boundary display enabled flag.
Double FrontDistance Front clipping plane distance.
Matrix4 InsertTransform This matrix transforms points into the coordinate system of the clip boundary.
Matrix4 InverseInsertTransform This matrix is the inverse of the original block reference (insert entity) transformation.
The original block reference transformation is the one that is applied to all entities in the block when the block reference is regenerated.
XYZ Normal Specifies the three-dimensional normal unit vector for the object.
String ObjectName
ObjectType ObjectType
XYZ Origin Origin used to define the local coordinate system of the clip boundary.
String SubclassMarker
Clone this wiki locally