I am trying to create the T shape shown below in kcl. I would prefer to do it in 2D if possible to keep things simple. I was able to draw the top arc using tangentialArc but what is the best way to draw the bottom arc?
Some ideas that came to my mind:
Use bezier curves in 2D, seems overkill
Extrude and then use fillets, seems overkill
Use mirror2d, works in this simple case but would break down if the radii were different
We have an “arc” tool that allows you to draw non-tangential arcs. If you’re using the UI it is named “Three-Point Arc” and if you’re using KCL here is an example code along with the documentation: