Salome HOME
Mantis issue 0021703: [CEA 577] Boolean operations on groups.
[modules/geom.git] / doc / salome / gui / GEOM / input / tui_import_export.doc
index b423ea3fd8e10f7c12d6c911d7ec7993caefc831..cdd8c4ea0bc4eb4280bc4c4eeeac923908d62b0e 100644 (file)
@@ -24,7 +24,7 @@ print "UnitName2 = ", UnitName2
 # import shapes
 Shape1 = geompy.ImportIGES(theFileName1)
 Shape2 = geompy.ImportIGES(theFileName2)
-Shape3 = geompy.Import(theFileName2,"IGES_SCALE")
+Shape3 = geompy.ImportFile(theFileName2,"IGES_SCALE")
 [Xmin1,Xmax1, Ymin1,Ymax1, Zmin1,Zmax1] = geompy.BoundingBox(Shape1)
 [Xmin2,Xmax2, Ymin2,Ymax2, Zmin2,Zmax2] = geompy.BoundingBox(Shape2)
 [Xmin3,Xmax3, Ymin3,Ymax3, Zmin3,Zmax3] = geompy.BoundingBox(Shape3)