0053082: Script "GEOM_usinggeom" failed

This commit is contained in:
skv 2016-02-20 15:13:14 +03:00
parent 80b714c3bb
commit 1f2a7c5f51

View 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);
}
}
}