Fix XAxis orientation

Remove need for XAxisDirection property
This commit is contained in:
WandererFan
2016-10-15 19:50:42 -04:00
committed by Yorik van Havre
parent 2f6a779205
commit ce9f4f199a
3 changed files with 21 additions and 8 deletions

View File

@@ -49,6 +49,7 @@ class TechDrawExport DrawUtil {
static void countFaces(const char* label, const TopoDS_Shape& s);
static void countWires(const char* label, const TopoDS_Shape& s);
static void countEdges(const char* label, const TopoDS_Shape& s);
static const char* printBool(bool b);
};
} //end namespace TechDraw