[TD]fix misaligned PAT hatch on section

This commit is contained in:
wandererfan
2020-07-24 20:02:10 -04:00
committed by WandererFan
parent 584a1bf442
commit 8dac7e4666
3 changed files with 33 additions and 3 deletions

View File

@@ -120,6 +120,7 @@ class TechDrawExport DrawUtil {
static App::Color pyTupleToColor(PyObject* pColor);
static PyObject* colorToPyTuple(App::Color color);
static bool isCrazy(TopoDS_Edge e);
static Base::Vector3d getFaceCenter(TopoDS_Face f);
// Supplementary mathematical functions
static int sgn(double x);