From: jfa Date: Thu, 13 Dec 2007 14:09:49 +0000 (+0000) Subject: Restore some lost modifications. X-Git-Tag: V4_1_0~1 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=3cae17f2a864a51acddf4a2165de18fb7a8feda4;hp=7c27b848954d0a4e47fb53e54535bf65178c5352 Restore some lost modifications. --- diff --git a/src/SMESH_SWIG/smeshDC.py b/src/SMESH_SWIG/smeshDC.py index 72f802242..e5b5f2dd7 100644 --- a/src/SMESH_SWIG/smeshDC.py +++ b/src/SMESH_SWIG/smeshDC.py @@ -717,6 +717,7 @@ class Mesh_Triangle(Mesh_Algorithm): def __init__(self, mesh, algoType, geom=0): Mesh_Algorithm.__init__(self) + self.algoType = algoType if algoType == MEFISTO: #17908#if not Mesh_Triangle.algoMEF: #17908# Mesh_Triangle.algoMEF = self.Create(mesh, geom, "MEFISTO_2D") @@ -728,6 +729,7 @@ class Mesh_Triangle(Mesh_Algorithm): elif algoType == BLSURF: import BLSURFPlugin self.Create(mesh, geom, "BLSURF", "libBLSURFEngine.so") + self.SetPhysicalMesh() elif algoType == NETGEN: if noNETGENPlugin: print "Warning: NETGENPlugin module unavailable" @@ -752,8 +754,6 @@ class Mesh_Triangle(Mesh_Algorithm): self.Create(mesh, geom, "NETGEN_2D_ONLY", "libNETGENEngine.so") pass - self.algoType = algoType - ## Define "MaxElementArea" hypothesis to give the maximun area of each triangles # @param area for the maximum area of each triangles # @param UseExisting if ==true - search existing hypothesis created with