GCurve(Int32, Point3D()) Constructor

GCurve by control points constructor.
Public Sub New( _ 
ByVal degree As Integer, _ 
ByVal ParamArray ctrlPoints As Point3D() _ 
)
This language is not supported or no code example is available.
public GCurve( 
int degree
params Point3D[] ctrlPoints 
)
This language is not supported or no code example is available.

Parameters

degree
int

The desired curve degree

ctrlPoints
Point3D[]

The list of control points

.NET Framework

Supported in: 4.7.2

In this article

Definition