pymel.core.modeling.bezierCurveToNurbs

static modeling.bezierCurveToNurbs(*args, **kwargs)

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

Derived from mel command maya.cmds.bezierCurveToNurbs

Example:

import pymel.core as pm

pm.bezierCurveToNurbs( )
# Result: [] #
# Converts call selected Bezier curves to NURBS curves.

Previous topic

pymel.core.modeling.bezierAnchorState

Next topic

pymel.core.modeling.bezierInfo

Core

Core Modules

Other Modules

This Page