Archived discussion

Standalone GUI to extract surface

pythonOCCTue, 12/03/2019 - 12:464 replies

Browse this forum
QuestionAuthor

Dear all,

Would anyone kindly help me? I can pay around USD 500 for this task.

I would like to write a GUI (PyQt5) to do the following:
1. The user opens a Step file.
2. On the 3D view, the user can rotate the model and select some surfaces.
3. When the user clicks a button "Select", then the selected surfaces will be extracted and exported to another file.

Please see the attached files for more detail.
The difficult point is that the GUI should allow the user to select surfaces. There are many code examples that will allow users to rotate and zoom the 3D model, but I cannot find any examples that will allow users to select surfaces.

Thank you very much for your kind help.

Please email me davidchik at astri dot org 

Discussion

4 archived replies

Posts are displayed in their archived order.

01Commenter-1

you maybe can try this https://github.com/tpaviot/pythonocc-core and some example is here: https://github.com/tpaviot/pythonocc-demos 

 

02Commenter-1

you can try github->tpaviot->pythonocc  and have some demo here: github->tpaviot->pythonocc-demos 

example->core_display_signal_slots.py  find the face.

example->core_export_stl.py  to export file.

03Author

Problem solved :-) 

04Commenter-2

Hi david

can you help me

[email removed]