mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-31 04:30:33 +05:00
Remove reference to NETGEN from AutomaticTetrahedralization(), a default
triangular algorithm is used.
This commit is contained in:
parent
5a2b960dfb
commit
d6600c3aeb
@ -1337,8 +1337,7 @@ class Mesh:
|
|||||||
self.Triangle().LengthFromEdges()
|
self.Triangle().LengthFromEdges()
|
||||||
pass
|
pass
|
||||||
if dim > 2 :
|
if dim > 2 :
|
||||||
from NETGENPluginDC import NETGEN
|
self.Tetrahedron()
|
||||||
self.Tetrahedron(NETGEN)
|
|
||||||
pass
|
pass
|
||||||
return self.Compute()
|
return self.Compute()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user