Eyeshot 10 WPF API Reference
ResizeKeep Method (Curve)

WPF Assembly > devDept.Eyeshot.Entities Namespace > Curve Class : ResizeKeep Method
The new number of control points for the curve
The new degree for the curve
Resizes a curve, keeping original values.
Syntax
'Declaration
 
Public Sub ResizeKeep( _
   ByVal n As Integer, _
   ByVal deg As Integer _
) 
public void ResizeKeep( 
   int n,
   int deg
)

Parameters

n
The new number of control points for the curve
deg
The new degree for the curve
Remarks
The old values are lost and new ones have to be created.
See Also

Reference

Curve Class
Curve Members