EvMultigonAttributes Interface
The EvMultigonAttributes TS interface defines a blueprint of a JS object that specifies the attributes of a given multigon item.
Properties
An EvMultigonAttributes object has the following properties:
optional inset: number;A number, an inset value of the given multigon. The inset parameter controls how far the intersection points of a Star multigon or inner points of a Star Outline multigon extend inward or outward, affecting the overall appearance of the shape.
This parameter is not available for the Frame, Spoke, and Wheel multigons.
The valid range is from
0to300. Smaller numbers move the points in question inwards, and larger numbers move them outwards. The default value is38.
optional pinwheel: number;A number, a pinwheel angle of the given multigon. The pinwheel parameter controls the rotation of the outer points (vertices) of a Star or Star Outline multigon from their original position around the multigon center, affecting the overall appearance of the shape. The inner points stay at their original position during rotation.
This parameter is not available for the Frame, Spoke, and Wheel multigons.
The valid range is from
-360to360. Positive numbers rotate the points in question clockwise, and negative numbers rotate them counterclockwise. The default value is0.
optional points: number;A number, the number of vertices of the given multigon.
The valid range is from
3to100. The default value is5.
optional smooth: boolean;A Boolean, a switch to control the shape smoothness of a given multigon:
true: sharp corners and straight edges.false: rounded corners and curved edges.
The default value is
false.