Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

a8706924 1f61 be14 8396 d611a1af8e12

haplokuon edited this page May 6, 2023 · 1 revision

HatchBoundaryPath(IEnumerable<EntityObject>) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the HatchBoundaryPath class.

Definition

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

Parameters

  IEnumerable(EntityObject)
List of entities that makes a loop for the hatch boundary paths.

See Also

Reference

HatchBoundaryPath Class
HatchBoundaryPath Overload
netDxf.Entities Namespace

Clone this wiki locally