Hi all,

I'm looking the possibility of building a material removal simulation 
software based on PythonOCC.
I have make a test using BRepAlgoAPI_Cut function it works but it's so 
looong that I fall asleep before the end.

maybe a more fast solution will be :
- Convert shape to mesh
- use boolean operation on mesh

but is it possible ? I cann't find any function to do boolean operation 
on mesh...
On OpenCascade website, there is a " OMF " but I don't find it anywhere 
( http://www.opencascade.org/support/products/omf/ )

Or there is other solution to compute material removal efficiently?

Seb

_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to