Remove MEFISTO
Set NETGEN_2D as default algorithm
This commit is contained in:
parent
8842f99357
commit
6fd7220e46
@ -354,6 +354,9 @@ class NETGEN_2D_Only_Algorithm(NETGEN_Algorithm):
|
|||||||
## type of algorithm used with helper function in smeshBuilder.Mesh class
|
## type of algorithm used with helper function in smeshBuilder.Mesh class
|
||||||
# @internal
|
# @internal
|
||||||
algoType = NETGEN_2D
|
algoType = NETGEN_2D
|
||||||
|
## flag pointing whether this algorithm should be used by default in dynamic method
|
||||||
|
# of smeshBuilder.Mesh class
|
||||||
|
isDefault = True
|
||||||
## doc string of the method
|
## doc string of the method
|
||||||
# @internal
|
# @internal
|
||||||
docHelper = "Creates triangle 2D algorithm for faces"
|
docHelper = "Creates triangle 2D algorithm for faces"
|
||||||
|
Loading…
Reference in New Issue
Block a user