evCreate API 5.7 Help

Bézier Curves

The Bézier Curves subsection of the Object section of the evCreate API includes interfaces and functions to create and update Bézier curve items.

bezier namespace

The Bézier Curves subsection of the Object evCreate API section is accessed with the bezier namespace inside the object namespace:

evCreate.object.bezier.Function()

Interfaces

EvBezierAttributes

An interface that specifies the segments of a Bézier curve item.

Functions

Create(points: EvCoord2D[], zOrder?: EvObjectZOrder): Promise<EvItem>

A function to create a Bézier curve item.

SetPoints(obj: EvItem, points: EvCoord2D[]): Promise<void>

A function to replace all the segments of a given Bézier curve item.

28 March 2025