What's the difference between CDXFB and CDXWEB?

What's the difference between CDXFB and CDXWEB?

CDXWEB is a format that replaced its predecessor - CDXFB.
Since we have a lot of customers that still use CDXFB models they created earlier, we decided that Web Toolkit should continue to support them. This implies usage of the universal reader - ModelData_ModelReader - capable of distinguishing and reading both formats.

From CAD Exchanger SDK's side, CDXWEB completely superseded CDXFB in 3.20.0. The latter has been renamed to CDXWEB, and for source compatibility it's also defined as an alias for CDXWEB. So even if you specify CDXFB as an export format in SDK, the result will actually be a CDXWEB model (although with CDXFB extension). You can still use "model.cdxfb" as file name, but we recommend to change ".cdxfb" to ".cdxweb" to avoid confusion of your developers.

    • Related Articles

    • Web Toolkit

      CAD Exchanger Web Toolkit is a set of JavaScript libraries to visualize, explore and analyze 3D CAD models. Unlike Autodesk Forge, Web Toolkit can be used to develop web applications running entirely on premise (i.e. inside a corporate network) ...
    • How to import and visualize 2D drawings in Web Toolkit

      We have a ready-made Drawing Viewer Example that shows drawings: sheets, layers, elements in a browser. Its source code is available here on GitHub. It can be implemented into your solution. In order for the Web Toolkit to display the drawing, the ...
    • Does your SDK offer an on-premise way to convert files?

      CAD Exchanger SDK libraries are deployed completely on one's own, on premise or in a cloud, so data don't leave one`s premises or cloud.
    • Model size limit

      There isn't any file size limit in CAD Exchanger Lab. Still technically there can be a relative size limit depending on the PC`s hardware capabilities.
    • Can I edit my model in CAD Exchanger Lab?

      CAD Exchanger Lab is only intended to be a viewer and converter. Although transformation and colors of the model’s elements can be changed with its help, editing their geometry will require the CAD Exchanger SDK.