Is there any way to convert multiple welded lines (contours for example) to segmented lines with set segment lengths? I have used Bezier Spline in the past to get better "From Contour" results by converting contour lines one at a time to lines made with consistent segment lengths. This works considerably better than the "simplify contours" plugin that still creates snow drifts all over the place.
EDIT, kinda related... here is a video I created showing how to use the Polyfit LISP (from polyface.de) in Autocad to ultimately get a more efficient model to do a From Contour in SketchUp.
http://youtu.be/6bQtJhDn_lc?t=3m40s
(Easier to see in HD directly on Youtube, also jump to the 3:40 mark to see the polyfit part.)
I've done a similar thing using BezierSpline with the Polyline Divider option, but I need to weld and apply the tool to each contour line rather than all at once with the Polyfit LISP.
-- matt