Salome HOME
0021130: EDF 1746 SMESH: Issue with export in STL format
[modules/smesh.git] / src / SMESH / SMESH_MesherHelper.cxx
index 575416b109fa1f91b9629bd61098182e820627c5..f188d5014c05d272c4d43744ab732caf1ce15afe 100644 (file)
@@ -725,7 +725,7 @@ bool SMESH_MesherHelper::CheckNodeU(const TopoDS_Edge&   E,
     }
     else
     {
-      gp_Pnt nodePnt = SMESH_MeshEditor::TNodeXYZ( n );
+      gp_Pnt nodePnt = SMESH_TNodeXYZ( n );
       if ( !loc.IsIdentity() ) nodePnt.Transform( loc.Transformation().Inverted() );
       gp_Pnt curvPnt = curve->Value( u );
       double dist = nodePnt.Distance( curvPnt );