Salome HOME
Bug PAL7222( DEVELOPMENT : Info on mesh and export MED File ).
authormzn <mzn@opencascade.com>
Mon, 24 Jan 2005 06:46:13 +0000 (06:46 +0000)
committermzn <mzn@opencascade.com>
Mon, 24 Jan 2005 06:46:13 +0000 (06:46 +0000)
Comment for auto_groups parameter of ExportToMED(...) method added.

idl/SMESH_Mesh.idl

index 094b66583a5aa2d9c0b5b92419eef7c356a2dd3b..f34baa99bef2f4042ff117e2a1ec5b87bef198bf 100644 (file)
@@ -325,6 +325,10 @@ module SMESH
 
     /*!
      * Export Mesh to MED Formats
 
     /*!
      * Export Mesh to MED Formats
+     * @params
+     * - auto_groups : boolean parameter for creating/not creating
+     *   the groups Group_On_All_Nodes, Group_On_All_Faces, ... ;
+     *   the typical use is auto_groups=false.
      */
     void ExportToMED( in string file, in boolean auto_groups, in MED_VERSION theVersion )
       raises (SALOME::SALOME_Exception);
      */
     void ExportToMED( in string file, in boolean auto_groups, in MED_VERSION theVersion )
       raises (SALOME::SALOME_Exception);