Skip to content

ACadSharp.Entities.Spline.UpdateFromFitPoints

Albert Domenech edited this page Sep 9, 2025 · 1 revision

UpdateFromFitPoints Method

Update the Spline control points from the fit points.

Remarks

The weights are set to 1 and the degree to 3 (cubic).

Definition

Namespace: ACadSharp.Entities.Spline

C#

public Void UpdateFromFitPoints

Return Value

Void

Clone this wiki locally