mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 09:20:35 +05:00
0023134: EDF GEOM: Regression with getinplace
This commit is contained in:
parent
a8b4700b54
commit
c744f39b39
@ -182,7 +182,7 @@ Standard_Integer GEOMAlgo_GetInPlaceAPI::GetInPlaceOld
|
||||
if (fabs(tab_aWhat[3] - tab_aWhere[3]) <= aMassTol && aPnt_aWhat.Distance(aPnt) <= aTolConf)
|
||||
isFound = true;
|
||||
else {
|
||||
if ((tab_aWhat[3] - tab_aWhere[3]) > aMassTol) {
|
||||
if (tab_aWhat[3] > tab_aWhere[3]) {
|
||||
aPntShape = BRepBuilderAPI_MakeVertex( aPnt ).Shape();
|
||||
aVertex = TopoDS::Vertex( aPntShape );
|
||||
BRepExtrema_DistShapeShape aWhereDistance ( aVertex, Exp_aWhere.Current() );
|
||||
|
Loading…
Reference in New Issue
Block a user