Go to: Synopsis. Return value. MEL examples.

Synopsis

nurbsCurveToBezier curve

nurbsCurveToBezier is undoable, NOT queryable, and NOT editable.

The nurbsCurveToBezier command attempts to convert an existing NURBS curve to a Bezier curve.

Return value

string[](object name and node name)

MEL examples

nurbsCurveToBezier;
// Converts all selected NURBS curves to Bezier curves.