mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-05 22:38:26 +05:00
Fix regression of SALOME_TESTS/Grids/geom/import_export_STEP_00/A2
This commit is contained in:
parent
702de9ae7d
commit
31d723907d
@ -443,7 +443,7 @@ Standard_Integer STEPPlugin_ImportDriver::Execute( TFunction_Logbook& log ) cons
|
|||||||
|
|
||||||
// Check if any BRep entity has been read, there must be at least a vertex
|
// Check if any BRep entity has been read, there must be at least a vertex
|
||||||
if ( !TopExp_Explorer( aResShape, TopAbs_VERTEX ).More() )
|
if ( !TopExp_Explorer( aResShape, TopAbs_VERTEX ).More() )
|
||||||
anError = "No geometrical data in the imported file.";
|
StdFail_NotDone::Raise( "No geometrical data in the imported file." );
|
||||||
|
|
||||||
// BEGIN: Store names and materials of sub-shapes from file
|
// BEGIN: Store names and materials of sub-shapes from file
|
||||||
TopTools_IndexedMapOfShape anIndices;
|
TopTools_IndexedMapOfShape anIndices;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user