pymel.core.nodetypes.MakeNurbsSquare

Inheritance diagram of MakeNurbsSquare

class MakeNurbsSquare(*args, **kwargs)

class counterpart of mel function nurbsSquare

The nurbsSquare command creates a square

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

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:1Advanced 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 - hepticDefault:3

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:1Advanced flags

Derived from mel command maya.cmds.nurbsSquare

Previous topic

pymel.core.nodetypes.MakeNurbTorus

Next topic

pymel.core.nodetypes.MakeTextCurves

Core

Core Modules

Other Modules

This Page