]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
0053082: Script "GEOM_usinggeom" failed
authorskv <skv@opencascade.com>
Sat, 20 Feb 2016 12:13:14 +0000 (15:13 +0300)
committerskv <skv@opencascade.com>
Sat, 20 Feb 2016 12:13:14 +0000 (15:13 +0300)
src/STEPPlugin/STEPPlugin_ImportDriver.cxx

index 4dd581f99ff009f7f456687e2a6ab83c5c9d1aa1..254f95f1ca31362434392aaef1c7e5052789a7c4 100644 (file)
@@ -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);
           }
         }
       }