The Inventor ETO UI Tools enable developing Web applications that use a lightweight graphics mode for faster interactions before updating the actual CAD models/drawings. This template creates a Web application that utilizes the UI Tools Web service, and a Web application to host it.
New
Project. The New Project dialog box displays. 


The choices are defined in the same file:

In order to add more logging, you can follow examples in other files such as ModelUpdateDataProcessor.js.
First, create an instance of the logger:

Second, call a method on the logger such as warn():

For error handling, the UI and any other additional actions desired can be customized. The index.html file has a default dialog that displays errors. The HTML and CSS can be modified:

The handler for the OK button is in the DialogControllers.js:

The default behavior ends the session and redirects to the error.html page. This page is basic and it is recommended that you either customize it or redirect it to another page.