X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FGHS3DPRLPlugin_Algorithm.idl;h=ede9079bbff1d78f3b31a5227c9fce6a00276f9d;hb=60d8b6273a6c41554c890f70ad9ce00760ea6321;hp=589b8c5d5db009249c148254eaae33677f076d77;hpb=c76ddc0ae514ae0ab3780dc579817b277971c0b1;p=plugins%2Fghs3dprlplugin.git diff --git a/idl/GHS3DPRLPlugin_Algorithm.idl b/idl/GHS3DPRLPlugin_Algorithm.idl old mode 100755 new mode 100644 index 589b8c5..ede9079 --- a/idl/GHS3DPRLPlugin_Algorithm.idl +++ b/idl/GHS3DPRLPlugin_Algorithm.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D +// Copyright (C) 2007-2023 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -56,20 +56,26 @@ module GHS3DPRLPlugin void SetBackground(in boolean value); boolean GetBackground(); + void SetMultithread(in boolean value); + boolean GetMultithread(); + //void SetToMeshHoles(in boolean value); //boolean GetToMeshHoles(); - - void SetToMergeSubdomains(in boolean value); - boolean GetToMergeSubdomains(); - - void SetToTagSubdomains(in boolean value); - boolean GetToTagSubdomains(); - void SetToOutputInterfaces(in boolean value); - boolean GetToOutputInterfaces(); - - void SetToDiscardSubdomains(in boolean value); - boolean GetToDiscardSubdomains(); + //void SetToMergeSubdomains(in boolean value); + //boolean GetToMergeSubdomains(); + + void SetGradation(in float value); + float GetGradation(); + + void SetMinSize(in float value); + float GetMinSize(); + + void SetMaxSize(in float value); + float GetMaxSize(); + + void SetAdvancedOption( in string optAndVals ); + string GetAdvancedOption(); }; };