pymel.core.nodetypes.CloseCurve

digraph inheritanced33962570e {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "DependNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.DependNode.html#pymel.core.nodetypes.DependNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PyNode" -> "DependNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "AbstractBaseCreate" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.AbstractBaseCreate.html#pymel.core.nodetypes.AbstractBaseCreate",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "DependNode" -> "AbstractBaseCreate" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "PyNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="../pymel.core.general/pymel.core.general.PyNode.html#pymel.core.general.PyNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "ProxyUnicode" -> "PyNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "CloseCurve" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.nodetypes.CloseCurve",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "AbstractBaseCreate" -> "CloseCurve" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "ProxyUnicode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="../pymel.util.utilitytypes/pymel.util.utilitytypes.ProxyUnicode.html#pymel.util.utilitytypes.ProxyUnicode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
}

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.

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

Previous topic

pymel.core.nodetypes.ClipScheduler

Next topic

pymel.core.nodetypes.CloseSurface

Core

Core Modules

Other Modules

This Page