Skip to content

Commit

Permalink
use consistent tolerance in CTiglPatchShell
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbrech committed Dec 11, 2024
1 parent ea22499 commit 1c72fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geometry/CTiglPatchShell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);


Expand Down

0 comments on commit 1c72fb8

Please sign in to comment.