Click or drag to resize

MLineUpdate Method

Calculates the internal information of the multiline vertexes.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public void Update()
Remarks

This function needs to be called manually when any modifications are done to the multiline.

If the vertex distance list needs to be edited to represent trimmed multilines this function needs to be called prior to any modification. It will calculate the minimum information needed to build a correct multiline.

See Also