mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 17:00:34 +05:00
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
+ void ExportGMF( in SMESH_IDSource meshPart, + in string file ) raises (SALOME::SALOME_Exception);
This commit is contained in:
parent
a65bb6a041
commit
118809aa24
@ -652,7 +652,7 @@ module SMESH
|
|||||||
string GetVersionString(in MED_VERSION version, in short nbDigits);
|
string GetVersionString(in MED_VERSION version, in short nbDigits);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Export Mesh to DAT, UNV and STL Formats
|
* Export Mesh to different Formats
|
||||||
* (UNV supported version is I-DEAS 10)
|
* (UNV supported version is I-DEAS 10)
|
||||||
*/
|
*/
|
||||||
void ExportDAT( in string file ) raises (SALOME::SALOME_Exception);
|
void ExportDAT( in string file ) raises (SALOME::SALOME_Exception);
|
||||||
@ -662,6 +662,8 @@ module SMESH
|
|||||||
void ExportCGNS( in SMESH_IDSource meshPart,
|
void ExportCGNS( in SMESH_IDSource meshPart,
|
||||||
in string file,
|
in string file,
|
||||||
in boolean overwrite ) raises (SALOME::SALOME_Exception);
|
in boolean overwrite ) raises (SALOME::SALOME_Exception);
|
||||||
|
void ExportGMF( in SMESH_IDSource meshPart,
|
||||||
|
in string file ) raises (SALOME::SALOME_Exception);
|
||||||
void ExportPartToDAT( in SMESH_IDSource meshPart,
|
void ExportPartToDAT( in SMESH_IDSource meshPart,
|
||||||
in string file ) raises (SALOME::SALOME_Exception);
|
in string file ) raises (SALOME::SALOME_Exception);
|
||||||
void ExportPartToUNV( in SMESH_IDSource meshPart,
|
void ExportPartToUNV( in SMESH_IDSource meshPart,
|
||||||
|
Loading…
Reference in New Issue
Block a user