Click or drag to resize

Hatch Constructor (HatchPattern, IEnumerableHatchBoundaryPath, Boolean)

Initializes a new instance of the Hatch class.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Hatch(
	HatchPattern pattern,
	IEnumerable<HatchBoundaryPath> paths,
	bool associative
)

Parameters

pattern
Type: DXFReaderNET.EntitiesHatchPattern
Hatch pattern.
paths
Type: System.Collections.GenericIEnumerableHatchBoundaryPath
A list of boundary paths.
associative
Type: SystemBoolean
Defines if the hatch is associative or not.
Remarks
The hatch boundary paths must be on the same plane as the hatch. The normal and the elevation of the boundary paths will be omitted (the hatch elevation and normal will be used instead). Only the x and y coordinates for the center of the line, ellipse, circle and arc will be used.
See Also