From: nadir Date: Tue, 6 Jan 2004 15:19:21 +0000 (+0000) Subject: removing the call to the tetrahedron generator NETGEN, because I did not yet X-Git-Tag: V1_4_0b~6 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=ae40db1097f29b34db66b28af20dab528832e70e removing the call to the tetrahedron generator NETGEN, because I did not yet manage to make NETGEN running on the flight geometry. --- diff --git a/src/SMESH_SWIG/SMESH_flight_skin.py b/src/SMESH_SWIG/SMESH_flight_skin.py index d815bbf36..b352355b8 100644 --- a/src/SMESH_SWIG/SMESH_flight_skin.py +++ b/src/SMESH_SWIG/SMESH_flight_skin.py @@ -98,13 +98,6 @@ mefisto2D = hypothesis._narrow(SMESH.SMESH_MEFISTO_2D) mefistoID = smeshgui.AddNewAlgorithms( salome.orb.object_to_string(mefisto2D) ) smeshgui.SetName(mefistoID, "MEFISTO_2D") -print "-------------------------- NETGEN_3D" - -hypothesis=gen.CreateHypothesis("NETGEN_3D") -netgen3D = hypothesis._narrow(SMESH.SMESH_NETGEN_3D) -netgenID = smeshgui.AddNewAlgorithms( salome.orb.object_to_string(netgen3D) ) -smeshgui.SetName(netgenID, "NETGEN_3D") - # ---- init a Mesh with the shell mesh=gen.Init(idShape)