cee.ug

The ug sub-module provides a remote model designed for post-processing CAE models. It requires a live connection to an EnvisionWeb server.

The UgServer reads the CAE analysis and streams the triangles needed for the visualization to the browser based client using Ceetron 3D Progressive Object Streaming. Any computation of cutting planes, isosurfaces, isovolumes and particle traces is done on the server, and the resulting objects are streamed to the browser client.

Assuming that the EnvisionWeb client component has been imported into the variable cee, the members of the ug module may be referenced using the cee.ug prefix, e.g.:

var model = new cee.ug.RemoteModel();

See the RemoteModel for a more detailed description of the capabilities of this component.

Interfaces