The Segment Curve LISP is insanely useful for simplifying superfluous geometry. It splits a curve into a user defined number of lines.
Currently I just follow Segment Curve with PEdit Fit to turn them back into curves. The problem is that this method adds lots of unnecessary curves back in and isn't very clean, so its usefulness has a limit.
I am wondering if instead of splitting into lines, it might be modified to split the curve into a user defined number of curves to follow the original one?
Alternately, if there are other ways to simplify geometry that I didn't know about (especially ones that will preserve corners) I am open to those ideas as well.