mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0025192: Unification of LineConstructor algorithms used by GeomInt_IntSS and BOP
Small correction. Correction of test case bug/modalg_5/bug24472
This commit is contained in:
@@ -73,6 +73,7 @@
|
||||
#include <IntTools_Tools.hxx>
|
||||
#include <gp_Cylinder.hxx>
|
||||
#include <TopExp_Explorer.hxx>
|
||||
#include <GeomInt.hxx>
|
||||
|
||||
static
|
||||
Standard_Boolean CheckEdgeLength (const TopoDS_Edge& );
|
||||
@@ -325,7 +326,7 @@ void BOPTools_AlgoTools2D::AdjustPCurveOnFace
|
||||
Standard_Real newu;
|
||||
aUPeriod = aBAS.UPeriod();
|
||||
//
|
||||
IntTools_Tools::AdjustPeriodic(u2, UMin, UMax, aUPeriod, newu, du);
|
||||
GeomInt::AdjustPeriodic(u2, UMin, UMax, aUPeriod, newu, du);
|
||||
//
|
||||
if (du==0.) {
|
||||
if (aBAS.GetType()==GeomAbs_Cylinder) {
|
||||
|
Reference in New Issue
Block a user