Is there any way to increase fusing of boxes ?

Hello Team,
I have about 500 boxes created by BRepPrimAPI_MakeBox.
I am fusing them box by box using - BRepAlgoAPI_Fuse.

It takes about 30 seconds.

Is there possibility to speed up the process ?

Thank you in advance.
With respects, Eugene.

Eugene Zaliznyak's picture

I found - SimplifyResult, but I need more)

Mikhail Sazonov's picture

Hi Eugene,

You can perform only one fuse operation. See documentation https://dev.opencascade.org/doc/overview/html/occt_user_guides__boolean_...
Pass all shapes but the last as objects and the last shape as a tool.

Regards,
Mikhail

Eugene Zaliznyak's picture

Thank you, Mikhail.
But link is broken - Error page This document/page is not found. (https://dev.opencascade.org/doc/overview/html/occt_user_guides__boolean_operations.html#occt_algorithms_11b_2_4)

Mikhail Sazonov's picture

It is a bug in the engine of this forum. Remove from the link "index.php?q=".

Correct link is here

Eugene Zaliznyak's picture

Thank you, Mikhail.
With respects, Eugene.