mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-12 07:04:34 +05:00
IPAL21444 Problem of Dumps study after reading IGES file
This commit is contained in:
parent
613a6ae637
commit
5878f0928c
@ -240,8 +240,10 @@ Handle(GEOM_Object) GEOMImpl_IInsertOperations::Import
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Make a Python command
|
//Make a Python command
|
||||||
GEOM::TPythonDump(aFunction) << result << " = geompy.Import(\""
|
if( theFormatName != "IGES_UNIT" ) {
|
||||||
<< theFileName.ToCString() << "\", \"" << theFormatName.ToCString() << "\")";
|
GEOM::TPythonDump(aFunction) << result << " = geompy.Import(\""
|
||||||
|
<< theFileName.ToCString() << "\", \"" << theFormatName.ToCString() << "\")";
|
||||||
|
}
|
||||||
|
|
||||||
SetErrorCode(OK);
|
SetErrorCode(OK);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user