forked from eryar/occQt
-
Notifications
You must be signed in to change notification settings - Fork 0
copyspace/occQt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
License ======= The authors hereby grant permission to use, copy, modify, distribute, and license this software and its documentation for any purpose, provided that existing copyright notices are retained in all copies and that this notice is included verbatim in any distributions. No written agreement, license, or royalty fee is required for any of the authorized uses. Building occQt on Linux ======================= First you need the qt and Mesa/OpenGL development files: sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qtcreator libglu1-mesa-dev mesa-common-dev Then from the FreeCad ppa (make sure you have http://ppa.launchpad.net/freecad-maintainers/freecad-daily/ubuntu in your apt sources list): sudo apt-get install oce-draw liboce-modeling-dev liboce-ocaf-dev Note ==== 1. Demonstrate the operations for the OpenCASCADE viewer, such as pan, zoom and rotate; the view manipulate mainly by the middle button of the mouse, and left button is used to pick and select; 2. Demonstrate the primitive shape construction algorithms usage, such as box, cone, sphere, cylinder and torus creation; 3. Demonstrate some modeling algorithms, such as prism, revol, loft and fillet, chamfer; 4. Demonstrate boolean operations, such as cut, fuse and common; 5. Enjoy! for more info, please visit the web site: http://www.cppblog.com/eryar/ Feedback: Shing Liu: [email protected]
About
A simple Qt demo about OpenCASCADE.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 96.2%
- QMake 3.8%