pymel.core.nodetypes.MakeNurbPlane — PyMEL 1.0.7 documentation

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.

MAttrClass = Enum( EnumValue('MAttrClass', 1, 'localDynamicAttr'), EnumValue('MAttrClass', 2, 'normalAttr'), EnumValue('MAttrClass', 3, 'extensionAttr'), EnumValue('MAttrClass', 4, 'invalidAttr'))
MdgTimerMetric = Enum( EnumValue('MdgTimerMetric', 0, 'metric_callback'), EnumValue('MdgTimerMetric', 1, 'metric_compute'), EnumValue('MdgTimerMetric', 2, 'metric_dirty'), EnumValue('MdgTimerMetric', 3, 'metric_draw'), EnumValue('MdgTimerMetric', 4, 'metric_fetch'), EnumValue('MdgTimerMetric', 5, 'metric_callbackViaAPI'), EnumValue('MdgTimerMetric', 6, 'metric_callbackNotViaAPI'), EnumValue('MdgTimerMetric', 7, 'metric_computeDuringCallback'), EnumValue('MdgTimerMetric', 8, 'metric_computeNotDuringCallback'), EnumValue('MdgTimerMetric', 9, 'metrics'))
MdgTimerState = Enum( EnumValue('MdgTimerState', 0, 'off'), EnumValue('MdgTimerState', 1, 'on'), EnumValue('MdgTimerState', 2, 'uninitialized'), EnumValue('MdgTimerState', 3, 'invalidState'))
MdgTimerType = Enum( EnumValue('MdgTimerType', 0, 'type_self'), EnumValue('MdgTimerType', 1, 'type_inclusive'), EnumValue('MdgTimerType', 2, 'type_count'), EnumValue('MdgTimerType', 3, 'types'))
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

getFrozen(**kwargs)

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

setFrozen(val=True, **kwargs)

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