[TD]Fix 4486 allow detail view of Base with no solids

This commit is contained in:
Wanderer Fan
2022-01-31 13:22:26 -05:00
committed by WandererFan
parent 69c6272e11
commit 309a1455cb
4 changed files with 123 additions and 49 deletions

View File

@@ -124,6 +124,8 @@ class TechDrawExport DrawUtil {
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);
static int countSubShapes(TopoDS_Shape shape, TopAbs_ShapeEnum subShape);
// Supplementary mathematical functions
static int sgn(double x);