evCreate API 5.7 Help

EvLineAttributes Interface

The EvLineAttributes TS interface defines a blueprint of a JS object that specifies the endpoints of a line item.

Properties

An EvLineAttributes object has the following properties:

end: EvCoord2D;

An EvCoord2D object, the 2D coordinates of the ending endpoint of the line item.

start: EvCoord2D;

An EvCoord2D object, the 2D coordinates of the starting endpoint of the line item.

Examples

{ end: [56, 40], start: [32, 16] }
04 April 2025