pymel.core.nodetypes.PolyCone

Inheritance diagram of PolyCone

class PolyCone(*args, **kwargs)

class counterpart of mel function polyCone

The cone command creates a new polygonal cone.

getAxis(**kwargs)

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

Derived from mel command maya.cmds.polyCone

getCaching(**kwargs)

Derived from mel command maya.cmds.polyCone

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

getHeight(**kwargs)

This flag specifies the height of the cone. C: Default is 1.0. Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyCone

getNodeState(**kwargs)

Derived from mel command maya.cmds.polyCone

getRadius(**kwargs)

This flag specifies the radius of the cone. C: Default is 0.5. Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyCone

getRoundCap(**kwargs)

Derived from mel command maya.cmds.polyCone

getSubdivisionsAxis(**kwargs)

Derived from mel command maya.cmds.polyCone

getSubdivisionsCap(**kwargs)

Derived from mel command maya.cmds.polyCone

getSubdivisionsHeight(**kwargs)

Derived from mel command maya.cmds.polyCone

getSubdivisionsX(**kwargs)

This specifies the number of subdivisions in the X direction for the cone. C: Default is 20. Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyCone

getSubdivisionsY(**kwargs)

This flag specifies the number of subdivisions in the Y direction for the cone. C: Default is 1. Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyCone

getSubdivisionsZ(**kwargs)

This flag specifies the number of subdivisions in the Z direction for the cone. C: Default is 0. Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyCone

setAxis(val=True, **kwargs)

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

Derived from mel command maya.cmds.polyCone

setCaching(val=True, **kwargs)

Derived from mel command maya.cmds.polyCone

setHeight(val=True, **kwargs)

This flag specifies the height of the cone. C: Default is 1.0. Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyCone

setNodeState(val=True, **kwargs)

Derived from mel command maya.cmds.polyCone

setRadius(val=True, **kwargs)

This flag specifies the radius of the cone. C: Default is 0.5. Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyCone

setRoundCap(val=True, **kwargs)

Derived from mel command maya.cmds.polyCone

setSubdivisionsAxis(val=True, **kwargs)

Derived from mel command maya.cmds.polyCone

setSubdivisionsCap(val=True, **kwargs)

Derived from mel command maya.cmds.polyCone

setSubdivisionsHeight(val=True, **kwargs)

Derived from mel command maya.cmds.polyCone

setSubdivisionsX(val=True, **kwargs)

This specifies the number of subdivisions in the X direction for the cone. C: Default is 20. Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyCone

setSubdivisionsY(val=True, **kwargs)

This flag specifies the number of subdivisions in the Y direction for the cone. C: Default is 1. Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyCone

setSubdivisionsZ(val=True, **kwargs)

This flag specifies the number of subdivisions in the Z direction for the cone. C: Default is 0. Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyCone