pymel.core.nodetypes.PolyExtrudeEdge

Inheritance diagram of PolyExtrudeEdge

class PolyExtrudeEdge(*args, **kwargs)

class counterpart of mel function polyExtrudeEdge

Extrude edges separately or together.

caching(val=True, **kwargs)

Toggle caching for all attributes so that no recomputation is needed

Derived from mel command maya.cmds.polyExtrudeEdge

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

getDivisions(**kwargs)

This flag specifies the number of subdivisions.C: Default is 1Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyExtrudeEdge

getKeepFacesTogether(**kwargs)

This flag specifies how to extrude edgess. If “on”, edges 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.polyExtrudeEdge

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

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

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

getLocalDirectionZ(**kwargs)

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

Derived from mel command maya.cmds.polyExtrudeEdge

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

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

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

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

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

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

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

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.Common flags

Derived from mel command maya.cmds.polyExtrudeEdge

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

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

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

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

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

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

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

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

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

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.

Derived from mel command maya.cmds.polyExtrudeEdge

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

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

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

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

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

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

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

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

getSmoothingAngle(**kwargs)

This flag specifies smoothingAngle threshold used to determine whether newly created edges are hard or soft.C: Default is 30.0. The range is [0, 180].Q: When queried, this flag returns a float. Global Values

Derived from mel command maya.cmds.polyExtrudeEdge

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

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

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

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

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

setDivisions(val=True, **kwargs)

This flag specifies the number of subdivisions.C: Default is 1Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyExtrudeEdge

setKeepFacesTogether(val=True, **kwargs)

This flag specifies how to extrude edgess. If “on”, edges 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.polyExtrudeEdge

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

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

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

setLocalDirectionZ(val=True, **kwargs)

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

Derived from mel command maya.cmds.polyExtrudeEdge

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

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

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

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

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

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

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

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.Common flags

Derived from mel command maya.cmds.polyExtrudeEdge

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

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

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

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

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

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

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

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

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

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.

Derived from mel command maya.cmds.polyExtrudeEdge

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

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

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

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

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

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

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

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

setSmoothingAngle(val=True, **kwargs)

This flag specifies smoothingAngle threshold used to determine whether newly created edges are hard or soft.C: Default is 30.0. The range is [0, 180].Q: When queried, this flag returns a float. Global Values

Derived from mel command maya.cmds.polyExtrudeEdge

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

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

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

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

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

Previous topic

pymel.core.nodetypes.PolyEdgeToCurve

Next topic

pymel.core.nodetypes.PolyExtrudeFace

Core

Core Modules

Other Modules

This Page