pymel.core.nodetypes.MakeNurbsSquare — PyMEL 1.0.7 documentation

pymel.core.nodetypes.MakeNurbsSquare

Inheritance diagram of MakeNurbsSquare

class MakeNurbsSquare(*args, **kwargs)

class counterpart of mel function nurbsSquare

The nurbsSquare command creates a square

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'))
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.nurbsSquare

getCenter(**kwargs)

The center point of the square.

Derived from mel command maya.cmds.nurbsSquare

getCenterX(**kwargs)

X of the center point. Default:0

Derived from mel command maya.cmds.nurbsSquare

getCenterY(**kwargs)

Y of the center point. Default:0

Derived from mel command maya.cmds.nurbsSquare

getCenterZ(**kwargs)

Z of the center point. Default:0

Derived from mel command maya.cmds.nurbsSquare

getDegree(**kwargs)

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

Derived from mel command maya.cmds.nurbsSquare

getFrozen(**kwargs)

Derived from mel command maya.cmds.nurbsSquare

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

getNormal(**kwargs)

The normal of the plane in which the square will lie.

Derived from mel command maya.cmds.nurbsSquare

getNormalX(**kwargs)

X of the normal direction. Default:0

Derived from mel command maya.cmds.nurbsSquare

getNormalY(**kwargs)

Y of the normal direction. Default:0

Derived from mel command maya.cmds.nurbsSquare

getNormalZ(**kwargs)

Z of the normal direction. Default:1

Derived from mel command maya.cmds.nurbsSquare

getSideLength1(**kwargs)

The length of a side on the square. Default:1.0

Derived from mel command maya.cmds.nurbsSquare

getSideLength2(**kwargs)

The length of an adjacent side on the square. Default:1.0

Derived from mel command maya.cmds.nurbsSquare

getSpansPerSide(**kwargs)

The number of spans per side determines the resolution of the square. Default:1 Advanced flags

Derived from mel command maya.cmds.nurbsSquare

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

setCenter(val=True, **kwargs)

The center point of the square.

Derived from mel command maya.cmds.nurbsSquare

setCenterX(val=True, **kwargs)

X of the center point. Default:0

Derived from mel command maya.cmds.nurbsSquare

setCenterY(val=True, **kwargs)

Y of the center point. Default:0

Derived from mel command maya.cmds.nurbsSquare

setCenterZ(val=True, **kwargs)

Z of the center point. Default:0

Derived from mel command maya.cmds.nurbsSquare

setDegree(val=True, **kwargs)

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

Derived from mel command maya.cmds.nurbsSquare

setFrozen(val=True, **kwargs)

Derived from mel command maya.cmds.nurbsSquare

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

setNormal(val=True, **kwargs)

The normal of the plane in which the square will lie.

Derived from mel command maya.cmds.nurbsSquare

setNormalX(val=True, **kwargs)

X of the normal direction. Default:0

Derived from mel command maya.cmds.nurbsSquare

setNormalY(val=True, **kwargs)

Y of the normal direction. Default:0

Derived from mel command maya.cmds.nurbsSquare

setNormalZ(val=True, **kwargs)

Z of the normal direction. Default:1

Derived from mel command maya.cmds.nurbsSquare

setSideLength1(val=True, **kwargs)

The length of a side on the square. Default:1.0

Derived from mel command maya.cmds.nurbsSquare

setSideLength2(val=True, **kwargs)

The length of an adjacent side on the square. Default:1.0

Derived from mel command maya.cmds.nurbsSquare

setSpansPerSide(val=True, **kwargs)

The number of spans per side determines the resolution of the square. Default:1 Advanced flags

Derived from mel command maya.cmds.nurbsSquare