pymel.core.nodetypes.GlobalStitch

Inheritance diagram of GlobalStitch

class GlobalStitch(*args, **kwargs)

class counterpart of mel function globalStitch

This command computes a globalStitch of NURBS surfaces. There should be at least one NURBS surface. The NURBS surface(s) should be untrimmed.

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

getLockSurface(**kwargs)

Keep the NURBS surface at the specified multi index unchanged by the fitting.Default:falseAdvanced flags

Derived from mel command maya.cmds.globalStitch

getMaxSeparation(**kwargs)

Maximum separation that will still be stitchedDefault:0.1

Derived from mel command maya.cmds.globalStitch

getModificationResistance(**kwargs)

Modification resistance weight for surface CVsDefault:1e-1

Derived from mel command maya.cmds.globalStitch

getNodeState(**kwargs)

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.

Derived from mel command maya.cmds.globalStitch

getSampling(**kwargs)

Sampling when stitching edgesDefault:1

Derived from mel command maya.cmds.globalStitch

getStitchCorners(**kwargs)

Stitch corners of surfaces 0 - off 1 - closest point 2 - closest knotDefault:1

Derived from mel command maya.cmds.globalStitch

getStitchEdges(**kwargs)

Stitch edges of surfaces 0 - off 1 - closest point 2 - matching paramsDefault:1

Derived from mel command maya.cmds.globalStitch

getStitchPartialEdges(**kwargs)

Toggle on(off) partial edge stitchingDefault:false

Derived from mel command maya.cmds.globalStitch

getStitchSmoothness(**kwargs)

Set type of smoothness of edge join 0 - off 1 - tangent 2 - normalDefault:0

Derived from mel command maya.cmds.globalStitch

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

setLockSurface(val=True, **kwargs)

Keep the NURBS surface at the specified multi index unchanged by the fitting.Default:falseAdvanced flags

Derived from mel command maya.cmds.globalStitch

setMaxSeparation(val=True, **kwargs)

Maximum separation that will still be stitchedDefault:0.1

Derived from mel command maya.cmds.globalStitch

setModificationResistance(val=True, **kwargs)

Modification resistance weight for surface CVsDefault:1e-1

Derived from mel command maya.cmds.globalStitch

setNodeState(val=True, **kwargs)

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.

Derived from mel command maya.cmds.globalStitch

setSampling(val=True, **kwargs)

Sampling when stitching edgesDefault:1

Derived from mel command maya.cmds.globalStitch

setStitchCorners(val=True, **kwargs)

Stitch corners of surfaces 0 - off 1 - closest point 2 - closest knotDefault:1

Derived from mel command maya.cmds.globalStitch

setStitchEdges(val=True, **kwargs)

Stitch edges of surfaces 0 - off 1 - closest point 2 - matching paramsDefault:1

Derived from mel command maya.cmds.globalStitch

setStitchPartialEdges(val=True, **kwargs)

Toggle on(off) partial edge stitchingDefault:false

Derived from mel command maya.cmds.globalStitch

setStitchSmoothness(val=True, **kwargs)

Set type of smoothness of edge join 0 - off 1 - tangent 2 - normalDefault:0

Derived from mel command maya.cmds.globalStitch

Previous topic

pymel.core.nodetypes.GlobalCacheControl

Next topic

pymel.core.nodetypes.Granite

Core

Core Modules

Other Modules

This Page