![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <dl_codes.h>
Public Types | |
| enum | color { black = 250 , green = 3 , red = 1 , brown = 15 , yellow = 2 , cyan = 4 , magenta = 6 , gray = 8 , blue = 5 , l_blue = 163 , l_green = 121 , l_cyan = 131 , l_red = 23 , l_magenta = 221 , l_gray = 252 , white = 7 , bylayer = 256 , byblock = 0 } |
| enum | version { AC1009_MIN , AC1009 , AC1012 , AC1014 , AC1015 } |
Codes for colors and DXF versions.
Definition at line 66 of file dl_codes.h.
| enum DL_Codes::color |
Standard DXF colors.
| Enumerator | |
|---|---|
| black | |
| green | |
| red | |
| brown | |
| yellow | |
| cyan | |
| magenta | |
| gray | |
| blue | |
| l_blue | |
| l_green | |
| l_cyan | |
| l_red | |
| l_magenta | |
| l_gray | |
| white | |
| bylayer | |
| byblock | |
Definition at line 71 of file dl_codes.h.
| enum DL_Codes::version |
Version numbers for the DXF Format.
| Enumerator | |
|---|---|
| AC1009_MIN | |
| AC1009 | |
| AC1012 | |
| AC1014 | |
| AC1015 | |
Definition at line 95 of file dl_codes.h.