fitting points on a spline

fitting points on a spline

johnteng00
Advocate Advocate
460 Views
4 Replies
Message 1 of 5

fitting points on a spline

johnteng00
Advocate
Advocate
Hi guys,

First I have created a PlanarSketch, then I have tried to create a SketchSpline by fitting a group of points. I have got the spline created in PlanarSketch object, however the fitting points are also shown on the spline. could anyone tell me how I can delete those fitting points, or at least don't show those fitting points?

thanks
Eric
0 Likes
461 Views
4 Replies
Replies (4)
Message 2 of 5

Anonymous
Not applicable

I don't think you can get rid of the display of the
fit points.  You can't delete them because that will change the shape of
the curve.
--
Brian Ekins
Autodesk Inventor API Product Designer

href="http://blogs.autodesk.com/modthemachine">http://blogs.autodesk.com/modthemachine


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
Hi
guys, First I have created a PlanarSketch, then I have tried to create a
SketchSpline by fitting a group of points. I have got the spline created in
PlanarSketch object, however the fitting points are also shown on the spline.
could anyone tell me how I can delete those fitting points, or at least don't
show those fitting points? thanks Eric
0 Likes
Message 3 of 5

johnteng00
Advocate
Advocate
thanks brian.

I noitce that I can't delete them. But it is annoy to see that there so many points attached to a simple spline curve. Is there any possiblity to supress the points when showing the spline?
0 Likes
Message 4 of 5

Anonymous
Not applicable

Unfortunately, there's nothing that I know of that
will let you suppress there display.
--
Brian Ekins
Autodesk Inventor
API Product Designer

href="http://blogs.autodesk.com/modthemachine">http://blogs.autodesk.com/modthemachine


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
thanks
brian. I noitce that I can't delete them. But it is annoy to see that there so
many points attached to a simple spline curve. Is there any possiblity to
supress the points when showing the spline?
0 Likes
Message 5 of 5

Anonymous
Not applicable
with spline, ideally you want the minimum number of points that fit the curve to a specified tolerance. Using all the points you are trying to fit to make the spline is easy, but not the best way to do it. I wrote a macro some time ago that would create a spline with all the points, then remove every other point (except endpoints) iteratively til an error tolerance was met or exceeded.
0 Likes