pymel.core.nodetypes.BezierCurve

Inheritance diagram of BezierCurve

class BezierCurve(*args, **kwargs)
Form = Enum( EnumValue('Form', 0, 'invalid'), EnumValue('Form', 1, 'open'), EnumValue('Form', 2, 'closed'), EnumValue('Form', 3, 'periodic'), EnumValue('Form', 4, 'last'))
cv()

Get a direct access handle to the CV at the specified index. The CV iterator class MItCurveCV must be used to access the returned CV.

Return type:(PyNode, int)

Derived from api method maya.OpenMaya.MFnNurbsCurve.cv

Previous topic

pymel.core.nodetypes.BevelPlus

Next topic

pymel.core.nodetypes.BezierCurveToNurbs

Core

Core Modules

Other Modules

This Page