pymel.core.modeling.untrim

static modeling.untrim(*args, **kwargs)

Untrim the surface.

Flags:
Long name (short name) Argument Types Properties
caching (cch) bool ../../../_images/create.gif ../../../_images/query.gif ../../../_images/edit.gif
 
Modifies the node caching mode. See the node documentation for more information. Note:For advanced users only.
constructionHistory (ch) bool ../../../_images/create.gif
 
Turn the construction history on or off
curveOnSurface (cos) bool ../../../_images/create.gif
 
If possible, create 2D curve as a result
name (n) unicode ../../../_images/create.gif
 
Name the resulting object
noChanges (nc) bool  
   
nodeState (nds) int ../../../_images/create.gif ../../../_images/query.gif ../../../_images/edit.gif
 
Modifies the node state. See the node documentation for more information. Note:For advanced users only. Common flags
object (o) bool ../../../_images/create.gif
 
Create the result, or just the dependency node
replaceOriginal (rpo) bool ../../../_images/create.gif
 
Create in place(i.e., replace)
untrimAll (all) bool ../../../_images/query.gif ../../../_images/edit.gif
 

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

Example:

import pymel.core as pm

# Untrim surface with history.
pm.untrim( 'surface', ch=True )

# Untrims surface without history.
pm.untrim( 'surface', ch=False )

Previous topic

pymel.core.modeling.untangleUV

Next topic

pymel.core.modeling.uvSnapshot

Core

Core Modules

Other Modules

This Page