This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
a8706924 1f61 be14 8396 d611a1af8e12
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the HatchBoundaryPath
class.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public HatchBoundaryPath(
IEnumerable<EntityObject> edges
)
VB
Public Sub New (
edges As IEnumerable(Of EntityObject)
)
C++
public:
HatchBoundaryPath(
IEnumerable<EntityObject^>^ edges
)
F#
new :
edges : IEnumerable<EntityObject> -> HatchBoundaryPath
- IEnumerable(EntityObject)
- List of entities that makes a loop for the hatch boundary paths.
HatchBoundaryPath Class
HatchBoundaryPath Overload
netDxf.Entities Namespace