The cug sub-module provides a constant remote model designed for viewing CAE models.
Assuming that the EnvisionWeb client component has been imported into the variable cee, members of
the cug module may be referenced using the cee.cug prefix, e.g.:
The ConstantRemoteModel requires the use of a server (CugServer). Models needs to be converted into a CUG database format before they can be streamed.
The conversion is done with the CugComposer command line application which is provided in the NativeApplications/CugComposer/bin/ folder of the
distribution (binaries for Windows, Linux and MacOS).
The CUG server uses a DataStore interface to access data, and ships with a FileDataStore. It can be extended to pull data from other sources.
The cug sub-module provides a constant remote model designed for viewing CAE models.
Assuming that the EnvisionWeb client component has been imported into the variable
cee
, members of the cug module may be referenced using thecee.cug
prefix, e.g.:var model = new cee.cug.ConstantRemoteModel();
Features
Supports interactive viewing of all cee.ug features
Interactive features
Server
The ConstantRemoteModel requires the use of a server (CugServer). Models needs to be converted into a CUG database format before they can be streamed. The conversion is done with the CugComposer command line application which is provided in the NativeApplications/CugComposer/bin/ folder of the
distribution (binaries for Windows, Linux and MacOS).
The CUG server uses a DataStore interface to access data, and ships with a FileDataStore. It can be extended to pull data from other sources.