AutoScaling Fixes for non-DVP objects
This commit is contained in:
committed by
Yorik van Havre
parent
200ed7a675
commit
a79d672bbd
@@ -42,6 +42,7 @@ class TechDrawExport DrawUtil {
|
||||
static std::string makeGeomName(std::string geomType, int index);
|
||||
static bool isSamePoint(TopoDS_Vertex v1, TopoDS_Vertex v2);
|
||||
static bool isZeroEdge(TopoDS_Edge e);
|
||||
static double sensibleScale(double working_scale);
|
||||
//debugging routines
|
||||
static void dumpVertexes(const char* text, const TopoDS_Shape& s);
|
||||
static void dumpEdge(char* label, int i, TopoDS_Edge e);
|
||||
|
||||
Reference in New Issue
Block a user