I thought I would knock some dust off my drafting skills after a small chat with @[email protected]

Seeing this image on the tutorial made me realize, FreeCAD seems to be a Technical Geometry Super-Suite. It makes sense that CAD would grow to include all of these things. But I thought sharing the initial perspective of some one who hasn’t looked at this stuff in about 18 years might be interesting.

Granted I’m not actually familiar with most of this stuff, and none of it from the POV of FreeCAD. If this can deliver 10% of what I’m looking at, I’m in for a treat.

  • @[email protected]
    link
    fedilink
    35 months ago

    I use the spreadsheet to hold dimensions/variable and formulas, makes it easier to modify designs. If I want to change a length, hole size height etc just change the spreadsheet values don’t have to mess around with the sketches or 3d part designs directly.

    One slightly frustrating thing i found is sometimes it fails to recompute the design or processes it incorrectly when values are changed by large amounts, that’s probably more to do with how I design things though

    • Captain Aggravated
      link
      15 months ago

      I’ve seen it do things like that for two reasons:

      1. If your change causes the number or arrangement of faces to change, this currently breaks things. This is what people in this thread talking about the topological naming issue are about; it keeps track of which faces are which by giving them names when they are created, and then when another feature is added to that face, it’s linked by name. If you go back, edit an earlier step which creates more or fewer faces, it recomputes the model and might name them differently, so features suddenly move.

      2. Sometimes I’ve had the sketcher just decide to turn a sketch inside out, because sometimes things like tangent constraints have two stable ways to be “fully constrained” or the existing constraints make different shapes with different dimension numbers.

      • @[email protected]
        link
        fedilink
        15 months ago

        I have seen both issues, when the sketcher starts to play up sometime I add more constraints to try to “anchor” a tangent in a certain direction but it can make the sketch messy The most reliable way I’ve found to stop it is small incremental changes e.g. say I want the length of a part to change my 40mm I’ll change the size in 5mm increments allowing FC to recompute the model between each step. It’s fiddly and frustrating but I can live with it, once you get to understand it’s quirks Freecad can be very useful