pymel.core.nodetypes.MakeNurbPlane

Inheritance diagram of MakeNurbPlane

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 axisAdvanced 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 - hepticDefault:3

Derived from mel command maya.cmds.nurbsPlane

getLengthRatio(**kwargs)

The ratio of “length” to “width” of 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 planeDefault:1.0

Derived from mel command maya.cmds.nurbsPlane

setAxis(val=True, **kwargs)

The primitive’s axisAdvanced 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 - hepticDefault:3

Derived from mel command maya.cmds.nurbsPlane

setLengthRatio(val=True, **kwargs)

The ratio of “length” to “width” of 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 planeDefault: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