CadImporter Plugin
Out-of-the-box the Import System includes the CadImporter plugin that allows importing of CAD models.
To use the CadImporter plugin, just load it via the plugin_load console command or the following command line option on the application start-up:
-extern_plugin CadImporter
Compile CadImporter#
If you somehow change or extend the CadImporter plugin, you should recompile it before running to make the changes available.
Open CASCADE sources (ver. 7.4.0) are required for recompiling the CadImporter plugin:
- Get the Open CASCADE 7.4.0 sources.
- Build the Open CASCADE static libraries from the source code according to the instructions.
- Set the path to the compiled libraries in the OCCTROOT environment variable.
-
Compile the plugin in one of the following ways:
-
By using the build script:
C:\UnigineSDK\source>build.py --plugin CadImporter
- Via Microsoft Visual Studio: go to <UnigineSDK>\source\plugins\Import\CadImporter, open the cadimporter_vs2015.vcxproj project and build it.
-
Last update:
2022-06-04
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)