[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

@@ -75,6 +75,7 @@ public:
DrawViewPart* baseView,
DrawViewSection* sectionAlias);
double getFudgeRadius(void);
TopoDS_Shape projectEdgesOntoFace(TopoDS_Shape edgeShape, TopoDS_Face projFace, gp_Dir projDir);
protected:
Base::Vector3d toR3(const gp_Ax2 fromSystem, const Base::Vector3d fromPoint);