From ae40db1097f29b34db66b28af20dab528832e70e Mon Sep 17 00:00:00 2001 From: nadir Date: Tue, 6 Jan 2004 15:19:21 +0000 Subject: [PATCH] removing the call to the tetrahedron generator NETGEN, because I did not yet manage to make NETGEN running on the flight geometry. --- src/SMESH_SWIG/SMESH_flight_skin.py | 7 ------- 1 file changed, 7 deletions(-) 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) -- 2.30.2