Go to: Synopsis. Return value. MEL examples.

Synopsis

bezierCurveToNurbs curve

bezierCurveToNurbs is undoable, NOT queryable, and NOT editable.

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

Return value

string[](object name and node name)

MEL examples

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