Fix #56 ViewSection

- too many edges in result
This commit is contained in:
WandererFan
2016-07-11 15:32:16 +02:00
committed by wmayer
parent 8d859c91e1
commit fc9c4d2bf5
7 changed files with 128 additions and 103 deletions
-1
View File
@@ -253,7 +253,6 @@ class TechDrawExport GeometryUtils
double tolerance );
//! return a vector of BaseGeom*'s in tail to nose order
//could/should this be replaced by DVP::connectEdges?
static std::vector<BaseGeom*> chainGeoms(std::vector<BaseGeom*> geoms);
};