Unnecessary Fillets when using FILLET on Polyline with Arcs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm encountering an odd issue when using the FILLET command on Polylines that contain both lines and arcs. I've got a LISP program that is based around using this FILLET functionality, and I've determined this is the source of my troubles. Perhaps this issue has already been resolved somewhere else, as it's rather hard to explain briefly.
I start with my polyline, which (as shown in the attached images) has a section where it alternates between line-arc-line-arc etc. I OFFSET the polyline without any hiccups. Clearly there are vertices at each of the connections where the arcs and lines join, on both the old and new polylines. After applying the FILLET command to the new polyline, I noticed that I can't OFFSET the new polyline. After clicking on it, places where I thought vertices would be are now midpoint symbols (see red circles in image). After clicking around, I discovered that if I drag on any of what would've been "original" midpoints, 4 new vertices show up, 2 new straight lines form, and the line I'm dragging moves around without deforming (see upper right part of image). It's like the FILLET command is creating fillets of radius infinity and length of zero. What's really going on here, and is there a way for FILLET to stop inserting these zero-length segments between arcs and lines? Can FILLET not handle a polyline with both arcs and straight lines?