Surface.InsertKnotU (Point3D, Int32) Method

Inserts a knot a number of times in the U parametric direction. It is added at the U parameter corresponding to the projection of the given point on the surface. The operation does not affect the shape of the surface.
Public Function InsertKnotU( _ 
ByVal ctrlPoint As Point3D, _ 
ByVal r As Integer
) As Boolean
This language is not supported or no code example is available.
public bool InsertKnotU( 
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 surface

r
int

The number of times to insert

Return Value

bool

True if the operation is successful, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition