Go to: Synopsis. Return value. Python examples.

Synopsis

nurbsCurveToBezier( curve )

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

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)

Python examples

import maya.cmds as cmds

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