OCCT 8.0 (aka Open Cascade Technology) is out! It's the CAD kernel used by many projects such as @freecad, #CadQuery , #build123d or even @kicad ! It has wrappers for STEP and IGES and can use BRep topology representation. A very important open source tool for the hardware world!
With that in mind, I started modelling the neck, which I expected to be the most complictated part (Narrator: It definitely was.) First, the trivial (i.e. flat) bit, which are the headstock and the heel - both can be modelled as extruded outlines.
In contrast, the transition between the main neck profile and the heel was a bit more intricate. It is basically a loft group from the rectangular heel profile to the final rounded neck profile with an intermediate half-rounded step for good measure, but it took me a while to get right due to weird random geometry artifacts introduced by the #OpenCascade loft implementation. Tweaking the shape and the group settings helped a bit after all.



