]> SALOME platform Git repositories - plugins/netgenplugin.git/blobdiff - src/NETGENPlugin/NETGENPluginBuilder.py
Salome HOME
Remove MEFISTO
[plugins/netgenplugin.git] / src / NETGENPlugin / NETGENPluginBuilder.py
index 371edb448c53eb5543a048b064c859b99eae7202..0f156d398e81c89827bd5bb03a6352f7ad03e091 100644 (file)
@@ -354,6 +354,9 @@ class NETGEN_2D_Only_Algorithm(NETGEN_Algorithm):
     ## type of algorithm used with helper function in smeshBuilder.Mesh class
     #  @internal
     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
     #  @internal
     docHelper  = "Creates triangle 2D algorithm for faces"