How can I create this shape? The depicted shape can be interpreted as one of the following:
- A cone that comes to a line instead of a point.
- A loft from a circle to a straight line.
- A loft from a circle to a square of [0,1].
- A cylinder with one side squeezed in.
-- The curve on the face of the circle would be ideal for accuracy, but not strictly necessary.
Approximation in OpenSCAD using this code:
Shape achieved in Fusion360:
You can simply extrude a circle and scale it over the length of extrusion to a flat line. The scale-parameter s. documentation of linear_extrude can be a scalar or a vector with x- and y-scale-factor. Set one of them to 1 and the other to 0:
The result: