Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

811b4f31 f01f 2419 f2e4 b537ea0d811f

haplokuon edited this page May 6, 2023 · 1 revision

Update Method

netDxf 3.0.0 Library

Calculates the internal information of the multiline vertexes.

Definition

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 

Remarks

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.

See Also

Reference

MLine Class
netDxf.Entities Namespace

Clone this wiki locally