From debd3a1b0fc624a25f7f9c2d8c08c977ed72e2de Mon Sep 17 00:00:00 2001 From: Artem Zhidkov Date: Thu, 30 Jul 2020 17:58:13 +0300 Subject: [PATCH] Issue #3236: Generalization of extrusion Allow construction points as a base for extrusion and revolution. --- src/ConstructionPlugin/ConstructionPlugin_Point.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ConstructionPlugin/ConstructionPlugin_Point.cpp b/src/ConstructionPlugin/ConstructionPlugin_Point.cpp index 9b1744d32..30802732b 100644 --- a/src/ConstructionPlugin/ConstructionPlugin_Point.cpp +++ b/src/ConstructionPlugin/ConstructionPlugin_Point.cpp @@ -143,7 +143,7 @@ void ConstructionPlugin_Point::execute() removeResults(1); // for case the point type was switched from multi-results type std::shared_ptr aConstr = document()->createConstruction(data()); - aConstr->setInfinite(true); + aConstr->setInfinite(false); aConstr->setShape(aShape); setResult(aConstr); } -- 2.39.2