mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0029059: It is necessary to have a unique way of checking of the validity of the edge and its 2D curves
Add new class BRepLib_ValidateEdge to use for edge checking instead of functions: - Validate() from BOPTools_AlgoTools.cxx - Validate() from BRepCheck_Edge.cxx - ShapeAnalysis_Edge::ComputeDeviation()
This commit is contained in:
@@ -2007,7 +2007,8 @@ void ProcessVertex(const TopoDS_Vertex& aV,
|
||||
}
|
||||
//
|
||||
// Update Tolerance
|
||||
TV->Tolerance(aTolMax2);
|
||||
// with a small margin
|
||||
TV->Tolerance(aTolMax2 + aTolMax2 * 0.0001);
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
|
Reference in New Issue
Block a user