evCreate API 5.7 Help

Enable Function

Launches or stops a 3D animation editing session for a 3D model item edited in an active 3D editing session.

Enable(enable: boolean): Promise<void>

Parameters

enable: boolean

A Boolean, a switch to launch (true) or stop (false) a 3D animation editing session for a 3D model item currently edited in an active 3D editing session.

Return value

Promise<void>

A Promise that, if fulfilled, resolves to void if the 3D animation editing session has been successfully launched or stopped for the 3D model item currently edited in the active 3D editing session.

Discussion

The function will throw an error if the 3D editing mode has not been activated.

28 April 2025