pymel.core.nodetypes.BevelPlus

digraph inheritance60a2aa1669 { rankdir=TB; ranksep=0.15; nodesep=0.15; size="8.0, 12.0"; "AbstractBaseCreate" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="pymel.core.nodetypes.AbstractBaseCreate.html#pymel.core.nodetypes.AbstractBaseCreate",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "DependNode" -> "AbstractBaseCreate" [arrowsize=0.5,style="setlinewidth(0.5)"]; "BevelPlus" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="#pymel.core.nodetypes.BevelPlus",style="setlinewidth(0.5)",tooltip="class counterpart of mel function `bevelPlus`",height=0.25,shape=box,fontsize=8]; "AbstractBaseCreate" -> "BevelPlus" [arrowsize=0.5,style="setlinewidth(0.5)"]; "DependNode" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="pymel.core.nodetypes.DependNode.html#pymel.core.nodetypes.DependNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "PyNode" -> "DependNode" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ProxyUnicode" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="../pymel.util.utilitytypes/pymel.util.utilitytypes.ProxyUnicode.html#pymel.util.utilitytypes.ProxyUnicode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "PyNode" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="../pymel.core.general/pymel.core.general.PyNode.html#pymel.core.general.PyNode",style="setlinewidth(0.5)",tooltip="Abstract class that is base for all pymel nodes classes.",height=0.25,shape=box,fontsize=8]; "ProxyUnicode" -> "PyNode" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

class BevelPlus(*args, **kwargs)

class counterpart of mel function bevelPlus

The bevelPlus command creates a new bevel surface for the specified curves using a given style curve. The first curve should be the outsidecurve, and the (optional) rest of them should be inside of the first one. For predictable results, the curves should be planar and all in the same plane.

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'))
getBevelInside(**kwargs)

If true, ensure surface always remains within the original profile curve Default:false

Derived from mel command maya.cmds.bevelPlus

getCapSides(**kwargs)

How to cap the bevel. 1 - no caps2 - cap at start only3 - cap at end only4 - cap at start and endDefault:4

Derived from mel command maya.cmds.bevelPlus

getInnerStyle(**kwargs)

Similar to outerStyle, this style is applied to all but the first (outer) curve specified.

Derived from mel command maya.cmds.bevelPlus

getJoinSurfaces(**kwargs)

Attach bevelled surfaces into one surface for each input curve. Default:true

Derived from mel command maya.cmds.bevelPlus

getNormalsOutwards(**kwargs)

If enabled, the normals point outwards on the resulting NURBS or poly surface.

Derived from mel command maya.cmds.bevelPlus

getNumberOfSides(**kwargs)

How to apply the bevel. 1 - no bevels2 - bevel at start only3 - bevel at end only4 - bevel at start and endDefault:4

Derived from mel command maya.cmds.bevelPlus

getOuterStyle(**kwargs)

Choose a style to use for the bevel of the first (outer) curve. There are 15 predefined styles (values 0 to 14 can be used to select them). For those experienced with MEL, you can, after the fact, specify a custom curve and use it for the style curve. See the documentation for styleCurve node to see what requirements a style curve must satisfy.

Derived from mel command maya.cmds.bevelPlus

setBevelInside(val=True, **kwargs)

If true, ensure surface always remains within the original profile curve Default:false

Derived from mel command maya.cmds.bevelPlus

setInnerStyle(val=True, **kwargs)

Similar to outerStyle, this style is applied to all but the first (outer) curve specified.

Derived from mel command maya.cmds.bevelPlus

setJoinSurfaces(val=True, **kwargs)

Attach bevelled surfaces into one surface for each input curve. Default:true

Derived from mel command maya.cmds.bevelPlus

setNormalsOutwards(val=True, **kwargs)

If enabled, the normals point outwards on the resulting NURBS or poly surface.

Derived from mel command maya.cmds.bevelPlus

setNumberOfSides(val=True, **kwargs)

How to apply the bevel. 1 - no bevels2 - bevel at start only3 - bevel at end only4 - bevel at start and endDefault:4

Derived from mel command maya.cmds.bevelPlus

setOuterStyle(val=True, **kwargs)

Choose a style to use for the bevel of the first (outer) curve. There are 15 predefined styles (values 0 to 14 can be used to select them). For those experienced with MEL, you can, after the fact, specify a custom curve and use it for the style curve. See the documentation for styleCurve node to see what requirements a style curve must satisfy.

Derived from mel command maya.cmds.bevelPlus