diff --git a/src/geometry/CTiglPatchShell.cpp b/src/geometry/CTiglPatchShell.cpp index 11346a549..4ddfcbad0 100644 --- a/src/geometry/CTiglPatchShell.cpp +++ b/src/geometry/CTiglPatchShell.cpp @@ -123,7 +123,7 @@ void CTiglPatchShell::Perform() // close holes using side caps Standard_Boolean B = shell.Closed(); - BRepBuilderAPI_Sewing sewingAlgo(1e-4); + BRepBuilderAPI_Sewing sewingAlgo(_tolerance); sewingAlgo.Add(shell);