pymel.core.nodetypes.Bevel

Inheritance diagram of Bevel

class Bevel(*args, **kwargs)

class counterpart of mel function bevel

The bevel command creates a new bevel surface for the specified curve. The curve can be any nurbs curves.

MAttrClass = Enum( EnumValue('MAttrClass', 1, 'localDynamicAttr'), EnumValue('MAttrClass', 2, 'normalAttr'), EnumValue('MAttrClass', 3, 'extensionAttr'), EnumValue('MAttrClass', 4, 'invalidAttr'))
MdgTimerMetric = Enum( EnumValue('MdgTimerMetric', 0, '_callback'), EnumValue('MdgTimerMetric', 1, '_compute'), EnumValue('MdgTimerMetric', 2, '_dirty'), EnumValue('MdgTimerMetric', 3, '_draw'), EnumValue('MdgTimerMetric', 4, '_fetch'), EnumValue('MdgTimerMetric', 5, '_callbackViaAPI'), EnumValue('MdgTimerMetric', 6, '_callbackNotViaAPI'), EnumValue('MdgTimerMetric', 7, '_computeDuringCallback'), EnumValue('MdgTimerMetric', 8, '_computeNotDuringCallback'))
MdgTimerState = Enum( EnumValue('MdgTimerState', 0, 'off'), EnumValue('MdgTimerState', 1, 'on'), EnumValue('MdgTimerState', 2, 'uninitialized'), EnumValue('MdgTimerState', 3, 'invalidState'))
MdgTimerType = Enum( EnumValue('MdgTimerType', 0, '_self'), EnumValue('MdgTimerType', 1, '_inclusive'), EnumValue('MdgTimerType', 2, '_count'))
getBevelShapeType(**kwargs)

Shape type: 1 - straight cut, 2 - curve out, 3 - curve inDefault:1Advanced flags

Derived from mel command maya.cmds.bevel

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

getCornerType(**kwargs)

Corner type: 1 - linear, 2 - circularDefault:2

Derived from mel command maya.cmds.bevel

getDepth(**kwargs)

The depth for bevelDefault:0.5

Derived from mel command maya.cmds.bevel

getExtrudeDepth(**kwargs)

The extrude depth for bevelDefault:1.0

Derived from mel command maya.cmds.bevel

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

getTolerance(**kwargs)

The tolerance for bevel offsetsDefault:0.01

Derived from mel command maya.cmds.bevel

getWidth(**kwargs)

The width for bevelDefault:0.5

Derived from mel command maya.cmds.bevel

setBevelShapeType(val=True, **kwargs)

Shape type: 1 - straight cut, 2 - curve out, 3 - curve inDefault:1Advanced flags

Derived from mel command maya.cmds.bevel

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

setCornerType(val=True, **kwargs)

Corner type: 1 - linear, 2 - circularDefault:2

Derived from mel command maya.cmds.bevel

setDepth(val=True, **kwargs)

The depth for bevelDefault:0.5

Derived from mel command maya.cmds.bevel

setExtrudeDepth(val=True, **kwargs)

The extrude depth for bevelDefault:1.0

Derived from mel command maya.cmds.bevel

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

setTolerance(val=True, **kwargs)

The tolerance for bevel offsetsDefault:0.01

Derived from mel command maya.cmds.bevel

setWidth(val=True, **kwargs)

The width for bevelDefault:0.5

Derived from mel command maya.cmds.bevel

Previous topic

pymel.core.nodetypes.BaseShadingSwitch

Next topic

pymel.core.nodetypes.BevelPlus

Core

Core Modules

Other Modules

This Page