I am drawing curves/polygons by using ExtrudeBufferGeometry.
Usually it always has closed ends.
For example:

My target is to draw similar shapes but open ended like
Note that my target is not "LINES" or "Planes". It must have extrude and I just want continuous points keep combining with angle (angle can be any floating point value in radian)

