MAGiC  V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
stsurfrevolution.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 //####// stsurfrevolution.h
15 //####//
16 //####//------------------------------------------------------------
17 //####//------------------------------------------------------------
18 //####// COPYRIGHT 2000-2024
19 //####// jeu 13 jun 2024 11:53:59 EDT
20 //####//------------------------------------------------------------
21 //####//------------------------------------------------------------
22 #ifndef _HEADER_STSURFREVOLUTION_
23 #define _HEADER_STSURFREVOLUTION_
24 
25 
26 
27 
28 #include "st_surface.h"
29 
30 
31 
33 {
34 public :
35  ST_SURFREVOLUTION(int LigneCourante,std::string idori,int courbe,int axis1_placement );
36 
37 
38 
39  int get_id_courbe(void) const;
40  int get_id_axis1_placement(void) const;
41 private:
42  int id_courbe;
44 };
45 
46 
47 #endif
ST_SURFREVOLUTION(int LigneCourante, std::string idori, int courbe, int axis1_placement)
int get_id_courbe(void) const
int get_id_axis1_placement(void) const