Salome HOME
23307: [EDF 7315] Improvement of DISTENE meshing plugins
[plugins/ghs3dprlplugin.git] / src / GHS3DPRLPlugin / GHS3DPRLPluginBuilder.py
index b6747ccac3b2f51cc118ac1cc40645adc342482c..195d31dea61ea56ba173031e341c582cef1958e0 100644 (file)
@@ -139,4 +139,10 @@ class GHS3DPRL_Algorithm(Mesh_Algorithm):
         self.Parameters().SetMaxSize(value)
         pass
     
+    ## Sets command line option as text.
+    #  @param option command line option
+    def SetAdvancedOption(self, option):
+        self.Parameters().SetAdvancedOption(option)
+        pass
+
     pass # end of GHS3DPRL_Algorithm class