rebuildCurve

This option allows rebuilding any given curve by sampling and interpolating the resulting points.

Inline mode usage:

rebuildCurve -h
Displays the help file that summarizes the parameters for this command.
rebuildCurve –s <curve> -p <degree> <points>
Rebuild the selected curve.
rebuildCurve –c –s <curve> -p <degree> <points>
Rebuild the selected curve, keeping the original surface.

Interactive mode usage:

Invocation
rebuildCurve
Parameters
  • Selected curve.
  • Degree of the new curve.
  • Points of the new curve.

Example:

For this example one curve must be defined.

>rebuildCurve
Select one curve (Press enter when done):
Degree [integer](default=2): 3
Points [integer](default=3): 11
>