Hi, I am re-visiting the Arch Grid wiki https://www.freecadweb.org/wiki/Arch_Grid
Anybody has found the way to build an Arch Window using Arch Grid as a base? Found no other information on this!
Thanks for any hints!
Code: Select all
def makeWindow(baseobj=None,width=None,height=None,parts=None,name="Window"):
Hmm yeah, that's possible indeed... I must check. It's possible that I didn't enable Additions/Subtractions, because I didn't know how to cope with the different solids in a window...
I just do some random experiment, think for a while but without any big picture in mind.yorik wrote: ↑Tue Mar 27, 2018 12:27 amYeah of course, one should allow to build a window from several "blocks", not just by the sketch + WindowParts.
But there is still something to define... In case of a subtraction, it's easy: Subtract the subtracted object from each of the solids of the window. But imagine you are adding a volume, that spans on both the glass and the frame of a window. What do we do in that case?