Sketcher: Can drawEdit(editCurve) draw several curves?

About the development of the Part Design module/workbench. PLEASE DO NOT POST HELP REQUESTS HERE!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
paddle
Veteran
Posts: 1413
Joined: Mon Feb 03, 2020 4:47 pm

Re: Sketcher: Can drawEdit(editCurve) draw several curves?

Post by paddle »

I've implemented the draw(geo) function for rotate scale and offset and it's working perfectly great. Not any lag as I was having, even with large number of geos.
If you want to try to see how it behaves it's on my main branch : https://github.com/PaddleStroke/FreeCAD ... Contextual
Note that the branch is not up to date with the master so it'll take some rebuild time. (because someone added some override tags in DSH and since rebasing requires to solve a LOT of conflicts over and over again at each commit. So I thought it was not worth it as we're refactoring the code anyway.)
Post Reply