From 5c75cb66e546e974abea5f73e1bd88d6e7b25371 Mon Sep 17 00:00:00 2001 From: apo Date: Thu, 27 Jan 2005 08:37:00 +0000 Subject: [PATCH] Update comments for ExportMED / ExportToMED methods --- idl/SMESH_Mesh.idl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/idl/SMESH_Mesh.idl b/idl/SMESH_Mesh.idl index f34baa99b..c7de9ac08 100644 --- a/idl/SMESH_Mesh.idl +++ b/idl/SMESH_Mesh.idl @@ -324,14 +324,20 @@ module SMESH raises (SALOME::SALOME_Exception); /*! - * Export Mesh to MED Formats + * Export Mesh to different 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. + * - theVersion : define the version of format of MED file, that will be created */ void ExportToMED( in string file, in boolean auto_groups, in MED_VERSION theVersion ) raises (SALOME::SALOME_Exception); + /*! + * Export Mesh to MED_V2_1 MED format + * Works, just the same as ExportToMED, with MED_VERSION parameter equal to MED_V2_1. + * The method is kept in order to support old functionality + */ void ExportMED( in string file, in boolean auto_groups ) raises (SALOME::SALOME_Exception); -- 2.30.2