Sorry,
I found the answer by myself: it seems as the class BRepBuilderAPI_Sewing replaces BRepAlgo_Sewing. For using it you have to link TKMesh.lib additionally.
Regards,
Author
Archived discussion
Hello,
with OCC 5.2 I used BRepAlgo_Sewing successfully with .SetMinTolerance(a) and .SetTolerance(b). Because this class is not available in OCC 6.1 I use BRepOffsetAPI_Sewing instead, with tolerance b in the constructor.
Unfortunately in many cases this fails, and I dont know why.
Has anybody an idea how to solve this problem?
Regards,
Author
Discussion
Posts are displayed in their archived order.
Sorry,
I found the answer by myself: it seems as the class BRepBuilderAPI_Sewing replaces BRepAlgo_Sewing. For using it you have to link TKMesh.lib additionally.
Regards,
Author