Skip to content

ACadSharp.Objects.SpatialFilter.BoundaryPoints

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

BoundaryPoints Property

Clip boundary definition point (in OCS).
Always 2 or more based on an xref scale of 1.

Remarks

2 points = Rectangular clip boundary (lower-left and upper-right)
greater than 2 points = Polyline clip boundary

Definition

Namespace: ACadSharp.Objects.SpatialFilter

C#

DxfCodeValueAttribute
DxfCollectionCodeValueAttribute
public List<XY> BoundaryPoints { get; set; }

Property Value

List

Clone this wiki locally