You want to offset a lwpolyline? but retain the original polylines arc radius, is that correct
I am not one of the robots you're looking for
@a22663564 wrote:
I want an effect like this, is there a way to do it?
Not with Offset. You could Copy the Polyline. What are you expecting the other end of the arc segment [that disappears off to the right] to do in relation to the original?
EDIT: Since you use the word Fillet, is this something like a Filleted corner of a Polyline such as a rectangle? If so, you can Offset, then use Fillet with the Polyline option to give the desired radius to all Filleted corners on the resulting Polyline. Of course, the resulting arc segments will not be of constant distance from their source arc segments.
I guess he's hoping for an OFFSETGAPTYPE of 3.
John F. Uhden
This LISP does what I want
But the closed rectangle has rounded corners
After offsetting, one of the four rounded corners will change
Which side of LISP needs to be modified?
The routine gives me this result. Besides the last wrong radius is this a result you want to have? The bulges are not tangent anymore.
BTW what is the practical usage for such routine?
One practical use would be to get more volume out of a detention basin while keeping its shape consistent. In fact the internal slope of the corners would be reduced as well. The engineer for whom I am now working insists on such a design. Well, actually I am on paid sick leave right now thanks to the plague.
John F. Uhden
Looked for a LISP yesterday
The effect is better than the original
But his one-sided offset
Can it be modified to offset in all directions?
John F. Uhden