removing the call to the tetrahedron generator NETGEN, because I did not yet

manage to make NETGEN running on the flight geometry.
This commit is contained in:
nadir 2004-01-06 15:19:21 +00:00
parent 14d5b8633d
commit ae40db1097

View File

@ -98,13 +98,6 @@ mefisto2D = hypothesis._narrow(SMESH.SMESH_MEFISTO_2D)
mefistoID = smeshgui.AddNewAlgorithms( salome.orb.object_to_string(mefisto2D) ) mefistoID = smeshgui.AddNewAlgorithms( salome.orb.object_to_string(mefisto2D) )
smeshgui.SetName(mefistoID, "MEFISTO_2D") 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 # ---- init a Mesh with the shell
mesh=gen.Init(idShape) mesh=gen.Init(idShape)