pymel.core.nodetypes.Untrim

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