pymel.core.nodetypes.FilletCurve

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

class counterpart of mel function filletCurve

The curve fillet command creates a fillet curve between two curves. If no objects are specified in the command line, then the first two active curves are used. The fillet created can be circular (with a radius) or freeform (with a type of tangent or blend).

getBias(**kwargs)

Adjusting the bias value causes the fillet curve to be skewed to one of the input curves. Available only if blendControl is true. Default:0.0

Derived from mel command maya.cmds.filletCurve

getBlendControl(**kwargs)

If true then depth and bias can be controlled. Otherwise, depth and bias are not available options. Default:false Advanced flags

Derived from mel command maya.cmds.filletCurve

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

getCircular(**kwargs)

Curve fillet will be created as circular if true or freeform if false. Default:true

Derived from mel command maya.cmds.filletCurve

getCurveParameter1(**kwargs)

Parameter where fillet curve will contact the primary input curve. Default:0.0

Derived from mel command maya.cmds.filletCurve

getCurveParameter2(**kwargs)

Parameter where fillet curve will contact the secondary input curve. Default:0.0

Derived from mel command maya.cmds.filletCurve

getDepth(**kwargs)

Adjusts the depth of the fillet curve. Available only if blendControl is true. Default:0.5

Derived from mel command maya.cmds.filletCurve

getFreeformBlend(**kwargs)

The freeform type is blend if true or tangent if false. Available if the fillet type is freeform. Default:false

Derived from mel command maya.cmds.filletCurve

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

getRadius(**kwargs)

The radius if creating a circular fillet. Default:1.0

Derived from mel command maya.cmds.filletCurve

setBias(val=True, **kwargs)

Adjusting the bias value causes the fillet curve to be skewed to one of the input curves. Available only if blendControl is true. Default:0.0

Derived from mel command maya.cmds.filletCurve

setBlendControl(val=True, **kwargs)

If true then depth and bias can be controlled. Otherwise, depth and bias are not available options. Default:false Advanced flags

Derived from mel command maya.cmds.filletCurve

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

setCircular(val=True, **kwargs)

Curve fillet will be created as circular if true or freeform if false. Default:true

Derived from mel command maya.cmds.filletCurve

setCurveParameter1(val=True, **kwargs)

Parameter where fillet curve will contact the primary input curve. Default:0.0

Derived from mel command maya.cmds.filletCurve

setCurveParameter2(val=True, **kwargs)

Parameter where fillet curve will contact the secondary input curve. Default:0.0

Derived from mel command maya.cmds.filletCurve

setDepth(val=True, **kwargs)

Adjusts the depth of the fillet curve. Available only if blendControl is true. Default:0.5

Derived from mel command maya.cmds.filletCurve

setFreeformBlend(val=True, **kwargs)

The freeform type is blend if true or tangent if false. Available if the fillet type is freeform. Default:false

Derived from mel command maya.cmds.filletCurve

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

setRadius(val=True, **kwargs)

The radius if creating a circular fillet. Default:1.0

Derived from mel command maya.cmds.filletCurve

Previous topic

pymel.core.nodetypes.File

Next topic

pymel.core.nodetypes.Filter

Core

Core Modules

Other Modules

This Page