mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
Issue 0020386: EDF 1039 SMESH : FindNodeClosestTo problem
This commit is contained in:
parent
a351e17e75
commit
794d868052
@ -4614,7 +4614,7 @@ struct SMESH_NodeSearcherImpl: public SMESH_NodeSearcher
|
||||
SMDS_MeshNode tgtNode( thePnt.X(), thePnt.Y(), thePnt.Z() );
|
||||
list<const SMDS_MeshNode*> nodes;
|
||||
const double precision = 1e-6;
|
||||
myOctreeNode->NodesAround( &tgtNode, &nodes, precision );
|
||||
//myOctreeNode->NodesAround( &tgtNode, &nodes, precision );
|
||||
|
||||
double minSqDist = DBL_MAX;
|
||||
Bnd_B3d box;
|
||||
|
Loading…
Reference in New Issue
Block a user