pymel.core.nodetypes.MakeNurbCube

digraph inheritanceec188d48b1 {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "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)"];
  "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)"];
  "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)"];
  "MakeNurbCube" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.nodetypes.MakeNurbCube",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "Primitive" -> "MakeNurbCube" [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)"];
}

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