]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
Corrected for PAL13543.
authorskl <skl@opencascade.com>
Mon, 9 Oct 2006 11:01:33 +0000 (11:01 +0000)
committerskl <skl@opencascade.com>
Mon, 9 Oct 2006 11:01:33 +0000 (11:01 +0000)
doc/salome/gui/SMESH/files/importing_and_exporting_meshes.htm
idl/SMESH_Gen.idl

index 26f27486f0e40ee3d4b86ff7b920ad2062c6dc1e..2554d6663a30027a1b7642bb2fc2fe2d51aded68 100755 (executable)
@@ -93,8 +93,8 @@ if (window.writeIntopicBar)
 <h1>Importing and exporting meshes</h1>\r
 \r
 <p><img src="../i_blue.jpg" x-maintain-ratio="TRUE" width="30px" height="30px" border="0" class="img_whs1"> In MESH there is a functionality allowing importation/exportation \r
- of meshes from <span style="font-weight: bold;"><B>MED</B></span>, <span style="font-weight: bold;"><B>UNV</B></span> \r
- format files. </p>\r
+ of meshes from <span style="font-weight: bold;"><B>MED</B></span> and <span style="font-weight: bold;"><B>UNV \r
</B></span>(I-DEAS 10) format files. </p>\r
 \r
 <p>&nbsp;</p>\r
 \r
index 2f608b954329189f01fb3ab681a10fc1df522ccc..8228e1b53b9a225f79bba6b0546daca0c64f5f34 100644 (file)
@@ -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 );