Merge pull request #12749 from pavltom/techdraw_leaderline_linking

[TechDraw] Reimplement Leader Line parent linking
This commit is contained in:
WandererFan
2024-03-05 12:50:09 -05:00
committed by GitHub
11 changed files with 15 additions and 112 deletions

View File

@@ -65,6 +65,8 @@ public:
Base::Vector3d getAttachPoint();
DrawView* getBaseView() const;
virtual App::DocumentObject* getBaseObject() const;
App::PropertyLink *getOwnerProperty() override { return &LeaderParent; }
bool keepUpdated() override;
double getScale() const override;
double getBaseScale() const;