pymel.core.nodetypes.FitBspline

Inheritance diagram of FitBspline

class FitBspline(*args, **kwargs)

class counterpart of mel function fitBspline

The fitBspline command fits the CVs from an input curve and and returns a 3D curve.

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

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

getTolerance(**kwargs)

Tolerance for the fit. The resulting curve will be kept within tolerance of the given points. Default:0.1 Advanced flags

Derived from mel command maya.cmds.fitBspline

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

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

setTolerance(val=True, **kwargs)

Tolerance for the fit. The resulting curve will be kept within tolerance of the given points. Default:0.1 Advanced flags

Derived from mel command maya.cmds.fitBspline

Previous topic

pymel.core.nodetypes.FilterSimplify

Next topic

pymel.core.nodetypes.FlexorShape

Core

Core Modules

Other Modules

This Page