[Issue #8011] How to implement Std_TransformManip for any object with a Placement?

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
Roy_043
Veteran
Posts: 8450
Joined: Thu Dec 27, 2018 12:28 pm

[Issue #8011] How to implement Std_TransformManip for any object with a Placement?

Post by Roy_043 »

Is there a way to implement Std_TransformManip for an App::FeaturePython object that has a Placement property? I would like to add a Transform option to the context menu of Draft_Text objects.
chrisb
Veteran
Posts: 53922
Joined: Tue Mar 17, 2015 9:14 am

Re: [Issue #8011] How to implement Std_TransformManip for any object with a Placement?

Post by chrisb »

And if you are at it: It should work for AttachmentOffset too.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Post Reply