From: nds Date: Mon, 17 Aug 2015 10:33:25 +0000 (+0300) Subject: Compsolid result should not be concealed when it is created. X-Git-Tag: V_1.4.0_beta4~370 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c8759835f4eabfde25497d8b6189dda62dba78e8;p=modules%2Fshaper.git Compsolid result should not be concealed when it is created. --- diff --git a/src/Model/Model_ResultCompSolid.cpp b/src/Model/Model_ResultCompSolid.cpp index c1bfa0f4f..b8b788e22 100755 --- a/src/Model/Model_ResultCompSolid.cpp +++ b/src/Model/Model_ResultCompSolid.cpp @@ -23,6 +23,7 @@ Model_ResultCompSolid::Model_ResultCompSolid() { myBuilder = new Model_BodyBuilder(this); + setIsConcealed(false); updateSubs(shape()); // in case of open, etc. }