Salome HOME
23305: [EDF 10301] Extrusion with scaling
[modules/smesh.git] / idl / SMESH_MeshEditor.idl
index 28bc6f9122db21ead20e863a68b44c535e3ac32c..120e41e49fa05a9cccdbd790fde417c56a12072f 100644 (file)
@@ -487,6 +487,9 @@ module SMESH
                                        in ListOfIDSources faces,
                                        in DirStruct       stepVector,
                                        in long            nbOfSteps,
+                                       in double_array    scaleFactors,
+                                       in boolean         linearVariation,
+                                       in double_array    basePoint,
                                        in boolean         toMakeGroups)
       raises (SALOME::SALOME_Exception);