Is there a plugin script to...

 From:  mkdm
8828.3 In reply to 8828.1 
Hi Ralf!

Here I'm.

Video tut : http://take.ms/9Wj2V

Custom commands : http://take.ms/BbUct
Unzip the four files and put them into the "commands" folder.


I recovered an old custom command written by ...(I don't remember ) : _PolyCurveToCurveBeta
I've done another modified version : _PolyCurveToInterpCurveBeta

1) _PolyCurveToCurveBeta : given one PolyLine in input, generates a Control Point Curve that passes through the points of the segments of the source PolyLine

2) _PolyCurveToInterpCurveBeta : given one PolyLine in input, generates a Interpolated Control Point Curve that passes through the points of the segments of the source PolyLine

Keep in mind that these commands are very simple and I didn't make any debug or check.

If you need the original source PolyLine to be untouched remember to copy it before run the commands because these commands breaks the polyline into segments.

Ciao!

- Marco (mkdm)