mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-04 19:40:53 +01:00
DXF - Add Polylines, use for conductors and rectangles
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user