Bevel

Bevel class

Represents a bevel of a shape

class Bevel;

Properties

PropertyTypeDescription
widthnumberGets and sets the width of the bevel, or how far into the shape it is applied. In unit of Points.
heightnumberGets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points.
typeBevelPresetTypeGets and sets the preset bevel type.

width

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

width : number;

height

Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points.

height : number;

type

Gets and sets the preset bevel type.

type : BevelPresetType;