From 298f5a9bb302fffccb6af7ac6e624dfd28d6e08a Mon Sep 17 00:00:00 2001 From: mzn Date: Mon, 24 Jan 2005 06:46:13 +0000 Subject: [PATCH] Bug PAL7222( DEVELOPMENT : Info on mesh and export MED File ). Comment for auto_groups parameter of ExportToMED(...) method added. --- idl/SMESH_Mesh.idl | 4 ++++ 1 file changed, 4 insertions(+) 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); -- 2.30.2