UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
u3d_model_export.hpp
1 /* u3d_model_import_hpp */
2 /* $Id: u3d_model_export.hpp,v 1.1 2008/05/13 12:19:18 sad Exp $ */
3 //----------------------------------------------------------------------------------------------------
4 #ifndef __u3d_model_export_hpp__
5 #define __u3d_model_export_hpp__
6 
7 
8 class U3dModel;
9 class U3dProgress;
10 
12 bool U3dModelExport(char* file ,
13  U3dModel *model,
14  char *model_name ,
15  U3dProgress* prg=0x0
16  );
17 
18 
19 
20 
21 
22 
23 #endif // __u3d_model_export_hpp__
Definition: u3d_model.hpp:15
Definition: u3d_progress.hpp:10