Salome HOME
0022414: [CEA 1010] Regressio on tests bug_763_netgen_1d_2d.py
authoreap <eap@opencascade.com>
Mon, 25 Nov 2013 09:13:09 +0000 (09:13 +0000)
committereap <eap@opencascade.com>
Mon, 25 Nov 2013 09:13:09 +0000 (09:13 +0000)
+        from salome.smesh.smeshBuilder import Mesh

src/SMESH_SWIG/StdMeshersBuilder.py

index 2163fed5a3e2c37d02e5e9a64899352bb97a049b..e28659b556cf8f9bd2159991c95910487f1b918b 100644 (file)
@@ -693,7 +693,7 @@ class StdMeshersBuilder_Projection1D(Mesh_Algorithm):
     #  @param UseExisting if ==true - searches for the existing hypothesis created with
     #                     the same parameters, else (default) - creates a new one
     def SourceEdge(self, edge, mesh=None, srcV=None, tgtV=None, UseExisting=0):
-        from salome.smesh.smeshBuilder import AssureGeomPublished
+        from salome.smesh.smeshBuilder import AssureGeomPublished, Mesh
         AssureGeomPublished( self.mesh, edge )
         AssureGeomPublished( self.mesh, srcV )
         AssureGeomPublished( self.mesh, tgtV )
@@ -853,6 +853,7 @@ class StdMeshersBuilder_Projection3D(Mesh_Algorithm):
         # seems to be not really useful to reuse existing "SourceShape3D" hypothesis
                               #UseExisting=UseExisting, CompareMethod=self.CompareSourceShape3D)
         hyp.SetSource3DShape( solid )
+        from salome.smesh.smeshBuilder import Mesh
         if isinstance(mesh, Mesh):
             mesh = mesh.GetMesh()
         if mesh: