pymel.core.nodetypes.PolyPyramid

Inheritance diagram of PolyPyramid

class PolyPyramid(*args, **kwargs)

class counterpart of mel function polyPyramid

The pyramid command creates a new polygonal pyramid.

getAxis(**kwargs)

This flag specifies the primitive axis used to build the pyramid.Q: When queried, this flag returns a float[3].

Derived from mel command maya.cmds.polyPyramid

getCaching(**kwargs)

Derived from mel command maya.cmds.polyPyramid

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

getNodeState(**kwargs)

Derived from mel command maya.cmds.polyPyramid

getNumberOfSides(**kwargs)

This specifies the number of sides for the pyramid base.C: Default is 3.Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyPyramid

getNumderOfSides(**kwargs)

Derived from mel command maya.cmds.polyPyramid

getSideLength(**kwargs)

This flag specifies the edge length of the pyramid.C: Default is 2.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyPyramid

getSubdivisionsCaps(**kwargs)

This flag specifies the number of subdivisions on bottom cap for the pyramid.C: Default is 0.Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyPyramid

getSubdivisionsHeight(**kwargs)

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

Derived from mel command maya.cmds.polyPyramid

setAxis(val=True, **kwargs)

This flag specifies the primitive axis used to build the pyramid.Q: When queried, this flag returns a float[3].

Derived from mel command maya.cmds.polyPyramid

setCaching(val=True, **kwargs)

Derived from mel command maya.cmds.polyPyramid

setNodeState(val=True, **kwargs)

Derived from mel command maya.cmds.polyPyramid

setNumberOfSides(val=True, **kwargs)

This specifies the number of sides for the pyramid base.C: Default is 3.Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyPyramid

setNumderOfSides(val=True, **kwargs)

Derived from mel command maya.cmds.polyPyramid

setSideLength(val=True, **kwargs)

This flag specifies the edge length of the pyramid.C: Default is 2.0.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyPyramid

setSubdivisionsCaps(val=True, **kwargs)

This flag specifies the number of subdivisions on bottom cap for the pyramid.C: Default is 0.Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyPyramid

setSubdivisionsHeight(val=True, **kwargs)

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

Derived from mel command maya.cmds.polyPyramid

Previous topic

pymel.core.nodetypes.PolyProjectCurve

Next topic

pymel.core.nodetypes.PolyQuad

Core

Core Modules

Other Modules

This Page