mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 16:30:34 +05:00
Bug PAL7222( DEVELOPMENT : Info on mesh and export MED File ).
Comment for auto_groups parameter of ExportToMED(...) method added.
This commit is contained in:
parent
d8e7d0d7d9
commit
298f5a9bb3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user