GCurve(Int32, IList<Point3D>) Constructor

GCurve by control points constructor.
Public Sub New( _ 
ByVal degree As Integer, _ 
ByVal ctrlPoints As IList(Of Point3D) _ 
)
This language is not supported or no code example is available.
public GCurve( 
int degree
IList<Point3D> ctrlPoints 
)
This language is not supported or no code example is available.

Parameters

degree
int

The desired curve degree

ctrlPoints
IList<Point3D>

The list of control points

.NET Framework

Supported in: 4.7.2

In this article

Definition