
Wed, 08/16/2006 - 16:42
Forums:
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
Wed, 08/16/2006 - 17:27
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