diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-06 19:58:54 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-06 19:58:54 (GMT) |
commit | c342e41e2f5084ac37b0a92f04c75949d5f352e9 (patch) | |
tree | dbf95429854f45b143b6b71a6fab2c79779d2a63 /openscad.h | |
parent | 9326da227bffc063290edf7e272f70cccfc0339d (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |