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

3d1d06bb 3d40 8890 6a2f 88f5bb65d4cb

haplokuon edited this page May 6, 2023 · 1 revision

FitPoints Property

netDxf 3.0.0 Library

Gets the spline fit points list.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public IReadOnlyList<Vector3> FitPoints { get; }

VB

Public ReadOnly Property FitPoints As IReadOnlyList(Of Vector3)
	Get

C++

public:
property IReadOnlyList<Vector3>^ FitPoints {
	IReadOnlyList<Vector3>^ get ();
}

F#

member FitPoints : IReadOnlyList<Vector3> with get

Property Value

IReadOnlyList(Vector3)

See Also

Reference

Spline Class
netDxf.Entities Namespace

Clone this wiki locally