1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00
Files
occt/samples/qt/IESample
Pasukhin Dmitry f41a5a91e4 Configuration, CMake - Flexible project root (#641)
- Replaces all `CMAKE_SOURCE_DIR` references with `OCCT_ROOT_DIR` across CMake files
- Updates build templates to use the new root directory variable
- Modifies environment variable configurations to use the flexible root path
2025-07-24 09:49:19 +01:00
..

Qt: Import/Export (C++|Qt Widgets)

OCCT includes several samples based on Qt application framework. These samples are available on all supported desktop platforms.

This Import Export programming sample contains 3D Viewer and Import / Export functionality. The sample could be found within OCCT repository in folder /samples/qt/IESample/.

@figure{samples_qt.png}