BRepAlgo_Sewing not available in OpenCascade 6.1

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,
Gernot Knieling

Gernot Knieling's picture

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,
Gernot Knieling