evCreate API 5.7 Help

Composites

The Composites subsection of the Object section of the evCreate API includes interfaces and functions to create and break composite items.

composite namespace

The Composites subsection of the Object evCreate API section is accessed with the composite namespace inside the object namespace:

evCreate.object.composite.Function()

Interfaces

EvCompositeAttributes

An interface that specifies the object items included in a composite item.

Functions

Break(obj: EvItem): Promise<EvItem[]>

A function to break a given composite item into object items.

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

A function to create a new composite item from given object items.

31 March 2025