The Wayback Machine - http://web.archive.org/web/20210427102549/https://github.com/Tanneguydv/poccad
Skip to content
main
Switch branches/tags
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

poccad_github

poccad

a simple pyqt5 modelisation/visualization didactic tool for pythonocc

Edit your code and render your file on the same UI.

Use any of the pythonocc-core method as long as you import them.

I've started to implement method in lib\Scripts such as make_box , bool_cut or export_step

Files are named *.occ

I guess the code needs a lot clean-up as I'm new to all this, hope it would be useful to anybody. The Qt designer file is poccad.ui is converted in poccad.py thanks to the line in cmd_qtGUI.txt and all the functions are stored under poccad_Method.py

Launch

Requires : https://github.com/tpaviot/pythonocc-core and PyQt5

Execute poccad_launcher.py to get started

Open a demo file :

open_demofile

Boolean cut and export result as filename.step :

box_translate

Translate a box and change view to Top :

bool

About

a simple pyqt5 modelisation/visualization didactic tool for pythonocc

Resources

License

Releases

No releases published

Languages