im looking for function which can convert a bunch of splines to regular
polylines. The file is a 36 meg landscape drawing with hight curves, where
the curves all are splines.
The system is ADT 3.0 with express tools installed.
Thanks in forward.
Holger Mouritzen
From the AutoCAD Tips section of http://www.dotsoft.com:
-----------------------------------------------------------------------
How can I convert a SPLINE to a POLYLINE?
The new SPLINE objects introduced in R13 are nice, but there are limits
on what you can do with them. So conversion to a polyline is necessary.
Carefully erase all the geometry except for the splines, then save the
drawing in R12 DWG (A2K users use R12 DXF) format. Then open the
original drawing, erase the splines and insert the R12 file. The spline
will now have become polylines. If the splines had differing elevations
on the vertices, the resulting polyline will be a 3D polyline.
-----------------------------------------------------------------------
If you want a tool to convert them in place inside the current drawing
(with control over the distance between points), take a look at ToolPac
6.0 at the site above.
Good Luck, Terry
"Holger" <h...@3xn.dk> schrieb im Newsbeitrag
news:813C0A602114B3FD...@in.WebX.maYIadrTaRb...
> Hi
>
> im looking for function which can convert a bunch of splines to regular
> polylines. The file is a 36 meg landscape drawing with hight curves, where
> the curves all are splines.
> The system is ADT 3.0 with express tools installed.
>