From: skv Date: Sat, 20 Feb 2016 12:13:14 +0000 (+0300) Subject: 0053082: Script "GEOM_usinggeom" failed X-Git-Tag: V7_8_0a2~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1f2a7c5f515562c29eb0719e78043c1d9ef93024;p=modules%2Fgeom.git 0053082: Script "GEOM_usinggeom" failed --- diff --git a/src/STEPPlugin/STEPPlugin_ImportDriver.cxx b/src/STEPPlugin/STEPPlugin_ImportDriver.cxx index 4dd581f99..254f95f1c 100644 --- a/src/STEPPlugin/STEPPlugin_ImportDriver.cxx +++ b/src/STEPPlugin/STEPPlugin_ImportDriver.cxx @@ -702,6 +702,9 @@ Standard_Integer STEPPlugin_ImportDriver::Execute( TFunction_Logbook& log ) cons // Use the shape aListResShapes.Append(aShape); } + } else { + // Use the shape itself + aListResShapes.Append(aShape); } } }