pymel.core.nodetypes.PolyChipOff

Inheritance diagram of PolyChipOff

class PolyChipOff(*args, **kwargs)

class counterpart of mel function polyChipOff

Extract facets. Faces can be extracted separately or together, and manipulations can be performed either in world or object space.

caching(val=True, **kwargs)

Toggle caching for all attributes so that no recomputation is needed

Derived from mel command maya.cmds.polyChipOff

getAttraction(**kwargs)

This flag specifies the attraction, related to magnet.C: Default is 0.0. The range is [-2.0, 2.0].Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getConstructionHistory(**kwargs)

Turn the construction history on or off (where applicable). If construction history is on then the corresponding node will be inserted into the history chain for the mesh. If construction history is off then the operation will be performed directly on the object.Note:If the object already has construction history then this flag is ignored and the node will always be inserted into the history chain.

Derived from mel command maya.cmds.polyChipOff

getDuplicate(**kwargs)

If “on”, facets are duplicated, otherwise original facets are removed.C: Default is “on”.Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyChipOff

getGravity(**kwargs)

This flag specifies the gravity vector.C: Default is 0.0 -1.0 0.0.Q: When queried, this flag returns a float[3].

Derived from mel command maya.cmds.polyChipOff

getGravityX(**kwargs)

This flag specifies X for the gravity vector.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getGravityY(**kwargs)

This flag specifies Y for the gravity vector.C: Default is -1.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getGravityZ(**kwargs)

This flag specifies Z for the gravity vector.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getKeepFacesTogether(**kwargs)

This flag specifies how to chip off facets. If “on”, facets are pulled together (connected ones stay connected), otherwise they are pulled independentely.C: Default is “on”.Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyChipOff

getLocalDirection(**kwargs)

This flag specifies the local slant axis (see local rotation).C: Default is 0.0 0.0 1.0.Q: When queried, this flag returns a float[3].

Derived from mel command maya.cmds.polyChipOff

getLocalDirectionX(**kwargs)

This flag specifies X for the local slant axis.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getLocalDirectionY(**kwargs)

This flag specifies Y for the local slant axis.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getLocalDirectionZ(**kwargs)

This flag specifies Y for the local slant axis.C: Default is 1.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getLocalRotate(**kwargs)

This flag specifies the local rotations : (slantRot, slantRoll, twistRot).C: Default is 0.0 0.0 0.0.Q: When queried, this flag returns a float[3]. Local rotation (slantRot, slantRoll, twistRot).

Derived from mel command maya.cmds.polyChipOff

getLocalRotateX(**kwargs)

This flag specifies local rotation X angle (Slant Rot around slantAxis).C: Default is 0.0. The range is [0, 360].Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getLocalRotateY(**kwargs)

This flag specifies local rotation Y angle (Slant Roll of slantAxis).C: Default is 0.0. The range is [0, 180].Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getLocalRotateZ(**kwargs)

This flag specifies local rotation Z angle (Twist around normal).C: Default is 0.0. The range is [0, 360].Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getLocalScale(**kwargs)

This flag specifies the local scaling vector.C: Default is 1.0 1.0 1.0.Q: When queried, this flag returns a float[3].

Derived from mel command maya.cmds.polyChipOff

getLocalScaleX(**kwargs)

This flag specifies X for local scaling vector.C: Default is 1.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getLocalScaleY(**kwargs)

This flag specifies Y for local scaling vector.C: Default is 1.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getLocalScaleZ(**kwargs)

This flag specifies Z for local scaling vector : Flattening.C: Default is 1.0. The range is [0.0, 1.0].Q: When queried, this flag returns a float. Dynamic Values

Derived from mel command maya.cmds.polyChipOff

getLocalTranslate(**kwargs)

This flag specifies the local translation vector.C: Default is 0.0 0.0 0.0.Q: When queried, this flag returns a float[3].

Derived from mel command maya.cmds.polyChipOff

getLocalTranslateX(**kwargs)

This flag specifies the X local translation vector.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getLocalTranslateY(**kwargs)

This flag specifies the Y local translation vector.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getLocalTranslateZ(**kwargs)

This flag specifies the Z local translation vector.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getMagnX(**kwargs)

This flag specifies X for the magnet vector.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getMagnY(**kwargs)

This flag specifies Y for the magnet vector.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getMagnZ(**kwargs)

This flag specifies Z for the magnet vector.C: Default is 0.0.Q: When queried, this flag returns a float.Common flags

Derived from mel command maya.cmds.polyChipOff

getMagnet(**kwargs)

This flag specifies the magnet vector.C: Default is 0.0 0.0 0.0.Q: When queried, this flag returns a float[3].

Derived from mel command maya.cmds.polyChipOff

getNodeState(**kwargs)

Defines how to evaluate the node. 0: Normal1: PassThrough2: Blocking3: Internally disabled. Will return to Normal state when enabled4: Internally disabled. Will return to PassThrough state when enabled5: Internally disabled. Will return to Blocking state when enabledFlag 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.polyChipOff

