Forum archiveIssue archiveOther usage issues

Archived discussion

Algorithm behind BRepBuilderAPI_MakeSolid

Other usage issuesMon, 04/13/2020 - 10:581 reply

Browse this forum
QuestionAuthor

Hello,

I'm using BRepBuilderAPI_Sewing and BRepBuilderAPI_MakeSolid to create solids out of a polygon mesh. My code works perfectly, thank you for that great product.

The prototype I'm working on is part of scientific work, so it would be great if I can get some information about the algorithms behind ​BRepBuilderAPI_Sewing and BRepBuilderAPI_MakeSolid. 

Are there any descriptions available on the web how the algorithms work?

 

Thanks in advance,

Author

 

 

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

Dear Author

Description of the sewing algorithm can be found on the by path:

dev.opencascade.org/doc/overview/html/occt_user_guides__modeling_algos.html

Best regards