I did not think under which licence I could release it ... Actually, It was for my personal use and had no intention to release it
If ever you want to include it to Qcad, sure go ahead, but be sure to find very peaky customers
You can take my scripts as a reference, but if you have mathematical background, you might want to check this page to implement more clean functions :
- https://en.wikipedia.org/wiki/Ruled_sur ... c_geometry
- and the reference [5] (specifically chapter 10.2) on that same page
(*) So far, I can provide developments for
- circle-circle on same or differents plans angles (the above script)
- rectangle-circle ( https://i.imgur.com/Qzd8d4V.png ), rectangle-rectangle ( https://i.imgur.com/NfGkqgc.png ), based of the same logic.
-- Todo : variations like obround, ellipses and probably user-defined functions as a general case. Again, based on the generatrix logic, this is as simple as finding parametric equations of the shapes and apply a loop from 0 to 2*pi of generatrix calls, with small tweaks.