-
-
Notifications
You must be signed in to change notification settings - Fork 123
ACadSharp.Entities.CadWipeoutBase.ClipBoundaryVertices
Albert Domenech edited this page Jan 27, 2025
·
1 revision
Clip boundary vertices
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
Namespace: ACadSharp.Entities.CadWipeoutBase
C#
DxfCodeValueAttribute
DxfCollectionCodeValueAttribute
public List<XY> ClipBoundaryVertices { get; set; }
List
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- 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