Convert spline/polyline to arcs AND lines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need to convert a file from an architect containing text to be cutout from a piece of steel using CNC. Each letter of text is a spline and when exploded, it becomes a series of splines (17 splines in the letter 'p' for example). I am then using PEDIT - Multiple - Precision of 10 which then gives me a series of polylines. Next I explode the polylines and obtain a very large number of either arcs or lines (251 for the letter 'p') based on PLINECONVERTMODE. I know there are lsp files around to minimize the amount of vertices in the polylines which would reduce the number of arcs and lines, but I haven't tried any yet.
I have 2 problems. First, I need to minimize the number of lines or arcs in each letter as a file with 17500+ lines/arc causes the CNC program to crash. In order to mimic the letter outlines as close as possible with the minimum amount of objects, I would need to convert the polyline to both arcs and lines. I know I could trace over all the letters, however I'd rather find an automated method as we have several files with different text in each. Does anyone have any suggestions? Thanks in advance.