Skip to content

ACadSharp.Entities.CadWipeoutBase.ClipBoundaryVertices

Albert Domenech edited this page Jan 27, 2025 · 1 revision

ClipBoundaryVertices Property

Clip boundary vertices

Remarks

For rectangular clip boundary type, two opposite corners must be specified.Default is (-0.5,-0.5), (size.x-0.5, size.y-0.5). 2) For polygonal clip boundary type, three or more vertices must be specified.Polygonal vertices must be listed sequentially

Definition

Namespace: ACadSharp.Entities.CadWipeoutBase

C#

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

Property Value

List

Clone this wiki locally