pymel.core.nodetypes.GlobalStitch — PyMEL 1.0.7 documentation

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, 'metric_callback'), EnumValue('MdgTimerMetric', 1, 'metric_compute'), EnumValue('MdgTimerMetric', 2, 'metric_dirty'), EnumValue('MdgTimerMetric', 3, 'metric_draw'), EnumValue('MdgTimerMetric', 4, 'metric_fetch'), EnumValue('MdgTimerMetric', 5, 'metric_callbackViaAPI'), EnumValue('MdgTimerMetric', 6, 'metric_callbackNotViaAPI'), EnumValue('MdgTimerMetric', 7, 'metric_computeDuringCallback'), EnumValue('MdgTimerMetric', 8, 'metric_computeNotDuringCallback'), EnumValue('MdgTimerMetric', 9, 'metrics'))
MdgTimerState = Enum( EnumValue('MdgTimerState', 0, 'off'), EnumValue('MdgTimerState', 1, 'on'), EnumValue('MdgTimerState', 2, 'uninitialized'), EnumValue('MdgTimerState', 3, 'invalidState'))
MdgTimerType = Enum( EnumValue('MdgTimerType', 0, 'type_self'), EnumValue('MdgTimerType', 1, 'type_inclusive'), EnumValue('MdgTimerType', 2, 'type_count'), EnumValue('MdgTimerType', 3, 'types'))
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:false Advanced flags

Derived from mel command maya.cmds.globalStitch

getMaxSeparation(**kwargs)

Maximum separation that will still be stitched Default:0.1

Derived from mel command maya.cmds.globalStitch

getModificationResistance(**kwargs)

Modification resistance weight for surface CVs Default: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 have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.globalStitch

getSampling(**kwargs)

Sampling when stitching edges Default:1

Derived from mel command maya.cmds.globalStitch

getStitchCorners(**kwargs)

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

Derived from mel command maya.cmds.globalStitch

getStitchEdges(**kwargs)

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

Derived from mel command maya.cmds.globalStitch

getStitchPartialEdges(**kwargs)

Toggle on(off) partial edge stitching Default:false

Derived from mel command maya.cmds.globalStitch

getStitchSmoothness(**kwargs)

Set type of smoothness of edge join 0 - off 1 - tangent 2 - normal Default: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:false Advanced flags

Derived from mel command maya.cmds.globalStitch

setMaxSeparation(val=True, **kwargs)

Maximum separation that will still be stitched Default:0.1

Derived from mel command maya.cmds.globalStitch

setModificationResistance(val=True, **kwargs)

Modification resistance weight for surface CVs Default: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 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 edges Default:1

Derived from mel command maya.cmds.globalStitch

setStitchCorners(val=True, **kwargs)

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

Derived from mel command maya.cmds.globalStitch

setStitchEdges(val=True, **kwargs)

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

Derived from mel command maya.cmds.globalStitch

setStitchPartialEdges(val=True, **kwargs)

Toggle on(off) partial edge stitching Default:false

Derived from mel command maya.cmds.globalStitch

setStitchSmoothness(val=True, **kwargs)

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

Derived from mel command maya.cmds.globalStitch