Forum archiveIssue archiveModeling Data and Algorithms

Archived discussion

Boolean Cut Problems

Modeling Data and AlgorithmsSun, 01/15/2023 - 16:590 replies

Browse this forum
QuestionAuthor

Hello,
When I use BRepAlgoAPI_Cut to cut tool(some cylinders),the result is not as what I wish, some cylinders seem cutted right, but others have errors:

TopoDS_Shape shape = revol.Shape();
TopoDS_Shape tool = *rollers;
BRepAlgoAPI_Cut brep_cut(shape, tool);

I tried cut cylinder one by one, but the result is the same.
The position which has problems seems filled with boolean common of shape and single sub tool(cylinder).

thanks.

Discussion

No archived replies

Posts are displayed in their archived order.