pymel.core.nodetypes.PolySphere

Inheritance diagram of PolySphere

class PolySphere(*args, **kwargs)

class counterpart of mel function polySphere

The sphere command creates a new polygonal sphere.

getAxis(**kwargs)

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

Derived from mel command maya.cmds.polySphere

getCaching(**kwargs)

Derived from mel command maya.cmds.polySphere

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

getNodeState(**kwargs)

Derived from mel command maya.cmds.polySphere

getRadius(**kwargs)

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

Derived from mel command maya.cmds.polySphere

getSubdivisionsAxis(**kwargs)

Derived from mel command maya.cmds.polySphere

getSubdivisionsHeight(**kwargs)

Derived from mel command maya.cmds.polySphere

getSubdivisionsX(**kwargs)

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

Derived from mel command maya.cmds.polySphere

getSubdivisionsY(**kwargs)

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

Derived from mel command maya.cmds.polySphere

setAxis(val=True, **kwargs)

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

Derived from mel command maya.cmds.polySphere

setCaching(val=True, **kwargs)

Derived from mel command maya.cmds.polySphere

setNodeState(val=True, **kwargs)

Derived from mel command maya.cmds.polySphere

setRadius(val=True, **kwargs)

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

Derived from mel command maya.cmds.polySphere

setSubdivisionsAxis(val=True, **kwargs)

Derived from mel command maya.cmds.polySphere

setSubdivisionsHeight(val=True, **kwargs)

Derived from mel command maya.cmds.polySphere

setSubdivisionsX(val=True, **kwargs)

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

Derived from mel command maya.cmds.polySphere

setSubdivisionsY(val=True, **kwargs)

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

Derived from mel command maya.cmds.polySphere

Previous topic

pymel.core.nodetypes.PolySphProj

Next topic

pymel.core.nodetypes.PolySpinEdge

Core

Core Modules

Other Modules

This Page