pymel.core.nodetypes.Trim

digraph inheritance031ce6816b {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "Trim" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.nodetypes.Trim",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "AbstractBaseCreate" -> "Trim" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "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)"];
  "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)"];
  "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)"];
  "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 Trim(*args, **kwargs)

class counterpart of mel function trim

This command trims a surface to its curves on surface by first splitting the surface and then selecting which regions to keep or discard.

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

getLocatorU(**kwargs)

u parameter value to position a locator on the surface. Default:0.5

Derived from mel command maya.cmds.trim

getLocatorV(**kwargs)

v parameter value to position a locator on the surface. Default:0.5

Derived from mel command maya.cmds.trim

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

getSelected(**kwargs)

Specify whether to keep or discard selected regions. Default:0

Derived from mel command maya.cmds.trim

getShrink(**kwargs)

If true, shrink underlying surface to outer boundaries of trimmed surface. Default:false

Derived from mel command maya.cmds.trim

getTolerance(**kwargs)

The tolerance with which to trim. Default:0.001 Advanced flags

Derived from mel command maya.cmds.trim

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

setLocatorU(val=True, **kwargs)

u parameter value to position a locator on the surface. Default:0.5

Derived from mel command maya.cmds.trim

setLocatorV(val=True, **kwargs)

v parameter value to position a locator on the surface. Default:0.5

Derived from mel command maya.cmds.trim

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

setSelected(val=True, **kwargs)

Specify whether to keep or discard selected regions. Default:0

Derived from mel command maya.cmds.trim

setShrink(val=True, **kwargs)

If true, shrink underlying surface to outer boundaries of trimmed surface. Default:false

Derived from mel command maya.cmds.trim

setTolerance(val=True, **kwargs)

The tolerance with which to trim. Default:0.001 Advanced flags

Derived from mel command maya.cmds.trim

Previous topic

pymel.core.nodetypes.Transmat_photon

Next topic

pymel.core.nodetypes.TrimWithBoundaries

Core

Core Modules

Other Modules

This Page