Skip to content
Qt Opencascade Widget drawing a bottle
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Resources
.gitignore
OccWidget.pro
Readme.md
main.cpp
mainwindow.cpp
mainwindow.h
mainwindow.ui
occview.cpp
occview.h
resources.qrc

Readme.md

Simple opencascade demo

This is a simple opencascade demo based on oce/6.8.0 community version and in occQt.

To compile and run (linux)

First is needed donwload the opencascade srcs, compile and install and download the qt5 development tools using you preferred package manager.

This example use qmake-qt5 to generate Makefile and compile the sources. Is a good practice create a build dir to compile.

$ cd QtOccWidget  
$ mkdir build  
$ cd build  
$ qmake-qt5 ../OccWidget.pro  
$ make   
$ ./OccWidget  
You can’t perform that action at this time.