pymel.core.nodetypes.FilletCurve

Inheritance diagram of FilletCurve

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:falseAdvanced 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:falseAdvanced 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