DiscussionsIssue archiveOther usage issues

Archived discussion

Easier BRepBuilderAPI_MakeFace

Other usage issuesWed, 09/09/2015 - 21:093 replies

Browse this forum
QuestionAuthor

I have been trying to get BRepBuilderAPI_MakeFace working but I have had some issues. First it was that the edges weren't connected into wires, so I used ShapeAnalysis_FreeBounds::ConnectEdgesToWires to get a closed wire, then I have seen other posts were they specify tolerances for the wire before submitting to BRepBuilderAPI_MakeFace.

Still haven't got it working. But wouldn't it be easier just to have BRepBuilderAPI_MakeFace accept a series of edges, which then it would try to connect internally and do eventually other necessary operations to simplify the process?

Discussion

3 archived replies

Posts are displayed in their archived order.

01Commenter-1

Author,

If I remember correctly, BRepBuilderAPI_MakeFace only works with planar wires, which could be your problem.
Check the forums for using BRepFill_Filling to create faces. Its the method I use, since my wires may not always be planar.

Good luck,
Commenter-1

02Author

Hi Rodrigo,
Thanks very much for your reply! Will look into that. :)

03Author

Hi,

I used BRepFill_Filling and it worked much better but the face is in wireframe mode although I select shaded mode and I can't select it.