Bug PAL7222( DEVELOPMENT : Info on mesh and export MED File ).

Comment for auto_groups parameter of ExportToMED(...) method added.
This commit is contained in:
mzn 2005-01-24 06:46:13 +00:00
parent d8e7d0d7d9
commit 298f5a9bb3

View File

@ -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);