Cerem Cem ASLAN
Cerem Cem ASLAN
@jpg87Fr Yes, that would solve the problem but you have to define a symmetry plane for every part. It would be the same or more burden for the parts we...
@berkakinci This issue is still valid, right?
I'm building against Python2 (I don't know why). However, no need to rush because I rolled back to my previous VM, so currently everything works smoothly.
It's interesting why I didn't correctly follow such an easy workaround at that time. Replacing ``` git submodule update --init slvs ``` with ``` rm -r py_slvs 2> /dev/null git...
I tried to update the Wiki but I think I'll make a mess in the end because I ended up deleting nearly everything related to building `slvs`.
Python3 instructions is here: https://github.com/realthunder/FreeCAD_assembly3/issues/363#issuecomment-737404792 Does it resolve your case?
Yes, it seems `"${srcdir}/${pkgname}"` is `path/to/fc-build/Mod/asm3/freecad/asm3`. Just replace those lines in your code: ```diff build(){ - cd "${srcdir}/${pkgname}" + asm3="${srcdir}/${pkgname}" (rest of new code) ``` (You'll force a full clone...
A-ha! Isn't it opening the doors for "[Scenes feature](https://github.com/realthunder/FreeCAD_assembly3/issues/186)"?
> what is your intention when copying the assembly? Of course. For example, I draw a bolt, that has `thread cylinder`, `hole cylinder` (a virtual cylinder around thread), head (also...
Interesting. I thought when I clicked "Yes", it would also duplicate "the" Spreadsheet unnecessarily for the below configuration: ``` +Assembly + Parts + Cube: height = Spreadsheet.aaa + Spreadsheet +...