mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
0023048: [CEA 1474] Performance regression on MakeGlueEdges
- Small correction to previous commit to provide backward compatibility with OCCT 6.8.0.
This commit is contained in:
parent
0f279d3285
commit
544fdbbac5
@ -222,7 +222,7 @@ Standard_Integer GEOMAlgo_AlgoTools::BuildPCurveForEdgeOnFace
|
||||
return iRet;
|
||||
}
|
||||
//
|
||||
#if OCC_VERSION_LARGE > 0x06070100
|
||||
#if OCC_VERSION_LARGE > 0x06080000
|
||||
// Try to copy PCurve from old edge to the new one.
|
||||
iRet = BOPTools_AlgoTools2D::AttachExistingPCurve(aEold, aEnew, aF, aCtx);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user