Rebuilding Scene

Sometimes there is a need to force rebuilding a scene. It can be performed via the command below.

Running the rebuilding command (TypeScript):

view.runCommand({
    name:"RebuildModel"
})

This command doesn’t take any parameters and doesn’t return anything.