getOffset(**kwargs)

This flag specifies the local offset.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getPivot(**kwargs)

This flag specifies the pivot for scaling and rotation.C: Default is 0.0 0.0 0.0.Q: When queried, this flag returns a float[3].

Derived from mel command maya.cmds.polyChipOff

getPivotX(**kwargs)

This flag specifies the X pivot for scaling and rotation.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getPivotY(**kwargs)

This flag specifies the Y pivot for scaling and rotation.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getPivotZ(**kwargs)

This flag specifies the Z pivot for scaling and rotation.C: Default is 0.0.Q: When queried, this flag returns a float. Local Values

Derived from mel command maya.cmds.polyChipOff

getRandom(**kwargs)

This flag specifies the random value for all parameters.C: Default is 0.0. The range is [-10.0, 10.0].Q: When queried, this flag returns a float. Global Values

Derived from mel command maya.cmds.polyChipOff

getRotate(**kwargs)

This flag specifies the rotation angles around X, Y, Z.C: Default is 0.0 0.0 0.0.Q: When queried, this flag returns a float[3].

Derived from mel command maya.cmds.polyChipOff

getRotateX(**kwargs)

This flag specifies the rotation angle around X.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getRotateY(**kwargs)

This flag specifies the rotation angle around Y.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getRotateZ(**kwargs)

This flag specifies the rotation angle around Z.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getScale(**kwargs)

This flag specifies the scaling vector.C: Default is 1.0 1.0 1.0.Q: When queried, this flag returns a float[3].

Derived from mel command maya.cmds.polyChipOff

getScaleX(**kwargs)

This flag specifies X for scaling vector.C: Default is 1.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getScaleY(**kwargs)

This flag specifies Y for scaling vector.C: Default is 1.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getScaleZ(**kwargs)

This flag specifies Z for scaling vector.C: Default is 1.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getTranslate(**kwargs)

This flag specifies the translation vector.C: Default is 0.0 0.0 0.0.Q: When queried, this flag returns a float[3].

Derived from mel command maya.cmds.polyChipOff

getTranslateX(**kwargs)

This flag specifies the X translation vector.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getTranslateY(**kwargs)

This flag specifies the Y translation vector.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getTranslateZ(**kwargs)

This flag specifies the Z translation vector.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getWeight(**kwargs)

This flag specifies the weight, related to gravity.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

getWorldSpace(**kwargs)

This flag specifies which reference to use. If “on” : all geometrical values are taken in world reference. If “off” : all geometrical values are taken in object reference.C: Default is “off”.Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyChipOff

setAttraction(val=True, **kwargs)

This flag specifies the attraction, related to magnet.C: Default is 0.0. The range is [-2.0, 2.0].Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setDuplicate(val=True, **kwargs)

If “on”, facets are duplicated, otherwise original facets are removed.C: Default is “on”.Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyChipOff

setGravity(val=True, **kwargs)

This flag specifies the gravity vector.C: Default is 0.0 -1.0 0.0.Q: When queried, this flag returns a float[3].

Derived from mel command maya.cmds.polyChipOff

setGravityX(val=True, **kwargs)

This flag specifies X for the gravity vector.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setGravityY(val=True, **kwargs)

This flag specifies Y for the gravity vector.C: Default is -1.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setGravityZ(val=True, **kwargs)

This flag specifies Z for the gravity vector.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setKeepFacesTogether(val=True, **kwargs)

This flag specifies how to chip off facets. If “on”, facets are pulled together (connected ones stay connected), otherwise they are pulled independentely.C: Default is “on”.Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyChipOff

setLocalDirection(val=True, **kwargs)

This flag specifies the local slant axis (see local rotation).C: Default is 0.0 0.0 1.0.Q: When queried, this flag returns a float[3].

Derived from mel command maya.cmds.polyChipOff

setLocalDirectionX(val=True, **kwargs)

This flag specifies X for the local slant axis.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setLocalDirectionY(val=True, **kwargs)

This flag specifies Y for the local slant axis.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setLocalDirectionZ(val=True, **kwargs)

This flag specifies Y for the local slant axis.C: Default is 1.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setLocalRotate(val=True, **kwargs)

This flag specifies the local rotations : (slantRot, slantRoll, twistRot).C: Default is 0.0 0.0 0.0.Q: When queried, this flag returns a float[3]. Local rotation (slantRot, slantRoll, twistRot).

Derived from mel command maya.cmds.polyChipOff

setLocalRotateX(val=True, **kwargs)

This flag specifies local rotation X angle (Slant Rot around slantAxis).C: Default is 0.0. The range is [0, 360].Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setLocalRotateY(val=True, **kwargs)

This flag specifies local rotation Y angle (Slant Roll of slantAxis).C: Default is 0.0. The range is [0, 180].Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setLocalRotateZ(val=True, **kwargs)

This flag specifies local rotation Z angle (Twist around normal).C: Default is 0.0. The range is [0, 360].Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setLocalScale(val=True, **kwargs)

