Create mesh with Lines and Ellipce curves


Hi guys, could you help, please, how i can create mesh similar to screen shot, with straight lines and ellipse curves.

Hi!
As an option: Edit fiddle - JSFiddle - Code Playground

But it depends on your goal.

2 Likes

yea it almost what i needed, like i have straight lines cordiates { x1: 4.13, x2: 5.4, y1: 6.1 y2: 7.2} and arc curves { x: 6,4, y: 5, rotation: 0, radiusX: 8,3, radiusY: 10.5 } and i need to make mesh of it. it could be 5 lines, 5 arcs.