00001
00002 #define AP_VERSION "1.26"
00003 #define INIT_TXT " gCAD3D Version 1.26 / 2009-02-28"
00004
00005
00006
00007
00008
00009
00010
00011
00012 typedef struct {int errLn; short sysStat, errStat;
00013 unsigned batch:1, texture:1,
00014 APP_act:1, VRMLtyp:1;} AP_STAT;
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027 int AP_defaults_write ();
00028 long AP_cre_defHdr (int typ, int istart);
00029 int AP_Init0 ();
00030 int AP_Init1 ();
00031 int AP_search_init ();
00032
00033
00034 int AP_Print0 (int mode,char* cmd,int irot,char* off,char* scl);
00035 int AP_PrintWrHex (FILE *fpo,unsigned char *dat,int ilen,int gray);
00036 int AP_defaults_read ();
00037
00038 char AP_typChar_typ (int typ);
00039 int AP_name_typInd (char *buf, int typ, long ind);
00040
00041
00042
00043
00044 int AP_obj_del0 ();
00045
00046
00047
00048
00049 int AP_get_lNr ();
00050 int AP_set_lNr (int lNr);
00051
00052 long AP_lNr_get ();
00053 int AP_lNr_set (long lNr );
00054
00055 int AP_colSel (ColRGB *cSel);
00056
00057
00058 char* AP_Get_ConstPl_Z (int typ);
00059
00060 int AP_APT_clean ();
00061
00062 int AP_errStat_set (int stat);
00063 int AP_errStat_get ();
00064
00065
00066 void GR_tmpSym (int typ, Point *pt1);
00067
00068
00069
00070