summaryrefslogtreecommitdiff
path: root/src/csgterm.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2012-08-18 16:28:39 (GMT)
committerMarius Kintel <marius@kintel.net>2012-08-18 16:28:39 (GMT)
commitd3a53dd546358da51f15fa2fb7d24919235d3256 (patch)
tree2b8aae821ded9a6afd713ce9814270fdf6e1667b /src/csgterm.h
parentd87dd4821561fffec4d875a7f584fc25100b8d75 (diff)
parent42043dd97d8902c50dbd0b4ed4bde22b0104c88c (diff)
Merge pull request #178 from openscad/issue177
maintain order of polygons in evaluateCGALMesh to fix issue 177. add opt...
Diffstat (limited to 'src/csgterm.h')
-rw-r--r--src/csgterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csgterm.h b/src/csgterm.h
index 4278d85..95cfafd 100644
--- a/src/csgterm.h
+++ b/src/csgterm.h
@@ -59,7 +59,7 @@ public:
void add(const shared_ptr<PolySet> &polyset, const Transform3d &m, const Color4f &color, CSGTerm::type_e type, std::string label);
void import(shared_ptr<CSGTerm> term, CSGTerm::type_e type = CSGTerm::TYPE_UNION);
- std::string dump();
+ std::string dump(bool full);
BoundingBox getBoundingBox() const;
};
contact: Jan Huwald // Impressum