-
-
Notifications
You must be signed in to change notification settings - Fork 158
ACadSharp.Objects.SpatialFilter
Albert Domenech edited this page Aug 13, 2025
·
1 revision
Represents a object.
Object name
Dxf class name
Namespace: ACadSharp.Objects
C#
DxfNameAttribute
DxfSubClassAttribute
public class SpatialFilter
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 |
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Extensions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.IO.DWG
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Objects.Evaluations
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- ACadSharp.XData
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions