DXF - Add Polylines, use for conductors and rectangles

This commit is contained in:
David Varley
2020-09-11 11:22:08 +10:00
parent 046d7c6b59
commit 6b1d51bab8
4 changed files with 102 additions and 161 deletions

View File

@@ -117,6 +117,11 @@ class Createdxf
double xScale,
int colour);
static void drawPolyline(
const QString &filepath,
const QPolygonF &poly,
const int &colorcode,
bool preScaled = false);
static int getcolorCode (
const long red,