DXF - Add terminals to plot (optional)

This commit is contained in:
David Varley
2020-09-10 18:35:22 +10:00
parent cd7f7eccec
commit 046d7c6b59
4 changed files with 26 additions and 0 deletions

View File

@@ -123,6 +123,8 @@ class Createdxf
const long green,
const long blue);
static long RGBcodeTable[];
static int dxfColor(QColor color);
static int dxfColor(QPen pen);
static const double sheetWidth;
static const double sheetHeight;