]> SALOME platform Git repositories - plugins/netgenplugin.git/commitdiff
Salome HOME
Remove MEFISTO yan/remove_mefisto2D
authoreap <eap@opencascade.com>
Fri, 15 Apr 2022 10:10:43 +0000 (13:10 +0300)
committereap <eap@opencascade.com>
Fri, 15 Apr 2022 10:10:43 +0000 (13:10 +0300)
Set NETGEN_2D as default algorithm

src/NETGENPlugin/NETGENPluginBuilder.py

index 56e1f370bf35999bac1c5c9cc0be820e9b37476a..1d0a7adffbb383ab4c8f139885556aec29fa358c 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"