Salome HOME
0020695: EDF 1076 GEOM: Add a new shape in GEOM: T-shape
[modules/geom.git] / src / GEOMImpl / GEOMImpl_PointDriver.cxx
index e8f31b4937617fe7dc20b36494b60e7702f74e4d..2164fc72c85ff13c10b80dd65a7079f414765111 100644 (file)
@@ -206,7 +206,7 @@ Standard_Integer GEOMImpl_PointDriver::Execute(TFunction_Logbook& log) const
         } else if ( Dist <= Precision::Confusion() ) {
           aPnt = P1;
         } else {
-          Standard_TypeMismatch::Raise ("Shapes has not an Intersection Points");
+          Standard_TypeMismatch::Raise ("Shapes have not an Intersection Point");
         }
       }
     }
@@ -223,7 +223,7 @@ Standard_Integer GEOMImpl_PointDriver::Execute(TFunction_Logbook& log) const
     aShape = mkVertex.Shape();
   }
 
-  aShape.Infinite(Standard_True);
+  //aShape.Infinite(Standard_True); // VSR: 05/04/2010: Fix 20668 (Fit All for points & lines)
   aFunction->SetValue(aShape);
 
   log.SetTouched(Label());