Salome HOME
Debug of the selector filter by neighbors and make sketch results stored in the data...
[modules/shaper.git] / src / ConstructionPlugin / ConstructionPlugin_Point.cpp
index bb59c3d550acee82307197fd38c07ec3a372ee5b..8f4f8fc62ed55fec8c2226081ff66f03ddedc6e4 100644 (file)
@@ -143,6 +143,7 @@ void ConstructionPlugin_Point::execute()
 
   removeResults(1); // for case the point type was switched from multi-results type
   std::shared_ptr<ModelAPI_ResultConstruction> aConstr = document()->createConstruction(data());
+  aConstr->setInfinite(true);
   aConstr->setShape(aShape);
   setResult(aConstr);
 }