pymel.core.nodetypes.CloseCurve — PyMEL 1.0.7 documentation

pymel.core.nodetypes.CloseCurve

Inheritance diagram of CloseCurve

class CloseCurve(*args, **kwargs)

class counterpart of mel function closeCurve

The closeCurve command closes a curve, making it periodic. The pathname to the newly closed curve and the name of the resulting dependency node are returned. If a curve is not specified in the command, then the first active curve will be used.

MAttrClass = Enum( EnumValue('MAttrClass', 1, 'localDynamicAttr'), EnumValue('MAttrClass', 2, 'normalAttr'), EnumValue('MAttrClass', 3, 'extensionAttr'), EnumValue('MAttrClass', 4, 'invalidAttr'))
MdgTimerMetric = Enum( EnumValue('MdgTimerMetric', 0, 'metric_callback'), EnumValue('MdgTimerMetric', 1, 'metric_compute'), EnumValue('MdgTimerMetric', 2, 'metric_dirty'), EnumValue('MdgTimerMetric', 3, 'metric_draw'), EnumValue('MdgTimerMetric', 4, 'metric_fetch'), EnumValue('MdgTimerMetric', 5, 'metric_callbackViaAPI'), EnumValue('MdgTimerMetric', 6, 'metric_callbackNotViaAPI'), EnumValue('MdgTimerMetric', 7, 'metric_computeDuringCallback'), EnumValue('MdgTimerMetric', 8, 'metric_computeNotDuringCallback'), EnumValue('MdgTimerMetric', 9, 'metrics'))
MdgTimerState = Enum( EnumValue('MdgTimerState', 0, 'off'), EnumValue('MdgTimerState', 1, 'on'), EnumValue('MdgTimerState', 2, 'uninitialized'), EnumValue('MdgTimerState', 3, 'invalidState'))
MdgTimerType = Enum( EnumValue('MdgTimerType', 0, 'type_self'), EnumValue('MdgTimerType', 1, 'type_inclusive'), EnumValue('MdgTimerType', 2, 'type_count'), EnumValue('MdgTimerType', 3, 'types'))
getBlendBias(**kwargs)

Skew the result toward the first or the second curve depending on the blend value being smaller or larger than 0.5. Default:0.5

Derived from mel command maya.cmds.closeCurve

getBlendKnotInsertion(**kwargs)

If set to true, insert a knot in one of the original curves (relative position given by the parameter attribute below) in order to produce a slightly different effect. Default:false

Derived from mel command maya.cmds.closeCurve

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

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

getParameter(**kwargs)

The parameter value for the positioning of the newly inserted knot. Default:0.1 Advanced flags

Derived from mel command maya.cmds.closeCurve

getPreserveShape(**kwargs)

0 - without preserving the shape 1 - preserve shape 2 - blend Default:1

Derived from mel command maya.cmds.closeCurve

setBlendBias(val=True, **kwargs)

Skew the result toward the first or the second curve depending on the blend value being smaller or larger than 0.5. Default:0.5

Derived from mel command maya.cmds.closeCurve

setBlendKnotInsertion(val=True, **kwargs)

If set to true, insert a knot in one of the original curves (relative position given by the parameter attribute below) in order to produce a slightly different effect. Default:false

Derived from mel command maya.cmds.closeCurve

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

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

setParameter(val=True, **kwargs)

The parameter value for the positioning of the newly inserted knot. Default:0.1 Advanced flags

Derived from mel command maya.cmds.closeCurve

setPreserveShape(val=True, **kwargs)

0 - without preserving the shape 1 - preserve shape 2 - blend Default:1

Derived from mel command maya.cmds.closeCurve