pymel.core.nodetypes.PolyPlatonicSolid

Inheritance diagram of PolyPlatonicSolid

class PolyPlatonicSolid(*args, **kwargs)

class counterpart of mel function polyPlatonicSolid

The polyPlatonicSolid command creates a new polygonal platonic solid.

getAxis(**kwargs)

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

Derived from mel command maya.cmds.polyPlatonicSolid

getCaching(**kwargs)

Derived from mel command maya.cmds.polyPlatonicSolid

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

getNodeState(**kwargs)

Derived from mel command maya.cmds.polyPlatonicSolid

getRadius(**kwargs)

This flag specifies the radius of the platonic solid. C: Default is 1.0. Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyPlatonicSolid

getSideLength(**kwargs)

This flag specifies the side length of platonic solid. C: Default is 1.0. Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyPlatonicSolid

setAxis(val=True, **kwargs)

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

Derived from mel command maya.cmds.polyPlatonicSolid

setCaching(val=True, **kwargs)

Derived from mel command maya.cmds.polyPlatonicSolid

setNodeState(val=True, **kwargs)

Derived from mel command maya.cmds.polyPlatonicSolid

setRadius(val=True, **kwargs)

This flag specifies the radius of the platonic solid. C: Default is 1.0. Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyPlatonicSolid

setSideLength(val=True, **kwargs)

This flag specifies the side length of platonic solid. C: Default is 1.0. Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyPlatonicSolid

Previous topic

pymel.core.nodetypes.PolyPlane

Next topic

pymel.core.nodetypes.PolyPoke

Core

Core Modules

Other Modules

This Page