mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 01:58:35 +05:00
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
This commit is contained in:
parent
4b37f34bea
commit
a65bb6a041
@ -5,7 +5,7 @@
|
|||||||
\n \b MESH represents a discretization of a geometrical CAD model into
|
\n \b MESH represents a discretization of a geometrical CAD model into
|
||||||
a set of entities with a simple topology.
|
a set of entities with a simple topology.
|
||||||
|
|
||||||
Meshes are stored in DAT, MED, UNV, STL, CGNS and SAUVE formats and can be
|
Meshes are stored in DAT, MED, UNV, STL, CGNS, GMF and SAUVE formats and can be
|
||||||
\subpage importing_exporting_meshes_page "imported from and exported to"
|
\subpage importing_exporting_meshes_page "imported from and exported to"
|
||||||
the file in these formats.
|
the file in these formats.
|
||||||
|
|
||||||
|
@ -3,15 +3,15 @@
|
|||||||
\page importing_exporting_meshes_page Importing and exporting meshes
|
\page importing_exporting_meshes_page Importing and exporting meshes
|
||||||
|
|
||||||
\n In MESH there is a functionality allowing importation/exportation
|
\n In MESH there is a functionality allowing importation/exportation
|
||||||
of meshes from/to \b MED, \b UNV (I-DEAS 10), \b DAT (simple ascii format), \b STL
|
of meshes from/to \b MED, \b UNV (I-DEAS 10), \b DAT (simple ascii format), \b STL,
|
||||||
and \b CGNS format files. You can also export a group as a whole mesh.
|
\b GMF and \b CGNS format files. You can also export a group as a whole mesh.
|
||||||
|
|
||||||
|
|
||||||
<em>To import a mesh:</em>
|
<em>To import a mesh:</em>
|
||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
<li>From the \b File menu choose the \b Import item, from its sub-menu
|
<li>From the \b File menu choose the \b Import item, from its sub-menu
|
||||||
select the corresponding format (MED, UNV, STL and CGNS) of the file containing
|
select the corresponding format (MED, UNV, STL, GMF and CGNS) of the file containing
|
||||||
your mesh.</li>
|
your mesh.</li>
|
||||||
<li>In the standard <b>Search File</b> dialog box find the file for
|
<li>In the standard <b>Search File</b> dialog box find the file for
|
||||||
importation. It is possible to select multiple files to be imported all at once. </li>
|
importation. It is possible to select multiple files to be imported all at once. </li>
|
||||||
@ -26,7 +26,7 @@ importation. It is possible to select multiple files to be imported all at once.
|
|||||||
<ol>
|
<ol>
|
||||||
<li>Select the object you wish to export.</li>
|
<li>Select the object you wish to export.</li>
|
||||||
<li>From the \b File menu choose the \b Export item, from its sub-menu
|
<li>From the \b File menu choose the \b Export item, from its sub-menu
|
||||||
select the format (MED, UNV, DAT, STL and CGNS) of the file which will
|
select the format (MED, UNV, DAT, STL, GMF and CGNS) of the file which will
|
||||||
contain your exported mesh.</li>
|
contain your exported mesh.</li>
|
||||||
<li>In the standard <b>Search File</b> select a location for the
|
<li>In the standard <b>Search File</b> select a location for the
|
||||||
exported file and enter its name.</li>
|
exported file and enter its name.</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user