Would it be possible to run CAD Exchanger SDK with no internet access?
CAD Exchanger SDK (including core libraries on back-end and WebToolkit on front-end) do not require internet connection.
Related Articles
Can I deploy an app using CAD Exchanger SDK in Docker?
Absolutely! CAD Exchanger SDK is a set of native software libraries, so apps using it can be run within containers. Please note that even if you're using C#, Java or Python API, it will be calling into native binaries. However there is a tiny ...
How to generate meshes for Finite Element Analisys (FEA) in CAD Exchanger SDK
CAD Exchanger SDK includes Computational Meshers intended for FEA mesh generation out of BReps (Boundary Representations). See our ready-made Netgen Mesher Example and Mefisto Mesher Example. The time it will take for the algorithm to complete ...
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.
Does CAD Exchanger Lab require any CAD system to be installed?
CAD Exchanger is based on CAD Exchanger SDK, which is a self-contained set of libraries without dependencies on any CAD system API. Thus, there is no need to install any dependencies. System requirements can be found here.
Where can I find models to test CAD Exchanger?
In order to test CAD Exchanger products representative models can be used: from CAD Exchanger Lab installation folder (${install_dir}/models), or from CAD Exchanger SDK folder (${install_dir}/examples/models); from GrabCAD. The site offers a large ...