Yeah, its not forgiving whatsoever. I had to remake this design about 100 times and its still doesnt have equally spaced holes hahaFreeCAD is not easy to get used to. Lol. I often find myself going back to TinkerCAD online to make simple parts because it is SOOOO much easier for smashing basic shapes together. Damn I miss when I had a free Solidworks license.
I am guessing freecad doesn't have a function to divide a line into equal length number of segments?Finally getting this down. @Polymath I did try to use Tinkercad for this a moment ago but its not precise enough for me on this part. i am getting this to where the holes are as equally spaced as possible but it is a mountainous task. As you can see.
View attachment 511968
It does but you still have to define every constraint. I can not get the tool that is used to code it to work correctly so I am having to do it manually.I am guessing freecad doesn't have a function to divide a line into equal length number of segments?
I swear half the tools are broken and just dont work.Yeah, tinkercad doesn't use constraints. It's a pain to line things up to a common zero much less get shapes to align at known distances apart. Solid was so nice for this. I had to watch several hours of youtube videos on FreeCad to get the hang of making a simple 2d-ish template like you've got there. To be fair, I also watched many hours of vids on how to get going with Solid, but even after using Solid for a while, Freecad still doesn't make sense to me.
Yes but its parametric interface is in python which I don’t know how to code yet. Its very clunky. Not user friendly at all but I am finally getting at least simple designs down. I am realy struggling with the seat brackets and how to lift an object into another plane. Theres tons of youtube video tuts on it but even so half the crap they do the navigation window they are using I cant find hahaWill it let you use an equation for the dimension, and relate to another dimension? I used to do that a lot, say.... Dim1 = Dim3 , or Dim3 = Dim2/4, etc...