mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 09:20:34 +05:00
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:
parent
14d5b8633d
commit
ae40db1097
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user