From: mzn Date: Mon, 24 Jan 2005 06:46:13 +0000 (+0000) Subject: Bug PAL7222( DEVELOPMENT : Info on mesh and export MED File ). X-Git-Tag: V2_2_0b2~32 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=298f5a9bb302fffccb6af7ac6e624dfd28d6e08a Bug PAL7222( DEVELOPMENT : Info on mesh and export MED File ). Comment for auto_groups parameter of ExportToMED(...) method added. --- diff --git a/idl/SMESH_Mesh.idl b/idl/SMESH_Mesh.idl index 094b66583..f34baa99b 100644 --- a/idl/SMESH_Mesh.idl +++ b/idl/SMESH_Mesh.idl @@ -325,6 +325,10 @@ module SMESH /*! * 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);