pymel.core.nodetypes.PolyPrimitive

Inheritance diagram of PolyPrimitive

class PolyPrimitive(*args, **kwargs)

class counterpart of mel function polyPrimitive

Create a polygon primative

getAxis(**kwargs)

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

Derived from mel command maya.cmds.polyPrimitive

getCaching(**kwargs)

Derived from mel command maya.cmds.polyPrimitive

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

getCreateUVs(**kwargs)

Derived from mel command maya.cmds.polyPrimitive

getNodeState(**kwargs)

Derived from mel command maya.cmds.polyPrimitive

getRadius(**kwargs)

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

Derived from mel command maya.cmds.polyPrimitive

getSideLength(**kwargs)

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

Derived from mel command maya.cmds.polyPrimitive

getTexture(**kwargs)

Derived from mel command maya.cmds.polyPrimitive

setAxis(val=True, **kwargs)

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

Derived from mel command maya.cmds.polyPrimitive

setCaching(val=True, **kwargs)

Derived from mel command maya.cmds.polyPrimitive

setCreateUVs(val=True, **kwargs)

Derived from mel command maya.cmds.polyPrimitive

setNodeState(val=True, **kwargs)

Derived from mel command maya.cmds.polyPrimitive

setRadius(val=True, **kwargs)

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

Derived from mel command maya.cmds.polyPrimitive

setSideLength(val=True, **kwargs)

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

Derived from mel command maya.cmds.polyPrimitive

setTexture(val=True, **kwargs)

Derived from mel command maya.cmds.polyPrimitive

Previous topic

pymel.core.nodetypes.PolyPoke

Next topic

pymel.core.nodetypes.PolyPrimitiveMisc

Core

Core Modules

Other Modules

This Page