pymel.core.nodetypes.MakeNurbTorus

Inheritance diagram of MakeNurbTorus

class MakeNurbTorus(*args, **kwargs)

class counterpart of mel function torus

The torus command creates a new torus and/or a dependency node that creates one, and returns their names.

getAxis(**kwargs)

The primitive’s axisAdvanced flags

Derived from mel command maya.cmds.torus

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

getDegree(**kwargs)

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

Derived from mel command maya.cmds.torus

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

getHeightRatio(**kwargs)

Ratio of “height” to “width”Default:2.0

Derived from mel command maya.cmds.torus

getMinorSweep(**kwargs)

The sweep angle for the minor circle in the torusDefault:6.2831853

Derived from mel command maya.cmds.torus

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

getPivot(**kwargs)

The primitive’s pivot point

Derived from mel command maya.cmds.torus

getRadius(**kwargs)

The radius of the objectDefault:1.0

Derived from mel command maya.cmds.torus

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

getSpans(**kwargs)

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

Derived from mel command maya.cmds.torus

getStartSweep(**kwargs)

The angle at which to start the surface of revolutionDefault:0

Derived from mel command maya.cmds.torus

getTolerance(**kwargs)

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

Derived from mel command maya.cmds.torus

getUseTolerance(**kwargs)

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

Derived from mel command maya.cmds.torus

setAxis(val=True, **kwargs)

The primitive’s axisAdvanced flags

Derived from mel command maya.cmds.torus

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

setDegree(val=True, **kwargs)

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

Derived from mel command maya.cmds.torus

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

setHeightRatio(val=True, **kwargs)

Ratio of “height” to “width”Default:2.0

Derived from mel command maya.cmds.torus

setMinorSweep(val=True, **kwargs)

The sweep angle for the minor circle in the torusDefault:6.2831853

Derived from mel command maya.cmds.torus

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

setPivot(val=True, **kwargs)

The primitive’s pivot point

Derived from mel command maya.cmds.torus

setRadius(val=True, **kwargs)

The radius of the objectDefault:1.0

Derived from mel command maya.cmds.torus

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

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

setStartSweep(val=True, **kwargs)

The angle at which to start the surface of revolutionDefault:0

Derived from mel command maya.cmds.torus

setTolerance(val=True, **kwargs)

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

Derived from mel command maya.cmds.torus

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

Previous topic

pymel.core.nodetypes.MakeNurbSphere

Next topic

pymel.core.nodetypes.MakeNurbsSquare

Core

Core Modules

Other Modules

This Page