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, '_callback'), EnumValue('MdgTimerMetric', 1, '_compute'), EnumValue('MdgTimerMetric', 2, '_dirty'), EnumValue('MdgTimerMetric', 3, '_draw'), EnumValue('MdgTimerMetric', 4, '_fetch'), EnumValue('MdgTimerMetric', 5, '_callbackViaAPI'), EnumValue('MdgTimerMetric', 6, '_callbackNotViaAPI'), EnumValue('MdgTimerMetric', 7, '_computeDuringCallback'), EnumValue('MdgTimerMetric', 8, '_computeNotDuringCallback'))
MdgTimerState = Enum( EnumValue('MdgTimerState', 0, 'off'), EnumValue('MdgTimerState', 1, 'on'), EnumValue('MdgTimerState', 2, 'uninitialized'), EnumValue('MdgTimerState', 3, 'invalidState'))
MdgTimerType = Enum( EnumValue('MdgTimerType', 0, '_self'), EnumValue('MdgTimerType', 1, '_inclusive'), EnumValue('MdgTimerType', 2, '_count'))
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.1Advanced flags

Derived from mel command maya.cmds.closeCurve

getPreserveShape(**kwargs)

0 - without preserving the shape 1 - preserve shape 2 - blendDefault: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.1Advanced flags

Derived from mel command maya.cmds.closeCurve

setPreserveShape(val=True, **kwargs)

0 - without preserving the shape 1 - preserve shape 2 - blendDefault:1

Derived from mel command maya.cmds.closeCurve

Previous topic

pymel.core.nodetypes.ClipToGhostData

Next topic

pymel.core.nodetypes.CloseSurface

Core

Core Modules

Other Modules

This Page