mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-08 07:40:34 +05:00
fix the previous "improvement"
This commit is contained in:
parent
4ec1bfaca1
commit
7f69b1fe3e
@ -494,8 +494,8 @@ static TopoDS_Shape getShapeByName( const char* theName )
|
|||||||
SALOMEDS::Study::ListOfSObject_var aList = aStudy->FindObjectByName( theName, "GEOM" );
|
SALOMEDS::Study::ListOfSObject_var aList = aStudy->FindObjectByName( theName, "GEOM" );
|
||||||
if ( aList->length() > 0 )
|
if ( aList->length() > 0 )
|
||||||
{
|
{
|
||||||
SALOMEDS::SObject_var aSObj = aList[ 0 ].in();
|
CORBA::Object_var anObj = aList[ 0 ]->GetObject();
|
||||||
GEOM::GEOM_Object_var aGeomObj = GEOM::GEOM_Object::_narrow( aSObj );
|
GEOM::GEOM_Object_var aGeomObj = GEOM::GEOM_Object::_narrow( anObj );
|
||||||
return aSMESHGen->GeomObjectToShape( aGeomObj );
|
return aSMESHGen->GeomObjectToShape( aGeomObj );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user