pymel.core.nodetypes.MakeNurbSphere

digraph inheritance8d1faf7fec {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "MakeNurbSphere" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.nodetypes.MakeNurbSphere",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "RevolvedPrimitive" -> "MakeNurbSphere" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "Primitive" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.Primitive.html#pymel.core.nodetypes.Primitive",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "AbstractBaseCreate" -> "Primitive" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "PyNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="../pymel.core.general/pymel.core.general.PyNode.html#pymel.core.general.PyNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "ProxyUnicode" -> "PyNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "RevolvedPrimitive" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.RevolvedPrimitive.html#pymel.core.nodetypes.RevolvedPrimitive",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "Primitive" -> "RevolvedPrimitive" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "ProxyUnicode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="../pymel.util.utilitytypes/pymel.util.utilitytypes.ProxyUnicode.html#pymel.util.utilitytypes.ProxyUnicode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "AbstractBaseCreate" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.AbstractBaseCreate.html#pymel.core.nodetypes.AbstractBaseCreate",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "DependNode" -> "AbstractBaseCreate" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "DependNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.DependNode.html#pymel.core.nodetypes.DependNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PyNode" -> "DependNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
}

class MakeNurbSphere(*args, **kwargs)

class counterpart of mel function sphere

The sphere command creates a new sphere. The number of spans in the in each direction of the sphere is determined by the useTolerance attribute. If -ut is true then the -tolerance attribute will be used. If -ut is false then the -sections attribute will be used.

getAxis(**kwargs)

The primitive’s axis Advanced flags

Derived from mel command maya.cmds.sphere

getCaching(**kwargs)

Modifies the node caching mode. See the node documentation for more information. Note:For advanced users only.

Derived from mel command maya.cmds.sphere

getDegree(**kwargs)

The degree of the resulting surface: 1 - linear, 3 - cubic Default:3

Derived from mel command maya.cmds.sphere

getEndSweep(**kwargs)

The angle at which to end the surface of revolution. Default is 2Pi radians, or 360 degrees. Default:6.2831853

Derived from mel command maya.cmds.sphere

getHeightRatio(**kwargs)

Ratio of heightto widthDefault:2.0

Derived from mel command maya.cmds.sphere

getNodeState(**kwargs)

Modifies the node state. See the node documentation for more information. Note:For advanced users only. Common flags

Derived from mel command maya.cmds.sphere

getPivot(**kwargs)

The primitive’s pivot point

Derived from mel command maya.cmds.sphere

getRadius(**kwargs)

The radius of the object Default:1.0

Derived from mel command maya.cmds.sphere

getSections(**kwargs)

The number of sections determines the resolution of the surface in the sweep direction. Used only if useTolerance is false. Default:8

Derived from mel command maya.cmds.sphere

getSpans(**kwargs)

The number of spans determines the resolution of the surface in the opposite direction. Default:1

Derived from mel command maya.cmds.sphere

getStartSweep(**kwargs)

The angle at which to start the surface of revolution Default:0

Derived from mel command maya.cmds.sphere

getTolerance(**kwargs)

The tolerance with which to build the surface. Used only if useTolerance is true Default:0.01

Derived from mel command maya.cmds.sphere

getUseTolerance(**kwargs)

Use the specified tolerance to determine resolution. Otherwise number of sections will be used. Default:false

Derived from mel command maya.cmds.sphere

setAxis(val=True, **kwargs)

The primitive’s axis Advanced flags

Derived from mel command maya.cmds.sphere

setCaching(val=True, **kwargs)

Modifies the node caching mode. See the node documentation for more information. Note:For advanced users only.

Derived from mel command maya.cmds.sphere

setDegree(val=True, **kwargs)

The degree of the resulting surface: 1 - linear, 3 - cubic Default:3

Derived from mel command maya.cmds.sphere

setEndSweep(val=True, **kwargs)

The angle at which to end the surface of revolution. Default is 2Pi radians, or 360 degrees. Default:6.2831853

Derived from mel command maya.cmds.sphere

setHeightRatio(val=True, **kwargs)

Ratio of heightto widthDefault:2.0

Derived from mel command maya.cmds.sphere

setNodeState(val=True, **kwargs)

Modifies the node state. See the node documentation for more information. Note:For advanced users only. Common flags

Derived from mel command maya.cmds.sphere

setPivot(val=True, **kwargs)

The primitive’s pivot point

Derived from mel command maya.cmds.sphere

setRadius(val=True, **kwargs)

The radius of the object Default:1.0

Derived from mel command maya.cmds.sphere

setSections(val=True, **kwargs)

The number of sections determines the resolution of the surface in the sweep direction. Used only if useTolerance is false. Default:8

Derived from mel command maya.cmds.sphere

setSpans(val=True, **kwargs)

The number of spans determines the resolution of the surface in the opposite direction. Default:1

Derived from mel command maya.cmds.sphere

setStartSweep(val=True, **kwargs)

The angle at which to start the surface of revolution Default:0

Derived from mel command maya.cmds.sphere

setTolerance(val=True, **kwargs)

The tolerance with which to build the surface. Used only if useTolerance is true Default:0.01

Derived from mel command maya.cmds.sphere

setUseTolerance(val=True, **kwargs)

Use the specified tolerance to determine resolution. Otherwise number of sections will be used. Default:false

Derived from mel command maya.cmds.sphere

Previous topic

pymel.core.nodetypes.MakeNurbPlane

Next topic

pymel.core.nodetypes.MakeNurbTorus

Core

Core Modules

Other Modules

This Page