This flag specifies the local scaling vector.C: Default is 1.0 1.0 1.0.Q: When queried, this flag returns a float[3].

Derived from mel command maya.cmds.polyChipOff

setLocalScaleX(val=True, **kwargs)

This flag specifies X for local scaling vector.C: Default is 1.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setLocalScaleY(val=True, **kwargs)

This flag specifies Y for local scaling vector.C: Default is 1.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setLocalScaleZ(val=True, **kwargs)

This flag specifies Z for local scaling vector : Flattening.C: Default is 1.0. The range is [0.0, 1.0].Q: When queried, this flag returns a float. Dynamic Values

Derived from mel command maya.cmds.polyChipOff

setLocalTranslate(val=True, **kwargs)

This flag specifies the local translation vector.C: Default is 0.0 0.0 0.0.Q: When queried, this flag returns a float[3].

Derived from mel command maya.cmds.polyChipOff

setLocalTranslateX(val=True, **kwargs)

This flag specifies the X local translation vector.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setLocalTranslateY(val=True, **kwargs)

This flag specifies the Y local translation vector.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setLocalTranslateZ(val=True, **kwargs)

This flag specifies the Z local translation vector.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setMagnX(val=True, **kwargs)

This flag specifies X for the magnet vector.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setMagnY(val=True, **kwargs)

This flag specifies Y for the magnet vector.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setMagnZ(val=True, **kwargs)

This flag specifies Z for the magnet vector.C: Default is 0.0.Q: When queried, this flag returns a float.Common flags

Derived from mel command maya.cmds.polyChipOff

setMagnet(val=True, **kwargs)

This flag specifies the magnet vector.C: Default is 0.0 0.0 0.0.Q: When queried, this flag returns a float[3].

Derived from mel command maya.cmds.polyChipOff

setNodeState(val=True, **kwargs)

Defines how to evaluate the node. 0: Normal1: PassThrough2: Blocking3: Internally disabled. Will return to Normal state when enabled4: Internally disabled. Will return to PassThrough state when enabled5: Internally disabled. Will return to Blocking state when enabledFlag 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.polyChipOff

setOffset(val=True, **kwargs)

This flag specifies the local offset.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setPivot(val=True, **kwargs)

This flag specifies the pivot for scaling and rotation.C: Default is 0.0 0.0 0.0.Q: When queried, this flag returns a float[3].

Derived from mel command maya.cmds.polyChipOff

setPivotX(val=True, **kwargs)

This flag specifies the X pivot for scaling and rotation.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setPivotY(val=True, **kwargs)

This flag specifies the Y pivot for scaling and rotation.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setPivotZ(val=True, **kwargs)

This flag specifies the Z pivot for scaling and rotation.C: Default is 0.0.Q: When queried, this flag returns a float. Local Values

Derived from mel command maya.cmds.polyChipOff

setRandom(val=True, **kwargs)

This flag specifies the random value for all parameters.C: Default is 0.0. The range is [-10.0, 10.0].Q: When queried, this flag returns a float. Global Values

Derived from mel command maya.cmds.polyChipOff

setRotate(val=True, **kwargs)

This flag specifies the rotation angles around X, Y, Z.C: Default is 0.0 0.0 0.0.Q: When queried, this flag returns a float[3].

Derived from mel command maya.cmds.polyChipOff

setRotateX(val=True, **kwargs)

This flag specifies the rotation angle around X.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setRotateY(val=True, **kwargs)

This flag specifies the rotation angle around Y.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setRotateZ(val=True, **kwargs)

This flag specifies the rotation angle around Z.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setScale(val=True, **kwargs)

This flag specifies the scaling vector.C: Default is 1.0 1.0 1.0.Q: When queried, this flag returns a float[3].

Derived from mel command maya.cmds.polyChipOff

setScaleX(val=True, **kwargs)

This flag specifies X for scaling vector.C: Default is 1.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setScaleY(val=True, **kwargs)

This flag specifies Y for scaling vector.C: Default is 1.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setScaleZ(val=True, **kwargs)

This flag specifies Z for scaling vector.C: Default is 1.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setTranslate(val=True, **kwargs)

This flag specifies the translation vector.C: Default is 0.0 0.0 0.0.Q: When queried, this flag returns a float[3].

Derived from mel command maya.cmds.polyChipOff

setTranslateX(val=True, **kwargs)

This flag specifies the X translation vector.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setTranslateY(val=True, **kwargs)

This flag specifies the Y translation vector.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setTranslateZ(val=True, **kwargs)

This flag specifies the Z translation vector.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setWeight(val=True, **kwargs)

This flag specifies the weight, related to gravity.C: Default is 0.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyChipOff

setWorldSpace(val=True, **kwargs)

This flag specifies which reference to use. If “on” : all geometrical values are taken in world reference. If “off” : all geometrical values are taken in object reference.C: Default is “off”.Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyChipOff

Previous topic

pymel.core.nodetypes.PolyBridgeEdge

Next topic

pymel.core.nodetypes.PolyCloseBorder

Core

Core Modules

Other Modules

This Page