Eyeshot 10 WinForms API Reference
RemoveKnotU Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Surface Class : RemoveKnotU Method
The knot to remove
The multiplicity of the knot
The number of times to try to remove the knot
Removes an internal knot from the surface U knot vector.
Syntax
'Declaration
 
Public Function RemoveKnotU( _
   ByVal r As Integer, _
   ByVal s As Integer, _
   ByVal num As Integer _
) As Integer
public int RemoveKnotU( 
   int r,
   int s,
   int num
)

Parameters

r
The knot to remove
s
The multiplicity of the knot
num
The number of times to try to remove the knot
See Also

Reference

Surface Class
Surface Members