Salome HOME
Issue #3236: Generalization of extrusion
[modules/shaper.git] / src / ConstructionPlugin / ConstructionPlugin_Point.cpp
index 30802732baecc15032ece662210a0116d3e0e5e1..9b1744d325f2f3c66fc1c06994a6cadd938772b9 100644 (file)
@@ -143,7 +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(false);
+  aConstr->setInfinite(true);
   aConstr->setShape(aShape);
   setResult(aConstr);
 }