MAGiC  V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
constantegeo.h
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 //####// constantegeo.h
15 //####//
16 //####//------------------------------------------------------------
17 //####//------------------------------------------------------------
18 //####// COPYRIGHT 2000-2024
19 //####// jeu 13 jun 2024 11:53:59 EDT
20 //####//------------------------------------------------------------
21 //####//------------------------------------------------------------
22 #ifndef _CONSTANTEGEO_
23 #define _CONSTANTEGEO_
24 
25 
26 namespace GEOMETRIE
27 {
28 
29 class CONST
30 {
31 public:
32 enum typegeo {Co_PLAN = 2000,Co_SPHERE = 2001,Co_TORE = 2002,Co_CONE = 2003,Co_NURBS = 2005,Co_CYLINDRE = 2006,Co_BSPLINES = 2007,Co_LINE = 2500,Co_CIRCLE = 2501,Co_ELLIPSE = 2502,Co_BSPLINE = 2503,Co_POINT = 3000 };
33 };
34 
35 };
36 
37 
38 #endif
39 
GEOMETRIE::CONST::Co_POINT
@ Co_POINT
Definition: constantegeo.h:32
GEOMETRIE::CONST::Co_CONE
@ Co_CONE
Definition: constantegeo.h:32
GEOMETRIE::CONST::typegeo
typegeo
Definition: constantegeo.h:32
GEOMETRIE::CONST::Co_ELLIPSE
@ Co_ELLIPSE
Definition: constantegeo.h:32
GEOMETRIE::CONST::Co_NURBS
@ Co_NURBS
Definition: constantegeo.h:32
GEOMETRIE::CONST::Co_PLAN
@ Co_PLAN
Definition: constantegeo.h:32
GEOMETRIE
Definition: constantegeo.h:26
GEOMETRIE::CONST
Definition: constantegeo.h:29
GEOMETRIE::CONST::Co_BSPLINE
@ Co_BSPLINE
Definition: constantegeo.h:32
GEOMETRIE::CONST::Co_TORE
@ Co_TORE
Definition: constantegeo.h:32
GEOMETRIE::CONST::Co_SPHERE
@ Co_SPHERE
Definition: constantegeo.h:32
GEOMETRIE::CONST::Co_BSPLINES
@ Co_BSPLINES
Definition: constantegeo.h:32
GEOMETRIE::CONST::Co_LINE
@ Co_LINE
Definition: constantegeo.h:32
GEOMETRIE::CONST::Co_CIRCLE
@ Co_CIRCLE
Definition: constantegeo.h:32
GEOMETRIE::CONST::Co_CYLINDRE
@ Co_CYLINDRE
Definition: constantegeo.h:32