[TD] Move Circulation method to DrawUtil

This commit is contained in:
edi271
2022-01-18 17:06:39 +01:00
committed by WandererFan
parent 5a40cd0ae5
commit c46a4f776b
5 changed files with 12 additions and 30 deletions

View File

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