Skip to content

This is a simple project demonstrating the integration of OpenCASCADE Technology (OCC), the Visualization Toolkit (VTK), and Qt.

Notifications You must be signed in to change notification settings

bezierC0/Qt_VTK_OCC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qt VTK OpenCASCADE Integration Project

This is a simple project demonstrating the integration of OpenCASCADE Technology (OCC), the Visualization Toolkit (VTK), and Qt.

English | 简体中文 | 日本語

Dependencies

  • Qt 5
  • OpenCASCADE Technology (OCC)
  • The Visualization Toolkit (VTK)

Compilation Method

This project uses CMake as the build system.

  1. Configure the project: Create a build directory and run CMake. You may need to provide paths to the dependencies if they are not in standard locations.

    mkdir build
    cd build
    cmake .. 

    Note: You might need to specify your generator (e.g., "Visual Studio 16 2019") and paths to Qt, VTK, and OpenCASCADE.

  2. Build the project: Compile the source code using the build system generated by CMake.

    cmake --build .

    Alternatively, you can open the generated project file (e.g., .sln for Visual Studio) in your IDE and build it from there.

About

This is a simple project demonstrating the integration of OpenCASCADE Technology (OCC), the Visualization Toolkit (VTK), and Qt.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published