Click or drag to resize

HatchBoundaryPathEdges Property

Gets the list of entities that makes a loop for the hatch boundary paths.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public List<HatchBoundaryPathEdge> Edges { get; set; }

Property Value

Type: ListHatchBoundaryPathEdge
See Also