Click or drag to resize

HatchBoundaryPathEdges Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the list of entities that makes a loop for the hatch boundary paths.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public IReadOnlyList<HatchBoundaryPathEdge> Edges { get; }
Request Example View Source

Property Value

Type: IReadOnlyListHatchBoundaryPathEdge
See Also