pymel.core.nodetypes.SmoothCurve

Inheritance diagram of SmoothCurve

class SmoothCurve(*args, **kwargs)

class counterpart of mel function smoothCurve

The smooth command smooths the curve at the given control points.

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

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

getSmoothness(**kwargs)

smoothness factorDefault:10.0Advanced flags

Derived from mel command maya.cmds.smoothCurve

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

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

setSmoothness(val=True, **kwargs)

smoothness factorDefault:10.0Advanced flags

Derived from mel command maya.cmds.smoothCurve

Previous topic

pymel.core.nodetypes.SkinCluster

Next topic

pymel.core.nodetypes.SmoothTangentSrf

Core

Core Modules

Other Modules

This Page