Hide menu
Loading...
Searching...
No Matches
Redistributables

Overview

The following section enumerates a list of redistributable dynamic libraries for CAD Exchanger SDK. For instance, CadExCore corresponds to CadExCore.dll on Windows, to libCadExCore.so on Linux and libCadExCore.dylib on MacOS.

Note that debug mode libraries (having d suffix, e.g. CadExCored.dll) as well as header files (*.hxx) may not be redistributed.

To ensure that you re-distribute all required dynamic libraries, you can use tools like Depends.exe on Windows, or ldd on Linux specifying the library of your application that is linked with any of the SDK libraries.

Required libraries for C#, Java and Python

The C#, Java and Python CAD Exchanger libraries act as wrappers for the functionality contained in the native libraries. For your application to function correctly you need to use those .NET assemblies, Java JARs and Python modules, classes from which you use in your code, plus all the native libraries required by the utilized components. The transitive dependencies listed in the table below apply only to native libraries, not .NET assemblies, Java JARs and Python modules.

For example, if you use JT import in your application, you'd need:

  • CadExJTNet.dll and CadExCoreNet.dll assemblies (CadExParaNet.dll is not needed);
  • CadExJT, CadExPara, CadExCore, geom, tbb and tbmalloc native libraries.

Details

The following table enumerates dynamic library files must be redistributed depending on the required format:

Format or functionality Required libraries
Common files
  • CadExCore
  • geom
  • tbb
  • tbbmalloc
  • freeimage
  • freetype
3D PDF
  • CadExX3DPDF
  • CadExView
3D XML
  • CadExDS3DXML
3DS (Windows only)
  • CadExA3DS
  • CadExFBX
3MF
  • CadExX3MF
ACIS
  • CadExACIS
BRep
  • CadExBRep
CATIA
  • CadExCAT
Collada
  • CadExCollada
  • CadExFBX
Creo
  • CadExCreo
DXF
  • CadExDXF
  • CadExFBX
  • CadExACIS
DWG
  • CadExDWG
  • CadExACIS
FBX
  • CadExFBX
glTF
  • CadExGLTF
IFC
  • CadExIFC
IGES
  • CadExIGES
INV
  • CadExINV
  • CadExACIS
JT
  • CadExJT
  • CadExPara
NX
  • CadExNX
  • CadExJT
  • CadExPara
OBJ
  • CadExOBJ
Parasolid
  • CadExPara
PLY
  • CadExPLY
PRC
  • CadExPRC
Revit
  • CadExRevit
Rhino
  • CadExRhino
Solid Edge
  • CadExSLDE
  • CadExPara
SolidWorks
  • CadExSLD
  • CadExPara
STEP
  • CadExSTEP
STL
  • CadExSTL
U3D
  • CadExU3D
USD
  • CadExUSD
VRML
  • CadExVRML
X3D
  • CadExX3D
Advanced geometry
  • CadExAdvGeom
Computational meshers
  • CadExMesh
  • salome
  • nglib
Visualization
  • CadExView
  • CadExViewD3D (for WPF-based applications)
  • CadExViewOpenGl (for Windows Forms-based applications)
  • CadExViewQtQuick (for QtQuick-based applications)
  • CadExViewWinForms (for Windows Forms-based applications)
  • CadExViewWPF (for WPF-based applications)
  • vis
Unity
  • CadExUnity
  • FreeImageNET
UNIGINE For single precision projects:
  • CadExUnigine
  • CadExUniginePlugin (optional)
For double precision projects:
  • CadExUnigineDouble
  • CadExUniginePlugin_double (optional)
C3D plugin
  • CadExC3DPlugin
Eyeshot
  • CadExEyeshot