pymel.core.nodetypes.ExtendCurve

digraph inheritancecf48c47f51 {
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)"];
  "ExtendCurve" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.nodetypes.ExtendCurve",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "AbstractBaseCreate" -> "ExtendCurve" [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 ExtendCurve(*args, **kwargs)

class counterpart of mel function extendCurve

This command extends a curve or creates a new curve as an extension

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

getDistance(**kwargs)

The distance to extend Used only for extendMethod is byDistance. Default:1

Derived from mel command maya.cmds.extendCurve

getExtendMethod(**kwargs)

The method with which to extend: 0 - based on distance, 2 - to a 3D point Default:0

Derived from mel command maya.cmds.extendCurve

getExtensionType(**kwargs)

The type of extension: 0 - linear, 1 - circular, 2 - extrapolate Default:0

Derived from mel command maya.cmds.extendCurve

getInputPoint(**kwargs)

The point to extend to (optional)

Derived from mel command maya.cmds.extendCurve

getJoin(**kwargs)

If true, join the extension to original curve Default:true

Derived from mel command maya.cmds.extendCurve

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

getPointX(**kwargs)

X of the point to extend to Default:0

Derived from mel command maya.cmds.extendCurve

getPointY(**kwargs)

Y of the point to extend to Default:0

Derived from mel command maya.cmds.extendCurve

getPointZ(**kwargs)

Z of the point to extend to Default:0

Derived from mel command maya.cmds.extendCurve

getRemoveMultipleKnots(**kwargs)

If true remove multiple knots at join Used only if join is true. Default:false Advanced flags

Derived from mel command maya.cmds.extendCurve

getStart(**kwargs)

Which end of the curve to extend. 0 - end, 1 - start, 2 - both Default:1

Derived from mel command maya.cmds.extendCurve

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

setDistance(val=True, **kwargs)

The distance to extend Used only for extendMethod is byDistance. Default:1

Derived from mel command maya.cmds.extendCurve

setExtendMethod(val=True, **kwargs)

The method with which to extend: 0 - based on distance, 2 - to a 3D point Default:0

Derived from mel command maya.cmds.extendCurve

setExtensionType(val=True, **kwargs)

The type of extension: 0 - linear, 1 - circular, 2 - extrapolate Default:0

Derived from mel command maya.cmds.extendCurve

setInputPoint(val=True, **kwargs)

The point to extend to (optional)

Derived from mel command maya.cmds.extendCurve

setJoin(val=True, **kwargs)

If true, join the extension to original curve Default:true

Derived from mel command maya.cmds.extendCurve

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

setPointX(val=True, **kwargs)

X of the point to extend to Default:0

Derived from mel command maya.cmds.extendCurve

setPointY(val=True, **kwargs)

Y of the point to extend to Default:0

Derived from mel command maya.cmds.extendCurve

setPointZ(val=True, **kwargs)

Z of the point to extend to Default:0

Derived from mel command maya.cmds.extendCurve

setRemoveMultipleKnots(val=True, **kwargs)

If true remove multiple knots at join Used only if join is true. Default:false Advanced flags

Derived from mel command maya.cmds.extendCurve

setStart(val=True, **kwargs)

Which end of the curve to extend. 0 - end, 1 - start, 2 - both Default:1

Derived from mel command maya.cmds.extendCurve

Previous topic

pymel.core.nodetypes.Expression

Next topic

pymel.core.nodetypes.ExtendSurface

Core

Core Modules

Other Modules

This Page