This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
3d1d06bb 3d40 8890 6a2f 88f5bb65d4cb
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the spline fit points list.
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)
GetC++
public:
property IReadOnlyList<Vector3>^ FitPoints {
IReadOnlyList<Vector3>^ get ();
}F#
member FitPoints : IReadOnlyList<Vector3> with getIReadOnlyList(Vector3)