mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
Corrected for PAL13543.
This commit is contained in:
parent
4c42415f0f
commit
550e1301e1
@ -93,8 +93,8 @@ if (window.writeIntopicBar)
|
|||||||
<h1>Importing and exporting meshes</h1>
|
<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
|
<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>
|
of meshes from <span style="font-weight: bold;"><B>MED</B></span> and <span style="font-weight: bold;"><B>UNV
|
||||||
format files. </p>
|
</B></span>(I-DEAS 10) format files. </p>
|
||||||
|
|
||||||
<p> </p>
|
<p> </p>
|
||||||
|
|
||||||
|
@ -121,6 +121,7 @@ module SMESH
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Create Mesh object importing data from given UNV file
|
* Create Mesh object importing data from given UNV file
|
||||||
|
* (UNV supported version is I-DEAS 10)
|
||||||
*/
|
*/
|
||||||
SMESH_Mesh CreateMeshesFromUNV( in string theFileName )
|
SMESH_Mesh CreateMeshesFromUNV( in string theFileName )
|
||||||
raises ( SALOME::SALOME_Exception );
|
raises ( SALOME::SALOME_Exception );
|
||||||
|
Loading…
Reference in New Issue
Block a user