This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 416
811b4f31 f01f 2419 f2e4 b537ea0d811f
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Calculates the internal information of the multiline vertexes.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void Update()
VB
Public Sub Update
C++
public:
void Update()
F#
member Update : unit -> unit
This function needs to be called manually when any modification is done that affects the final shape of 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.