> I'm looking the possibility of building a material removal simulation 
> software based on PythonOCC.

That's a very cool idea… like a CAM plotter?

> 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?

Yes, from what I've understood, CAM software often uses highly optimized 
datastructures such a Voxels to display material removal in real time.
So, perhaps an idea worth exploring?
_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to