Hi Tom, Ok I think I understand what you mean now.
Are you talking about exporting the curve to DXF format, using the "Write curves as Polylines" option? This one here:
That option converts the curve into line segments and writes it as a POLYLINE entity in the DXF file. The way the conversion to line segments works is that it will repeatedly subdivide the curve into smaller lines until the curve tangents at the line vertices are within the given angle deviation.
The reason behind that strategy is to give a higher density of lines in bendy areas of the curve and a lower density in flatter areas, like this:
That's correct that there is not any method for the conversion to line segments that will generate lines that are all the same length.
The method that I was talking about before was to generate "Point objects" at equally spaced lengths as traveled along the curve. That can be done using the Transform > Array > Curve command to make points like shown above. You could then use Draw curve > Line > Polyline to draw a polyline through those points and export that if that is any help?
You could also use "Distance constraint" while drawing a polyline to make a polyline of all the same length lines and snap the ends of the lines onto the curve. You do that by entering in a number and pushing enter while in the draw polyline command. When distance constraint is active there will be an intersection snap point that you can use to snap on to the curve.
- Michael
|