mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0026620: Shape healing unreasonably downgrades tolerance of a face
Added face support in SameParameter in classes ShapeAnalysis_Edge, ShapeFix_Edge. Test case for issue CR26620 Minor correction.
This commit is contained in:
@@ -842,7 +842,7 @@ Standard_Boolean ShapeFix_Face::FixAddNaturalBound()
|
||||
Handle(ShapeFix_Edge) sfe = myFixWire->FixEdgeTool();
|
||||
for (TopExp_Explorer Eed (myFace, TopAbs_EDGE); Eed.More(); Eed.Next()) {
|
||||
TopoDS_Edge edg = TopoDS::Edge (Eed.Current());
|
||||
sfe->FixVertexTolerance(edg);
|
||||
sfe->FixVertexTolerance(edg, myFace);
|
||||
}
|
||||
|
||||
// B.UpdateFace (myFace,myPrecision);
|
||||
|
Reference in New Issue
Block a user