05ca0d3376
- aggiunto FIST 6.8 ( già modificato per integrazione nelle nostre librerie).
29 lines
1.6 KiB
C
29 lines
1.6 KiB
C
/*****************************************************************************/
|
|
/* */
|
|
/* F I S T : Fast, Industrial-Strength Triangulation */
|
|
/* */
|
|
/*****************************************************************************/
|
|
/* */
|
|
/* (C) Martin Held */
|
|
/* (C) Universitaet Salzburg, Salzburg, Austria */
|
|
/* */
|
|
/* This code is not in the public domain. All rights reserved! Please make */
|
|
/* sure to read the full copyright statement contained in api_functions.cpp. */
|
|
/* */
|
|
/*****************************************************************************/
|
|
|
|
/* */
|
|
/* I'm not sure whether those are indeed the colors used in DXF files. */
|
|
/* Unfortunately, I do not seem to be able to get my hands on a decent */
|
|
/* specification of DXF... */
|
|
/* */
|
|
#define DXF_NO_COLOR -1
|
|
#define DXF_RED 1
|
|
#define DXF_YELLOW 2
|
|
#define DXF_GREEN 2
|
|
#define DXF_CYAN 4
|
|
#define DXF_BLUE 5
|
|
#define DXF_MAGENTA 6
|
|
#define DXF_WHITE 7
|
|
|