pymel.core.nodetypes.ReverseCurve

Inheritance diagram of ReverseCurve

class ReverseCurve(*args, **kwargs)

class counterpart of mel function reverseCurve

The reverseCurve command reverses the direction of a curve or curve-on-surface. A string is returned containing the pathname of the newly reversed curve and the name of the resulting dependency node. The reversed curve has the same parameter range as the original curve.

getCaching(**kwargs)

Modifies the node caching mode. See the node documentation for more information.Note:For advanced users only.

Derived from mel command maya.cmds.reverseCurve

getNodeState(**kwargs)

Modifies the node state. See the node documentation for more information.Note:For advanced users only.Common flags

Derived from mel command maya.cmds.reverseCurve

setCaching(val=True, **kwargs)

Modifies the node caching mode. See the node documentation for more information.Note:For advanced users only.

Derived from mel command maya.cmds.reverseCurve

setNodeState(val=True, **kwargs)

Modifies the node state. See the node documentation for more information.Note:For advanced users only.Common flags

Derived from mel command maya.cmds.reverseCurve

Previous topic

pymel.core.nodetypes.Reverse

Next topic

pymel.core.nodetypes.ReverseSurface

Core

Core Modules

Other Modules

This Page