pymel.core.modeling.nurbsCurveToBezier

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

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

Derived from mel command maya.cmds.nurbsCurveToBezier

Example:

import pymel.core as pm

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

Previous topic

pymel.core.modeling.nurbsCube

Next topic

pymel.core.modeling.nurbsEditUV

Core

Core Modules

Other Modules

This Page