pymel.core.nodetypes.PolyPrism

digraph inheritancebecc0a71b0 {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "PolyPrism" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.nodetypes.PolyPrism",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PolyPrimitive" -> "PolyPrism" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "PolyCreator" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.PolyCreator.html#pymel.core.nodetypes.PolyCreator",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PolyBase" -> "PolyCreator" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "PyNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="../pymel.core.general/pymel.core.general.PyNode.html#pymel.core.general.PyNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "ProxyUnicode" -> "PyNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "PolyBase" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.PolyBase.html#pymel.core.nodetypes.PolyBase",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "DependNode" -> "PolyBase" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "PolyPrimitive" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.PolyPrimitive.html#pymel.core.nodetypes.PolyPrimitive",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PolyCreator" -> "PolyPrimitive" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "ProxyUnicode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="../pymel.util.utilitytypes/pymel.util.utilitytypes.ProxyUnicode.html#pymel.util.utilitytypes.ProxyUnicode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "DependNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.DependNode.html#pymel.core.nodetypes.DependNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PyNode" -> "DependNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
}

class PolyPrism(*args, **kwargs)

class counterpart of mel function polyPrism

The prism command creates a new polygonal prism.

getAxis(**kwargs)

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

Derived from mel command maya.cmds.polyPrism

getCaching(**kwargs)
Derived from mel command maya.cmds.polyPrism
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 have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.polyPrism

getLength(**kwargs)

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

Derived from mel command maya.cmds.polyPrism

getNodeState(**kwargs)
Derived from mel command maya.cmds.polyPrism
getNumberOfSides(**kwargs)

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

Derived from mel command maya.cmds.polyPrism

getNumderOfSides(**kwargs)
Derived from mel command maya.cmds.polyPrism
getSideLength(**kwargs)

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

Derived from mel command maya.cmds.polyPrism

getSubdivisionsCaps(**kwargs)

This flag specifies the subdivisions on the caps for the prism. C: Default is 2. Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyPrism

getSubdivisionsHeight(**kwargs)

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

Derived from mel command maya.cmds.polyPrism

setAxis(val=True, **kwargs)

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

Derived from mel command maya.cmds.polyPrism

setCaching(val=True, **kwargs)
Derived from mel command maya.cmds.polyPrism
setLength(val=True, **kwargs)

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

Derived from mel command maya.cmds.polyPrism

setNodeState(val=True, **kwargs)
Derived from mel command maya.cmds.polyPrism
setNumberOfSides(val=True, **kwargs)

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

Derived from mel command maya.cmds.polyPrism

setNumderOfSides(val=True, **kwargs)
Derived from mel command maya.cmds.polyPrism
setSideLength(val=True, **kwargs)

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

Derived from mel command maya.cmds.polyPrism

setSubdivisionsCaps(val=True, **kwargs)

This flag specifies the subdivisions on the caps for the prism. C: Default is 2. Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyPrism

setSubdivisionsHeight(val=True, **kwargs)

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

Derived from mel command maya.cmds.polyPrism

Previous topic

pymel.core.nodetypes.PolyPrimitiveMisc

Next topic

pymel.core.nodetypes.PolyProj

Core

Core Modules

Other Modules

This Page