TrimCurve(Int32, Double(), Point4D(), ICurve) Constructor

Parametric space curve data and edge constructor.
Public Sub New( _ 
ByVal degree As Integer, _ 
ByVal knotVector As Double(), _ 
ByVal ctrlPoints As Point4D(), _ 
ByVal edge As ICurve
)
This language is not supported or no code example is available.
public TrimCurve( 
int degree
double[] knotVector
Point4D[] ctrlPoints
ICurve edge 
)
This language is not supported or no code example is available.

Parameters

degree
int

The parametric space curve degree

knotVector
double[]

The parametric space curve knot vector

ctrlPoints
Point4D[]

The parametric space curve control points

edge
ICurve

The associated model space edge

.NET Framework

Supported in: 4.8

In this article

Definition