From 3c88d4dcdf842eccb09455098d65e93fae2e80a8 Mon Sep 17 00:00:00 2001 From: mpv Date: Fri, 14 Aug 2015 17:32:38 +0300 Subject: [PATCH] Temporary commit proposed by DBV: to make unit-tests working while the compsolids implementation is finished in extrusion and revolution --- src/FeaturesPlugin/FeaturesPlugin_CompositeBoolean.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/FeaturesPlugin/FeaturesPlugin_CompositeBoolean.cpp b/src/FeaturesPlugin/FeaturesPlugin_CompositeBoolean.cpp index 27cc3c6e8..50343a5ba 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_CompositeBoolean.cpp +++ b/src/FeaturesPlugin/FeaturesPlugin_CompositeBoolean.cpp @@ -248,6 +248,7 @@ void FeaturesPlugin_CompositeBoolean::loadNamingDS(std::shared_ptrlastShape(); } + /* //Insert bottom face if(!aFromFace->isNull()) { if(aSubShapes->isBound(aFromFace)) { @@ -263,6 +264,7 @@ void FeaturesPlugin_CompositeBoolean::loadNamingDS(std::shared_ptrgenerated(aToFace, aToName, aToTag); } + */ } theResultBody->loadAndOrientModifiedShapes(theAlgo.makeShape().get(), theBaseShape, GeomAPI_Shape::FACE, -- 2.39.2