pymel.core.nodetypes.PolyPlane

Inheritance diagram of PolyPlane

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 appear in Create mode of commandFlag 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