mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-11 12:34:32 +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
|
||||
GEOM::TPythonDump(aFunction) << result << " = geompy.Import(\""
|
||||
<< theFileName.ToCString() << "\", \"" << theFormatName.ToCString() << "\")";
|
||||
if( theFormatName != "IGES_UNIT" ) {
|
||||
GEOM::TPythonDump(aFunction) << result << " = geompy.Import(\""
|
||||
<< theFileName.ToCString() << "\", \"" << theFormatName.ToCString() << "\")";
|
||||
}
|
||||
|
||||
SetErrorCode(OK);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user