top_bevel_type property

top_bevel_type property

Gets and sets the type of the top bevel, or how far into the shape it is applied. In unit of Points.

Definition:

@property
def top_bevel_type(self):
    ...
@top_bevel_type.setter
def top_bevel_type(self, value):
    ...

See Also