This command computes a globalStitch of NURBS surfaces. There should be at least one NURBS surface. The NURBS surface(s) should be untrimmed.
Long name (short name) | Argument Types | Properties | |
---|---|---|---|
caching (cch) | bool | ||
|
|||
constructionHistory (ch) | bool | ||
lockSurface (lk) | bool | ||
|
|||
maxSeparation (ms) | float | ||
|
|
|||
name (n) | unicode | ||
nodeState (nds) | int | ||
Modifies the node state. See the node documentation for more information.Note:For advanced users only.Flag can appear in Create mode of commandFlag can have multiple arguments, passed either as a tuple or a list. |
|||
object (o) | bool | ||
replaceOriginal (rpo) | bool | ||
sampling (sam) | int | ||
|
|||
stitchCorners (sc) | int | ||
|
|||
stitchEdges (se) | int | ||
|
|||
stitchPartialEdges (spe) | bool | ||
|
|||
stitchSmoothness (ss) | int | ||
|
Derived from mel command maya.cmds.globalStitch
Example:
import pymel.core as pm
import maya.cmds as cmds
# GlobalStitch across three surfaces surface1, surface2, surface3.
pm.globalStitch( 'surface1', 'surface2', 'surface3', ch=True )