Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / InsertKnotU Method / InsertKnotU(Point3D,Int32) Method
The point to be projected on the surface
The number of times to insert

In This Topic
    InsertKnotU(Point3D,Int32) Method
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Overloads Function InsertKnotU( _
       ByVal ctrlPoint As Point3D, _
       ByVal r As Integer _
    ) As Boolean
    public bool InsertKnotU( 
       Point3D ctrlPoint,
       int r
    )

    Parameters

    ctrlPoint
    The point to be projected on the surface
    r
    The number of times to insert

    Return Value

    True if the operation is successful, false otherwise.
    See Also