pymel.core.nodetypes.Untrim

Inheritance diagram of Untrim

class Untrim(*args, **kwargs)

class counterpart of mel function untrim

Untrim the surface.

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

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

getUntrimAll(**kwargs)

if true, untrim all the trims for the surface else untrim only the last trimFlag can appear in Create mode of commandFlag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.untrim

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

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

setUntrimAll(val=True, **kwargs)

if true, untrim all the trims for the surface else untrim only the last trimFlag can appear in Create mode of commandFlag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.untrim

Previous topic

pymel.core.nodetypes.UnknownTransform

Next topic

pymel.core.nodetypes.UseBackground

Core

Core Modules

Other Modules

This Page