[TD]fix detail highlight on DrawViewDetail

This commit is contained in:
Wanderer Fan
2022-03-13 11:29:24 -04:00
committed by WandererFan
parent 3f4f885071
commit bb3e637e9e
3 changed files with 9 additions and 2 deletions

View File

@@ -77,6 +77,8 @@ public:
double getFudgeRadius(void);
TopoDS_Shape projectEdgesOntoFace(TopoDS_Shape edgeShape, TopoDS_Face projFace, gp_Dir projDir);
virtual std::vector<DrawViewDetail*> getDetailRefs() const override;
protected:
Base::Vector3d toR3(const gp_Ax2 fromSystem, const Base::Vector3d fromPoint);
void getParameters(void);