evCreate API 5.7 Help

EvMultigonStyle Enumeration

The EvMultigonStyle TS enumeration defines the styles for drawing multigon items.

Frame: "frame";

A convex polygon with non-intersecting solid edges that connect the points (vertices).

The fill covers the entire polygon background.

The inset and pinwheel angle parameters are not available for it.

The Frame multigon style

FrameStar: "frame_star";

A composite of the Frame and Star Outline styles. It is a star-like concave polygon inscribed in a convex polygon.

The fill covers specific regions of the shape, depending on the number of the points.

The FrameStar multigon style

Spoke: "spoke";

A star-like polygon with lines going from the polygon center to each point.

The fill covers the background if the lines are smooth.

The inset and pinwheel angle parameters are not available for it.

The Spoke multigon style

Star: "star";

A star-like polygon with intersecting solid edges that connect the points and generate additional intersection points. The inner and outer parts of the edges are visible.

The fill covers specific regions of the shape, depending on the number of the points.

The inset parameter controls how far the intersection points extend inward or outward, affecting where the intersections occur and the overall appearance of the shape.

The Star multigon style

StarOutline: "star_outline";

A star-like concave polygon composed of two alternating sets of vertices—outer and inner points—connected by solid edges to form a continuous outline with no intersecting lines.

The fill covers the entire polygon background.

The inset parameter controls how far the inner points extend inward or outward, affecting their position and the overall appearance of the shape.

The StarOutline multigon style

Wheel: "wheel";

A composite of the Frame and Spoke styles. It is a convex polygon whose points are connected with non-intersecting solid edges, and lines go from the polygon center to each point.

The fill covers the entire polygon background.

The inset and pinwheel angle parameters are not available for it.

The Wheel multigon style

01 May 2025