Corrected for PAL13543.

This commit is contained in:
skl 2006-10-09 11:01:33 +00:00
parent 4c42415f0f
commit 550e1301e1
2 changed files with 3 additions and 2 deletions

View File

@ -93,8 +93,8 @@ if (window.writeIntopicBar)
<h1>Importing and exporting meshes</h1>
<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
of meshes from <span style="font-weight: bold;"><B>MED</B></span>, <span style="font-weight: bold;"><B>UNV</B></span>
format files. </p>
of meshes from <span style="font-weight: bold;"><B>MED</B></span> and <span style="font-weight: bold;"><B>UNV
</B></span>(I-DEAS 10) format files. </p>
<p>&nbsp;</p>

View 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 );