Salome HOME
Remove MEFISTO V9_9_1b1
authoreap <eap@opencascade.com>
Fri, 15 Apr 2022 10:10:43 +0000 (13:10 +0300)
committervsr <vsr@opencascade.com>
Wed, 8 Jun 2022 08:50:53 +0000 (11:50 +0300)
Set NETGEN_2D as default algorithm

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"