Eyeshot 9.0 WPF API Reference
RemoveKnotV Method

WPF Assembly > devDept.Eyeshot.Entities Namespace > Surface Class : RemoveKnotV 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 V knot vector.
Syntax
'Declaration
 
Public Function RemoveKnotV( _
   ByVal r As Integer, _
   ByVal s As Integer, _
   ByVal num As Integer _
) As Integer
public int RemoveKnotV( 
   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