pymel.core.nodetypes.MakeNurbCube

Inheritance diagram of MakeNurbCube

class MakeNurbCube(*args, **kwargs)

class counterpart of mel function nurbsCube

The nurbsCube command creates a new NURBS Cube made up of six planes. It creates an unit cube with center at origin by default.

getAxis(**kwargs)

The primitive’s axis Advanced flags

Derived from mel command maya.cmds.nurbsCube

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

getDegree(**kwargs)

The degree of the resulting surface. 1 - linear, 2 - quadratic, 3 - cubic, 5 - quintic, 7 - heptic Default:3

Derived from mel command maya.cmds.nurbsCube

getHeightRatio(**kwargs)

Ratio of heightto widthDefault:1.0

Derived from mel command maya.cmds.nurbsCube

getLengthRatio(**kwargs)

Ratio of lengthto widthDefault:1.0

Derived from mel command maya.cmds.nurbsCube

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

getPatchesU(**kwargs)

Number of sections in U Default:1

Derived from mel command maya.cmds.nurbsCube

getPatchesV(**kwargs)

Number of sections in V Default:1

Derived from mel command maya.cmds.nurbsCube

getPivot(**kwargs)

The primitive’s pivot point

Derived from mel command maya.cmds.nurbsCube

getWidth(**kwargs)

Width of the object Default:1.0

Derived from mel command maya.cmds.nurbsCube

setAxis(val=True, **kwargs)

The primitive’s axis Advanced flags

Derived from mel command maya.cmds.nurbsCube

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

setDegree(val=True, **kwargs)

The degree of the resulting surface. 1 - linear, 2 - quadratic, 3 - cubic, 5 - quintic, 7 - heptic Default:3

Derived from mel command maya.cmds.nurbsCube

setHeightRatio(val=True, **kwargs)

Ratio of heightto widthDefault:1.0

Derived from mel command maya.cmds.nurbsCube

setLengthRatio(val=True, **kwargs)

Ratio of lengthto widthDefault:1.0

Derived from mel command maya.cmds.nurbsCube

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

setPatchesU(val=True, **kwargs)

Number of sections in U Default:1

Derived from mel command maya.cmds.nurbsCube

setPatchesV(val=True, **kwargs)

Number of sections in V Default:1

Derived from mel command maya.cmds.nurbsCube

setPivot(val=True, **kwargs)

The primitive’s pivot point

Derived from mel command maya.cmds.nurbsCube

setWidth(val=True, **kwargs)

Width of the object Default:1.0

Derived from mel command maya.cmds.nurbsCube

Previous topic

pymel.core.nodetypes.MakeNurbCone

Next topic

pymel.core.nodetypes.MakeNurbCylinder

Core

Core Modules

Other Modules

This Page