mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 17:30:35 +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;
|
return iRet;
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
#if OCC_VERSION_LARGE > 0x06070100
|
#if OCC_VERSION_LARGE > 0x06080000
|
||||||
// Try to copy PCurve from old edge to the new one.
|
// Try to copy PCurve from old edge to the new one.
|
||||||
iRet = BOPTools_AlgoTools2D::AttachExistingPCurve(aEold, aEnew, aF, aCtx);
|
iRet = BOPTools_AlgoTools2D::AttachExistingPCurve(aEold, aEnew, aF, aCtx);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user