Arcs
The Arcs subsection of the Object section of the evCreate API includes interfaces and functions to create and update arc items.
arc namespace
The Arcs subsection of the Object evCreate API section is accessed with the arc namespace inside the object namespace:
evCreate.object.arc.Function()
Interfaces
EvArcAttributesAn interface that specifies the angles of an arc item.
Functions
Create(center: EvCoord2D, xRadius: number, yRadius: number, startAngle: number, spanAngle: number, zOrder?: EvObjectZOrder): Promise<EvItem>A function to create an arc item.
SetAngles(obj: EvItem, startAngle?: number, spanAngle?: number): Promise<void>A function to update the angles of the starting and ending radii of a given arc item.
13 March 2025