Forum archiveIssue archiveOther usage issues

Archived discussion

BRepAlgo_Sewing not available in OpenCascade 6.1

Other usage issuesWed, 08/16/2006 - 16:421 reply

Browse this forum
QuestionAuthor

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

1 archived reply

Posts are displayed in their archived order.

01Author

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