Click or drag to resize

HatchBoundaryPaths Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the hatch boundary paths.

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

Property Value

Type: ObservableCollectionHatchBoundaryPath
Remarks
The hatch must contain at least on valid boundary path to be able to add it to the DxfDocument, otherwise it will be rejected.
See Also