]> SALOME platform Git repositories - plugins/netgenplugin.git/blobdiff - idl/NETGENPlugin_Algorithm.idl
Salome HOME
Adding new algo for parallel meshing
[plugins/netgenplugin.git] / idl / NETGENPlugin_Algorithm.idl
index 01b0d195044e2184de36b1a69acb084fb3a06114..b2d45fcd7a1df6eb20faf6ca8c7cc8f2618ae109 100644 (file)
@@ -147,6 +147,9 @@ module NETGENPlugin
     void    SetWorstElemMeasure(in short val );
     short   GetWorstElemMeasure();
 
+    void    SetNbThreads(in short val );
+    short   GetNbThreads();
+
     void    SetUseDelauney(in boolean toUse);
     boolean GetUseDelauney();