Click or drag to resize

HatchBoundaryPathUpdate Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Updates the internal HatchBoundaryPath data.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public void Update()
Request Example View Source
Remarks
It is necessary to manually call this method when changes to the boundary entities are made. This is only applicable to associative hatches, non-associative hatches has no associated boundary entities.
See Also