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
5b1b3e10 8039 6f9c 93c9 5bc6a4e24e6d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the control points.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Vector3[] ControlPoints { get; }VB
Public ReadOnly Property ControlPoints As Vector3()
GetC++
public:
property array<Vector3>^ ControlPoints {
array<Vector3>^ get ();
}F#
member ControlPoints : Vector3[] with getVector3[]