mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0029511: Section fails for these two faces
Modified method: Approx_ComputeLine::Compute Check of multicurve is now always unconditional, the procedure of check is modified to avoid infinite loops. Modified classes: GeomLib_CheckBSplineCurve and GeomLib_Check2dBSplineCurve Correction of poles at the ends of curve is modified to fit the direction of tangent defined by two first points or two last points of walking line. Also modified: BOPAlgo_PaveFiller: modified methods PostTreatFF, RemoveUsedVertices - now unused vertices are included in the list of vertices to be absorbed by other ones.
This commit is contained in:
@@ -717,8 +717,8 @@ void IntTools_FaceFace::MakeCurve(const Standard_Integer Index,
|
||||
IntPatch_IType typl;
|
||||
Handle(Geom_Curve) newc;
|
||||
//
|
||||
const Standard_Real TOLCHECK =0.0000001;
|
||||
const Standard_Real TOLANGCHECK=0.1;
|
||||
const Standard_Real TOLCHECK = 1.e-7;
|
||||
const Standard_Real TOLANGCHECK = 1.e-6;
|
||||
//
|
||||
rejectSurface = Standard_False;
|
||||
reApprox = Standard_False;
|
||||
|
Reference in New Issue
Block a user