MAGiC
V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
CAD4FE_InventorText.cpp
Aller à la documentation de ce fichier.
1
//####//------------------------------------------------------------
2
//####//------------------------------------------------------------
3
//####// MAGiC
4
//####// Jean Christophe Cuilliere et Vincent FRANCOIS
5
//####// Departement de Genie Mecanique - UQTR
6
//####//------------------------------------------------------------
7
//####// MAGIC est un projet de recherche de l equipe ERICCA
8
//####// du departement de genie mecanique de l Universite du Quebec a Trois Rivieres
9
//####// http://www.uqtr.ca/ericca
10
//####// http://www.uqtr.ca/
11
//####//------------------------------------------------------------
12
//####//------------------------------------------------------------
13
//####//
14
//####// CAD4FE_InventorText.cpp
15
//####//
16
//####//------------------------------------------------------------
17
//####//------------------------------------------------------------
18
//####// COPYRIGHT 2000-2024
19
//####// jeu 13 jun 2024 11:58:56 EDT
20
//####//------------------------------------------------------------
21
//####//------------------------------------------------------------
22
#include "
gestionversion.h
"
23
24
25
#include <unistd.h>
26
27
#include "
CAD4FE_Common_platform.h
"
28
29
30
#include "
CAD4FE_InventorText.h
"
31
32
#pragma package(smart_init)
33
34
35
using namespace
CAD4FE
;
36
37
void
InventorText::Show
(
const
char
* __path)
38
{
39
WriteFile
(__path);
40
char
examinerviewer[] =
"examinerviewer"
;
41
execl(examinerviewer, __path);
42
43
}
44
45
CAD4FE_Common_platform.h
CAD4FE_InventorText.h
CAD4FE::InventorText::Show
void Show(const char *__path)
Definition:
CAD4FE_InventorText.cpp:37
CAD4FE::InventorText::WriteFile
virtual void WriteFile(const char *__path)=0
gestionversion.h
CAD4FE
Definition:
CAD4FE_ClosestPoint_Segment_MG_ARETE.h:34
home
francois
tmp
lib
CAD4FE
src
CAD4FE_InventorText.cpp
Généré le Jeudi 4 Décembre 2025 23:00:06 pour MAGiC par
1.9.1