S3D.UI
The S3D.UI
namespace is where you can control the viewport that shows the model.
S3D.UI.update
#
Description: Updates the UI to reflect any changes made.
Operation Type: Synchronous
Params: S3D.UI.update(Object)
Object properties:
Key | Type | Description |
---|---|---|
redraw | boolean | Whether to redraw the model on finish. |
update_undo | boolean | Allow operation to be undone. |
update_transformations | boolean | Update transformations. |
ignore_save_notification | boolean | Dismiss save notification. |
refresh_open_datasheet | boolean | Refreshes the open datasheet. |
keep_highlight | boolean | Keep highlighted elements highlighted. |
force_update_area_loads | boolean | Update area loads. |
refresh_left_menu | boolean | Whether to refresh the left menu too. |
Sample:
showChanges.js