Hi
Although it's already solved by Michael, but I challenged myself to create a complete solution for this only using nodeEditor plus.
It turned out there are some small flaws. :)
1- Dim Radius factory only works on arcs and circles. In this case your start and end curves are actually lines, I fixed this by adding one line to Dim Radius node code to return 0 for lines.
2- There is a difference between number presentation in annotations and properties panel.
so for example your desired result on the second arc is this:
437 : 248
but, actual numbers are:
437.42929125818273 : 248.84388345663973
That led me to write two new string nodes "toFixed" and "toPercision" to format numbers. :)
NodeEditor Plus:
https://moi3d.com/forum/messages.php?webtag=MOI&msg=11614.1
Here are updated files and .nod file I've created. ( I'll add these nodes to the next NE Plus version )
|