pymel.core.nodetypes.DetachCurve

Inheritance diagram of DetachCurve

class DetachCurve(*args, **kwargs)

class counterpart of mel function detachCurve

The detachCurve command detaches a curve into pieces, given a list of parameter values. You can also specify which pieces to keep and which to discard using the “-k” flag. The names of the newly detached curve(s) is returned. If history is on, then the name of the resulting dependency node is also returned. You can use this command to open a periodic curve at a particular parameter value. You would use this command with only one “-p” flag. If you are specifying “-k” flags, then you must specify one, none or all “-k” flags. If you are specifying all “-k” flags, there must be one more “-k” flag than “-p” flags.

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.detachCurve

getKeep(**kwargs)

Whether or not to keep a detached piece. This multiattribute should be one element larger than the parameter multattribute.Default:trueAdvanced flags

Derived from mel command maya.cmds.detachCurve

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.detachCurve

getParameter(**kwargs)

Parameter values to detach atDefault:0.0

Derived from mel command maya.cmds.detachCurve

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.detachCurve

setKeep(val=True, **kwargs)

Whether or not to keep a detached piece. This multiattribute should be one element larger than the parameter multattribute.Default:trueAdvanced flags

Derived from mel command maya.cmds.detachCurve

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.detachCurve

setParameter(val=True, **kwargs)

Parameter values to detach atDefault:0.0

Derived from mel command maya.cmds.detachCurve

Previous topic

pymel.core.nodetypes.DependNode

Next topic

pymel.core.nodetypes.DetachSurface

Core

Core Modules

Other Modules

This Page