pymel.core.nodetypes.PolyPlane

digraph inheritancecc424cb0f7 {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "PolyPlane" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.nodetypes.PolyPlane",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PolyPrimitive" -> "PolyPlane" [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 PolyPlane(*args, **kwargs)

class counterpart of mel function polyPlane

The mesh command creates a new polygonal plane.

getAxis(**kwargs)

This flag specifies the primitive axis used to build the plane.

Derived from mel command maya.cmds.polyPlane

getCaching(**kwargs)
Derived from mel command maya.cmds.polyPlane
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.polyPlane

getHeight(**kwargs)

This flag specifies the height of the plane. Default is 1.0.

Derived from mel command maya.cmds.polyPlane

getNodeState(**kwargs)
Derived from mel command maya.cmds.polyPlane
getSubdivisionsHeight(**kwargs)
Derived from mel command maya.cmds.polyPlane
getSubdivisionsWidth(**kwargs)
Derived from mel command maya.cmds.polyPlane
getSubdivisionsX(**kwargs)

This specifies the number of subdivisions in the X direction for the plane. Default is 5.

Derived from mel command maya.cmds.polyPlane

getSubdivisionsY(**kwargs)

This flag specifies the number of subdivisions in the Y direction for the plane. Default is 5.

Derived from mel command maya.cmds.polyPlane

getWidth(**kwargs)

This flag specifies the width of the plane. Default is 1.0.

Derived from mel command maya.cmds.polyPlane

setAxis(val=True, **kwargs)

This flag specifies the primitive axis used to build the plane.

Derived from mel command maya.cmds.polyPlane

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

This flag specifies the height of the plane. Default is 1.0.

Derived from mel command maya.cmds.polyPlane

setNodeState(val=True, **kwargs)
Derived from mel command maya.cmds.polyPlane
setSubdivisionsHeight(val=True, **kwargs)
Derived from mel command maya.cmds.polyPlane
setSubdivisionsWidth(val=True, **kwargs)
Derived from mel command maya.cmds.polyPlane
setSubdivisionsX(val=True, **kwargs)

This specifies the number of subdivisions in the X direction for the plane. Default is 5.

Derived from mel command maya.cmds.polyPlane

setSubdivisionsY(val=True, **kwargs)

This flag specifies the number of subdivisions in the Y direction for the plane. Default is 5.

Derived from mel command maya.cmds.polyPlane

setWidth(val=True, **kwargs)

This flag specifies the width of the plane. Default is 1.0.

Derived from mel command maya.cmds.polyPlane

Previous topic

pymel.core.nodetypes.PolyPlanarProj

Next topic

pymel.core.nodetypes.PolyPlatonicSolid

Core

Core Modules

Other Modules

This Page