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.

MAttrClass = Enum( EnumValue('MAttrClass', 1, 'localDynamicAttr'), EnumValue('MAttrClass', 2, 'normalAttr'), EnumValue('MAttrClass', 3, 'extensionAttr'), EnumValue('MAttrClass', 4, 'invalidAttr'))
MdgTimerMetric = Enum( EnumValue('MdgTimerMetric', 0, '_callback'), EnumValue('MdgTimerMetric', 1, '_compute'), EnumValue('MdgTimerMetric', 2, '_dirty'), EnumValue('MdgTimerMetric', 3, '_draw'), EnumValue('MdgTimerMetric', 4, '_fetch'), EnumValue('MdgTimerMetric', 5, '_callbackViaAPI'), EnumValue('MdgTimerMetric', 6, '_callbackNotViaAPI'), EnumValue('MdgTimerMetric', 7, '_computeDuringCallback'), EnumValue('MdgTimerMetric', 8, '_computeNotDuringCallback'))
MdgTimerState = Enum( EnumValue('MdgTimerState', 0, 'off'), EnumValue('MdgTimerState', 1, 'on'), EnumValue('MdgTimerState', 2, 'uninitialized'), EnumValue('MdgTimerState', 3, 'invalidState'))
MdgTimerType = Enum( EnumValue('MdgTimerType', 0, '_self'), EnumValue('MdgTimerType', 1, '_inclusive'), EnumValue('MdgTimerType', 2, '_count'))
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.GpuCache

Core

Core Modules

Other Modules

This Page