Go to: Synopsis. Return value. Python examples.
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.string[] | (object name and node name) |
import maya.cmds as cmds cmds.nurbsCurveToBezier( ) # Converts call selected NURBS curves to Bezier curves.