Click or drag to resize

HatchBoundaryPath Constructor

Initializes a new instance of the Hatch class.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public HatchBoundaryPath(
	IEnumerable<EntityObject> edges
)

Parameters

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