evCreate API 5.7 Help

RemoveTransform Function

Permanently removes transformations from one or more given object items.

RemoveTransform(objs: [[[EvItem|canvas-envision-document-items.html#object-items]]][]): Promise<void>

Parameters

objs: EvItem[]

An array of Object item objects, one or more object items from the Envision document currently opened in the Canvas Envision Creator app whose transformations should be removed.

Object items without transformations will be ignored.

Return value

Promise<void>

A Promise that, if fulfilled, resolves to void if transformations have been successfully removed from the given object items.

27 March 2025