From: skl Date: Mon, 9 Oct 2006 11:01:33 +0000 (+0000) Subject: Corrected for PAL13543. X-Git-Tag: V3_2_3pre1~23 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=550e1301e19fe3d1b5b2b10aa724bbd88a4f18d9;p=modules%2Fsmesh.git Corrected for PAL13543. --- diff --git a/doc/salome/gui/SMESH/files/importing_and_exporting_meshes.htm b/doc/salome/gui/SMESH/files/importing_and_exporting_meshes.htm index 26f27486f..2554d6663 100755 --- a/doc/salome/gui/SMESH/files/importing_and_exporting_meshes.htm +++ b/doc/salome/gui/SMESH/files/importing_and_exporting_meshes.htm @@ -93,8 +93,8 @@ if (window.writeIntopicBar)

Importing and exporting meshes

In MESH there is a functionality allowing importation/exportation - of meshes from MED, UNV - format files.

+ of meshes from MED and UNV + (I-DEAS 10) format files.

 

diff --git a/idl/SMESH_Gen.idl b/idl/SMESH_Gen.idl index 2f608b954..8228e1b53 100644 --- a/idl/SMESH_Gen.idl +++ b/idl/SMESH_Gen.idl @@ -121,6 +121,7 @@ module SMESH /*! * Create Mesh object importing data from given UNV file + * (UNV supported version is I-DEAS 10) */ SMESH_Mesh CreateMeshesFromUNV( in string theFileName ) raises ( SALOME::SALOME_Exception );