summaryrefslogtreecommitdiff
path: root/openscad.h
diff options
context:
space:
mode:
authorclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2010-01-06 19:58:54 (GMT)
committerclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2010-01-06 19:58:54 (GMT)
commitc342e41e2f5084ac37b0a92f04c75949d5f352e9 (patch)
treedbf95429854f45b143b6b71a6fab2c79779d2a63 /openscad.h
parent9326da227bffc063290edf7e272f70cccfc0339d (diff)
Clifford Wolf:
Added polygon() statement Added min/max functions git-svn-id: http://svn.clifford.at/openscad/trunk@222 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'openscad.h')
-rw-r--r--openscad.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openscad.h b/openscad.h
index 25624dc..680d366 100644
--- a/openscad.h
+++ b/openscad.h
@@ -441,6 +441,7 @@ public:
QList<Path> paths;
QList<Dim> dims;
+ DxfData();
DxfData(double fn, double fs, double fa, QString filename, QString layername = QString(), double xorigin = 0.0, double yorigin = 0.0, double scale = 1.0);
DxfData(const struct CGAL_Nef_polyhedron &N);
contact: Jan Huwald // Impressum