pymel.core.nodetypes.PolyBevel

Inheritance diagram of PolyBevel

class PolyBevel(*args, **kwargs)

class counterpart of mel function polyBevel

Bevel edges.

caching(val=True, **kwargs)

Toggle caching for all attributes so that no recomputation is needed

Derived from mel command maya.cmds.polyBevel

getAngleTolerance(**kwargs)

This flag specifies the angle beyond which additional faces may be inserted to avoid possible twisting of faces. If the bevel produces unwanted faces, try increasing the angle tolerance.C: Default is 5 degrees.Q: When queried, this flag returns a double.

Derived from mel command maya.cmds.polyBevel

getAutoFit(**kwargs)

Computes a smooth roundness, new faces round off a smooth angle.C: Default is on.Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyBevel

getConstructionHistory(**kwargs)

Turn the construction history on or off (where applicable). If construction history is on then the corresponding node will be inserted into the history chain for the mesh. If construction history is off then the operation will be performed directly on the object.Note:If the object already has construction history then this flag is ignored and the node will always be inserted into the history chain.

Derived from mel command maya.cmds.polyBevel

getNodeState(**kwargs)

Defines how to evaluate the node. 0: Normal1: PassThrough2: Blocking3: Internally disabled. Will return to Normal state when enabled4: Internally disabled. Will return to PassThrough state when enabled5: Internally disabled. Will return to Blocking state when enabledFlag can appear in Create mode of commandFlag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.polyBevel

getOffset(**kwargs)

This flag specifies the offset distance for the bevelling.C: Default is 0.2.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyBevel

getOffsetAsFraction(**kwargs)

This flag specifies whether the offset is a fraction or an absolute value. If a fraction, the offset can range between 0 and 1, where 1 is the maximum possible offsetC: Default is false.Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyBevel

getRoundness(**kwargs)

This flag specifies the roundness of bevel. A roundness of 0 means that all new faces are coplanar. This value is only used if the autoFit value is off.C: Default is 0.5.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyBevel

getSegments(**kwargs)

This flag specifies the number of segments used for the bevelling.C: Default is 1.Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyBevel

getWorldSpace(**kwargs)

This flags specifies the used reference. If on : the offset flag is taken in world reference. If off : the offset flag is taken in object reference (the default).C: Default is off.Q: When queried, this flag returns an int.Common flagsCommon flags

Derived from mel command maya.cmds.polyBevel

setAngleTolerance(val=True, **kwargs)

This flag specifies the angle beyond which additional faces may be inserted to avoid possible twisting of faces. If the bevel produces unwanted faces, try increasing the angle tolerance.C: Default is 5 degrees.Q: When queried, this flag returns a double.

Derived from mel command maya.cmds.polyBevel

setAutoFit(val=True, **kwargs)

Computes a smooth roundness, new faces round off a smooth angle.C: Default is on.Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyBevel

setNodeState(val=True, **kwargs)

Defines how to evaluate the node. 0: Normal1: PassThrough2: Blocking3: Internally disabled. Will return to Normal state when enabled4: Internally disabled. Will return to PassThrough state when enabled5: Internally disabled. Will return to Blocking state when enabledFlag can appear in Create mode of commandFlag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.polyBevel

setOffset(val=True, **kwargs)

This flag specifies the offset distance for the bevelling.C: Default is 0.2.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyBevel

setOffsetAsFraction(val=True, **kwargs)

This flag specifies whether the offset is a fraction or an absolute value. If a fraction, the offset can range between 0 and 1, where 1 is the maximum possible offsetC: Default is false.Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyBevel

setRoundness(val=True, **kwargs)

This flag specifies the roundness of bevel. A roundness of 0 means that all new faces are coplanar. This value is only used if the autoFit value is off.C: Default is 0.5.Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyBevel

setSegments(val=True, **kwargs)

This flag specifies the number of segments used for the bevelling.C: Default is 1.Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyBevel

setWorldSpace(val=True, **kwargs)

This flags specifies the used reference. If on : the offset flag is taken in world reference. If off : the offset flag is taken in object reference (the default).C: Default is off.Q: When queried, this flag returns an int.Common flagsCommon flags

Derived from mel command maya.cmds.polyBevel

Previous topic

pymel.core.nodetypes.PolyBase

Next topic

pymel.core.nodetypes.PolyBlindData

Core

Core Modules

Other Modules

This Page