Salome HOME
Mise en cohérence des importations BREP
[modules/smesh.git] / src / Tools / blocFissure / gmu / casStandard.py
index 356d7c8bde1df36a78e4008260267b054a38d95f..7f2994490e3c3f19b9eed9bfe06aacfaf6b52cbf 100644 (file)
@@ -122,7 +122,7 @@ class casStandard(fissureGenerique):
 
     lgInfluence = shapeFissureParams['lgInfluence']
 
-    shellFiss = geompy.ImportFile( self.dicoParams['brepFaceFissure'], "BREP")
+    shellFiss = geompy.ImportBREP( self.dicoParams['brepFaceFissure'])
     fondFiss = geompy.CreateGroup(shellFiss, geompy.ShapeType["EDGE"])
     geompy.UnionIDs(fondFiss, self.dicoParams['edgeFissIds'] )
     geomPublish(initLog.debug, shellFiss, 'shellFiss' )