Handle degenerate edges in face detection

This commit is contained in:
WandererFan
2016-09-06 17:51:03 -04:00
committed by wmayer
parent 3f6b2f18ed
commit c4551e2727
4 changed files with 62 additions and 21 deletions

View File

@@ -41,7 +41,7 @@ class TechDrawExport DrawUtil {
static std::string getGeomTypeFromName(std::string geomName);
static std::string makeGeomName(std::string geomType, int index);
static bool isSamePoint(TopoDS_Vertex v1, TopoDS_Vertex v2);
static bool isZeroEdge(TopoDS_Edge& e);
//debugging routines
static void dumpVertexes(const char* text, const TopoDS_Shape& s);
static void dumpEdge(char* label, int i, TopoDS_Edge e);