pymel.core.nodetypes.MakeNurbCircle

Inheritance diagram of MakeNurbCircle

class MakeNurbCircle(*args, **kwargs)

class counterpart of mel function circle

The circle command creates a circle or partial circle (arc)

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

getCenter(**kwargs)

The center point of the circle.

Derived from mel command maya.cmds.circle

getCenterX(**kwargs)

X of the center point.Default:0

Derived from mel command maya.cmds.circle

getCenterY(**kwargs)

Y of the center point.Default:0

Derived from mel command maya.cmds.circle

getCenterZ(**kwargs)

Z of the center point.Default:0

Derived from mel command maya.cmds.circle

getDegree(**kwargs)

The degree of the resulting circle: 1 - linear, 3 - cubicDefault:3

Derived from mel command maya.cmds.circle

getFirst(**kwargs)

The start point of the circle if fixCenter is false. Determines the orientation of the circle if fixCenter is true.

Derived from mel command maya.cmds.circle

getFirstPointX(**kwargs)

X of the first point.Default:1

Derived from mel command maya.cmds.circle

getFirstPointY(**kwargs)

Y of the first point.Default:0

Derived from mel command maya.cmds.circle

getFirstPointZ(**kwargs)

Z of the first point.Default:0

Derived from mel command maya.cmds.circle

getFixCenter(**kwargs)

Fix the center of the circle to the specified center point. Otherwise the circle will start at the specified first point.Default:trueAdvanced flags

Derived from mel command maya.cmds.circle

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

getNormal(**kwargs)

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

Derived from mel command maya.cmds.circle

getNormalX(**kwargs)

X of the normal direction.Default:0

Derived from mel command maya.cmds.circle

getNormalY(**kwargs)

Y of the normal direction.Default:0

Derived from mel command maya.cmds.circle

getNormalZ(**kwargs)

Z of the normal direction.Default:1

Derived from mel command maya.cmds.circle

getRadius(**kwargs)

The radius of the circle.Default:1.0

Derived from mel command maya.cmds.circle

getSections(**kwargs)

The number of sections determines the resolution of the circle. Used only if useTolerance is false.Default:8

Derived from mel command maya.cmds.circle

getSweep(**kwargs)

The sweep angle determines the completeness of the circle. A full circle is 2Pi radians, or 360 degrees.Default:6.2831853

Derived from mel command maya.cmds.circle

getTolerance(**kwargs)

The tolerance with which to build a circle. Used only if useTolerance is trueDefault:0.01

Derived from mel command maya.cmds.circle

getUseTolerance(**kwargs)

Use the specified tolerance to determine resolution. Otherwise number of sections will be used.Default:false

Derived from mel command maya.cmds.circle

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

setCenter(val=True, **kwargs)

The center point of the circle.

Derived from mel command maya.cmds.circle

setCenterX(val=True, **kwargs)

X of the center point.Default:0

Derived from mel command maya.cmds.circle

setCenterY(val=True, **kwargs)

Y of the center point.Default:0

Derived from mel command maya.cmds.circle

setCenterZ(val=True, **kwargs)

Z of the center point.Default:0

Derived from mel command maya.cmds.circle

setDegree(val=True, **kwargs)

The degree of the resulting circle: 1 - linear, 3 - cubicDefault:3

Derived from mel command maya.cmds.circle

setFirst(val=True, **kwargs)

The start point of the circle if fixCenter is false. Determines the orientation of the circle if fixCenter is true.

Derived from mel command maya.cmds.circle

setFirstPointX(val=True, **kwargs)

X of the first point.Default:1

Derived from mel command maya.cmds.circle

setFirstPointY(val=True, **kwargs)

Y of the first point.Default:0

Derived from mel command maya.cmds.circle

setFirstPointZ(val=True, **kwargs)

Z of the first point.Default:0

Derived from mel command maya.cmds.circle

setFixCenter(val=True, **kwargs)

Fix the center of the circle to the specified center point. Otherwise the circle will start at the specified first point.Default:trueAdvanced flags

Derived from mel command maya.cmds.circle

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

setNormal(val=True, **kwargs)

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

Derived from mel command maya.cmds.circle

setNormalX(val=True, **kwargs)

X of the normal direction.Default:0

Derived from mel command maya.cmds.circle

setNormalY(val=True, **kwargs)

Y of the normal direction.Default:0

Derived from mel command maya.cmds.circle

setNormalZ(val=True, **kwargs)

Z of the normal direction.Default:1

Derived from mel command maya.cmds.circle

setRadius(val=True, **kwargs)

The radius of the circle.Default:1.0

Derived from mel command maya.cmds.circle

setSections(val=True, **kwargs)

The number of sections determines the resolution of the circle. Used only if useTolerance is false.Default:8

Derived from mel command maya.cmds.circle

setSweep(val=True, **kwargs)

The sweep angle determines the completeness of the circle. A full circle is 2Pi radians, or 360 degrees.Default:6.2831853

Derived from mel command maya.cmds.circle

setTolerance(val=True, **kwargs)

The tolerance with which to build a circle. Used only if useTolerance is trueDefault:0.01

Derived from mel command maya.cmds.circle

setUseTolerance(val=True, **kwargs)

Use the specified tolerance to determine resolution. Otherwise number of sections will be used.Default:false

Derived from mel command maya.cmds.circle

Previous topic

pymel.core.nodetypes.MakeIllustratorCurves

Next topic

pymel.core.nodetypes.MakeNurbCone

Core

Core Modules

Other Modules

This Page