Skip to content

ACadSharp.Entities.UnderlayEntity.ClipBoundaryVertices

Albert Domenech edited this page Jul 20, 2025 · 1 revision

ClipBoundaryVertices Property

2d points in OCS/ECS.

Remarks

If only two, then they are the lower left and upper right corner points of a clip rectangle.
If more than two, then they are the vertices of a clipping polygon.

Definition

Namespace: ACadSharp.Entities.UnderlayEntity<T>

C#

DxfCollectionCodeValueAttribute
public List<XY> ClipBoundaryVertices { get; set; }

Property Value

List

Clone this wiki locally