
Thu, 12/14/2006 - 13:42
Forums:
When I tried boolean operation for one complex model and a box with BRepAlgoAPI_Common and BRepAlgoAPI_Cut, the computation is OK! But when tried for two similar complex models with little differece, it took long time to compute, about 4-5 minutes.
I used:
BRepAlgoAPI_Cut aCutCommand(aS1, aS2);
I also tried to substrac the same models using Parasolid solid model kernal, and I got the result in a snap.
Any suggections?
reilley
Fri, 03/23/2012 - 11:50
Hello
I am new Open Cascade user and there is a problem I cannot solve.could you email me some sample codes about boolean operation between a model of imported and a model of created or the two of imported model ?
My email£ºqq37031774@sina.com
Thanks for your help,I am looking forward to your early reply.
Fri, 03/23/2012 - 12:52
There is not much you can do, the booleans in OCC are pretty famous for being slow, as long as you need generic boolean operations you would be stuck I guess.
Sat, 03/24/2012 - 11:36
Try to read this:
http://www.opencascade.org/org/forum/thread_15003/