Go to: Synopsis. Return value. Python examples.

Synopsis

bezierCurveToNurbs( curve )

Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.

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)

Python examples

import maya.cmds as cmds

cmds.bezierCurveToNurbs( )
# Converts call selected Bezier curves to NURBS curves.