1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-03-30 17:16:22 +03:00
Pasukhin Dmitry c29c19bb0a
Coding - Migration of Inspector to own repository #438
New repository for Inspector: https://github.com/Open-Cascade-SAS/Inspector
Documentation and all build process are fully migrated.
"tools" folder keep to share information for some time.
Keep building inspector as before to keep control of API changes via GitHub actions.
2025-03-18 19:25:03 +00:00
..

Inspector

The Inspector component has been moved to a separate GitHub repository: https://github.com/Open-Cascade-SAS/Inspector

Usage with DRAW

To use the Inspector plugin in DRAW:

  1. Copy the required dynamic library files (.so, .dll) from the Inspector repository to your OCCT installation folder. For example, on Linux, you can copy the files to the lib directory in the OCCT installation directory. For windows, you can copy the files to the bin directory in the OCCT installation directory.
  2. Load the plugin in your DRAW session

Documentation

The documentation for Inspector is available at: https://github.com/Open-Cascade-SAS/Inspector/tree/master/doc

For more details on building and using the Inspector, please refer to the repository's documentation.