Curve.InsertKnot (Point3D, Int32) Method

Inserts a knot a number of times. It is added at the parameter corresponding to the projection of the given point on the curve. The insertion does not affect the shape of the curve.
Public Function InsertKnot( _ 
ByVal ctrlPoint As Point3D, _ 
ByVal r As Integer
) As Boolean
This language is not supported or no code example is available.
public bool InsertKnot( 
Point3D ctrlPoint
int r 
)
This language is not supported or no code example is available.

Parameters

ctrlPoint
Point3D

The point to be projected on the curve

r
int

The number of times to insert

Return Value

bool

True if the operation is successful, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition