Save Function
Quits a currently active 3D editing session and saves all the changes done to a 3D model item edited in this session to this 3D model item.
Save(): Promise<void>
Return value
Promise<void>A Promise that, if fulfilled, resolves to
voidif both:The currently active 3D editing session has been successfully stopped.
All the changes done to the 3D model item edited in this session are saved to this 3D model item.
Discussion
The function will throw an error if the 3D editing mode has not been activated.
24 April 2025