[TD]Add geometry debugging tool

This commit is contained in:
wandererfan
2019-11-24 11:31:24 -05:00
committed by WandererFan
parent 656315542c
commit 2f155b8316
2 changed files with 15 additions and 2 deletions

View File

@@ -167,6 +167,7 @@ class TechDrawExport DrawUtil {
static QString qbaToDebug(const QByteArray& line);
static void dumpCS(const char* text, gp_Ax2 CS);
static void dumpCS3(const char* text, gp_Ax3 CS);
static void dumpEdges(const char* text, const TopoDS_Shape& s);
};