Click or drag to resize

HatchPattern Constructor (String, IEnumerableHatchPatternLineDefinition, String)

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

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public HatchPattern(
	string name,
	IEnumerable<HatchPatternLineDefinition> lineDefinitions,
	string description
)
Request Example View Source

Parameters

name
Type: SystemString
Pattern name, always stored as uppercase.
lineDefinitions
Type: System.Collections.GenericIEnumerableHatchPatternLineDefinition
The definition of the lines that make up the pattern (not applicable in Solid fills).
description
Type: SystemString
Description of the pattern (optional, this information is not saved in the dxf file). By default it will use the supplied name.
See Also