From 550e1301e19fe3d1b5b2b10aa724bbd88a4f18d9 Mon Sep 17 00:00:00 2001
From: skl
Date: Mon, 9 Oct 2006 11:01:33 +0000
Subject: [PATCH] Corrected for PAL13543.
---
doc/salome/gui/SMESH/files/importing_and_exporting_meshes.htm | 4 ++--
idl/SMESH_Gen.idl | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
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 );
--
2.39.2