The CAD Exchanger Web Toolkit is a JavaScript library to visualize, explore and analyze 3D CAD models. Unlike Autodesk Forge, the Web Toolkit can be used to develop web applications running entirely on premise (i.e. inside corporate network) without exposing any confidential data outside of the company.
The CAD Exchanger Web Toolkit is used as an underlying engine of CAD Exchanger Cloud (cloud.cadexchanger.com). Thus you can build applications providing comparable functionality.
The Web Toolkit uses the three.js library to display 3D contents via WebGL on a client’s side.
In order to display any 3D file with the help of the Web Toolkit the contents must be first prepared by converting the original 3D file into a specific format called CDXFB. CDXFB is a highly-compressed binary format and allows efficient data transfer over networks to provide excellent application responsiveness and UX.
Conversion to CDXFB can be performed using one of the following ways:
Each of the above options is licensed and priced differently. For details, please contact sales@cadexchanger.com.
The CAD Exchanger Web Toolkit provides the following features:
The CAD Exchanger Web Toolkit requires WebGL-canvas compatible browser:
Refer to respective documentations for configurations, supported by CAD Exchanger CLI and SDK. Note that for thumbnail generation with the help of CAD Exchanger CLI on Linux, OpenGL packages must be installed (refer to above documentation for details).