Exit Function
Quits a currently active 3D editing session, discarding all the edits done during the session.
Exit(): Promise<void>
Return value
Promise<void>A Promise that, if fulfilled, resolves to
voidif the currently active 3D editing session has been successfully stopped without saving any changes.
Discussion
The function will throw an error if the 3D editing mode has not been activated.
24 April 2025