Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a Transformation tool for Joint origin placement. Ask idea - how to #21

Open
drfenixion opened this issue Feb 25, 2024 · 0 comments

Comments

@drfenixion
Copy link
Contributor

drfenixion commented Feb 25, 2024

I tried to do fast fix for add transform tool but i dont have experience with FreeCAD dev and need your opinion.

I tried to use App::GeometryPython instead of App::FeaturePython in joint_proxy it looks same but with geometric features. Also added placement property.
That appear transform tool in menu, but tool does not work (without any errors, just does not appear in 3d space).
Also tried various extensions for App::GeometryPython. They also does not give working transform tool.

I tried other objects like App:Part that give working transform tool but it is not right way because they have not proxy property and thus not compatible with current code.

@galou , any idea that i should to use in code for getting working transform tool and also have proxy for compatible?

My current idea is adding transform tool with something like App::GeometryPython (instead of App::FeaturePython in joint_proxy.py) and when it will change placement do sync with origin (for compatible). Also it may be need to fix ciclic update placement<->origin (if will).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant