Click or drag to resize

HatchBoundaryPath Constructor

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the Hatch class.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public HatchBoundaryPath(
	IEnumerable<EntityObject> edges
)
Request Example View Source

Parameters

edges
Type: System.Collections.GenericIEnumerableEntityObject
List of entities that makes a loop for the hatch boundary paths.
See Also