pymel.core.nodetypes.MakeNurbPlane

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

class counterpart of mel function nurbsPlane

The nurbsPlane command creates a new NURBS Plane and return the name of the new surface. It creates an unit plane with center at origin by default.

getAxis(**kwargs)

The primitive’s axis Advanced flags

Derived from mel command maya.cmds.nurbsPlane

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

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

getLengthRatio(**kwargs)

The ratio of lengthto widthof the plane. Default:1.0

Derived from mel command maya.cmds.nurbsPlane

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

getPatchesU(**kwargs)

The number of spans in the U direction. Default:1

Derived from mel command maya.cmds.nurbsPlane

getPatchesV(**kwargs)

The number of spans in the V direction. Default:1

Derived from mel command maya.cmds.nurbsPlane

getPivot(**kwargs)

The primitive’s pivot point

Derived from mel command maya.cmds.nurbsPlane

getWidth(**kwargs)

The width of the plane Default:1.0

Derived from mel command maya.cmds.nurbsPlane

setAxis(val=True, **kwargs)

The primitive’s axis Advanced flags

Derived from mel command maya.cmds.nurbsPlane

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

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

setLengthRatio(val=True, **kwargs)

The ratio of lengthto widthof the plane. Default:1.0

Derived from mel command maya.cmds.nurbsPlane

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

setPatchesU(val=True, **kwargs)

The number of spans in the U direction. Default:1

Derived from mel command maya.cmds.nurbsPlane

setPatchesV(val=True, **kwargs)

The number of spans in the V direction. Default:1

Derived from mel command maya.cmds.nurbsPlane

setPivot(val=True, **kwargs)

The primitive’s pivot point

Derived from mel command maya.cmds.nurbsPlane

setWidth(val=True, **kwargs)

The width of the plane Default:1.0

Derived from mel command maya.cmds.nurbsPlane

Previous topic

pymel.core.nodetypes.MakeNurbCylinder

Next topic

pymel.core.nodetypes.MakeNurbSphere

Core

Core Modules

Other Modules

This Page