From 1f2a7c5f515562c29eb0719e78043c1d9ef93024 Mon Sep 17 00:00:00 2001 From: skv Date: Sat, 20 Feb 2016 15:13:14 +0300 Subject: [PATCH] 0053082: Script "GEOM_usinggeom" failed --- src/STEPPlugin/STEPPlugin_ImportDriver.cxx | 3 +++ 1 file changed, 3 insertions(+) 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); } } } -- 2.39.2