redraw curve to reduce points

 From:  Michael Gibson
3838.22 In reply to 3838.21 
Hi nos,

> In this case it would be ideal if the control point of the
> offset-curve have a correlation to the source-curve. I don't
> no if this is possible in any case the offset function is used
> but it seams that the ofset curve an be generated by modifying
> the location of the control points.

No, it's not possible to perform an offset just by moving control points around, at least not and make an actual true offset curve that is a constant distance away from the original.

An offset function that only offset control points alone would instead make a curve that sort of generally resembled an offset but would not have the actual "constant distance" relationship.

Your best bet for simplifying the result from Offset is to run Rebuild on it with a tolerance value of something like 0.1 - that should simplify the control point structure of it quite a bit.

But after doing these kinds of various analytic and refitting processes on the curves you won't be maintaining the control point structure of the original curve, these processes work by looking at the geometric shape of the curve (like evaluation points marching along the curve) and not off of its control point structure.

- Michael