[TD]fix 3d dimension position on DetailView

This commit is contained in:
wandererfan
2024-04-15 20:13:47 -04:00
committed by WandererFan
parent aff60eca02
commit 96cfd6b3dc
3 changed files with 25 additions and 0 deletions

View File

@@ -92,6 +92,8 @@ public:
std::vector<DrawViewDetail*> getDetailRefs() const override;
TopoDS_Shape getDetailShape() const { return m_detailShape; }
Base::Vector3d mapPoint3dToDetail(const Base::Vector3d& inPoint) const;
public Q_SLOTS:
void onMakeDetailFinished(void);