Salome HOME
Update of the documentation of the plugin "blocfissure"
[modules/smesh.git] / src / Tools / blocFissure / CasTests / faceGauche.py
index 44e5d62e9342112a77938a3cd0a8b73116e99f26..c3fecb94b0c8fb7136748781d9238a948600431b 100644 (file)
@@ -75,7 +75,7 @@ class faceGauche(fissureGenerique):
 
     lgInfluence = shapeFissureParams['lgInfluence']
 
-    shellFiss = geompy.ImportFile(os.path.join(gmu.pathBloc, "materielCasTests/faceGaucheFiss.brep"), "BREP")
+    shellFiss = geompy.ImportBREP(os.path.join(gmu.pathBloc, "materielCasTests/faceGaucheFiss.brep"))
     fondFiss = geompy.CreateGroup(shellFiss, geompy.ShapeType["EDGE"])
     geompy.UnionIDs(fondFiss, [6])
     geompy.addToStudy( shellFiss, 'shellFiss' )