[TD]Fix 4486 allow detail view of Base with no solids
This commit is contained in:
committed by
WandererFan
parent
69c6272e11
commit
309a1455cb
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user