Package bpy :: Module types :: Class BevelModifier
[hide private]
[frames] | no frames]

Class BevelModifier


The Bevel Modifier Object

Bevel modifier to make edges and vertices more rounded.

(no references to this struct found)

Instance Variables [hide private]
float in [0, 180] angle
Angle above which to bevel edges.
enum edge_weight_method
What edge weight to use for weighting a vertex.
boolean editmode
Use modifier while in the edit mode. (Inherited from bpy.types.Modifier)
boolean expanded
Set modifier expanded in the user interface. (Inherited from bpy.types.Modifier)
enum limit_method
Limit Method in...
string name
Modifier name. (Inherited from bpy.types.Modifier)
boolean on_cage
Enable direct editing of modifier control cage. (Inherited from bpy.types.Modifier)
boolean only_vertices
Bevel verts/corners, not edges.
boolean realtime
Realtime display of a modifier. (Inherited from bpy.types.Modifier)
boolean render
Use modifier during rendering. (Inherited from bpy.types.Modifier)
enum (readonly) type
Type in... (Inherited from bpy.types.Modifier)
float in [0, 0.5] width
Bevel value/amount.
Instance Variable Details [hide private]

edge_weight_method

What edge weight to use for weighting a vertex. in...
  • AVERAGE
  • SHARPEST
  • LARGEST
Type:
enum

limit_method

Limit Method in...
  • NONE
  • ANGLE
  • WEIGHT
Type:
enum