Announcements

Announcement: We’re aware of an issue affecting starting a new topic from category pages and creating new blog posts. New topics can still be started directly from the relevant board. Learn more here.

Filleting parallel lines gets message "cannot fillet between these two entities" parallel lines

Filleting parallel lines gets message "cannot fillet between these two entities" parallel lines

swatfor_PDCOG
Advocate Advocate
15,660 Views
7 Replies
Message 1 of 8

Filleting parallel lines gets message "cannot fillet between these two entities" parallel lines

swatfor_PDCOG
Advocate
Advocate

I offset a 2d polyline and then try to use the fillet command to add an arc between the two lines. I receive this message "cannot fillet between these two entities."

 

I am using Civil 3D 2021 and trim mode is set to trim. The lines are parallel and in the same plane.

 

What am I missing?

 
Sandy W.
0 Likes
Accepted solutions (1)
15,661 Views
7 Replies
Replies (7)
Message 3 of 8

user181
Mentor
Mentor

You can fillet parallel lines that way but it doesn't work with polylines. I not sure why but it doesn't. 

Message 4 of 8

Kent1Cooper
Consultant
Consultant

Help says that works only with Lines, Rays & Xlines.

 

If you want to do it with Polylines, you can use my CapEnd.lsp routine with its CE command, available >here<.  Choose the Arc option.  In the case of your example [both Polylines and on the same Layer], it will even Join them and the new Arc into one Polyline.

Kent Cooper, AIA
Message 5 of 8

pendean
Community Legend
Community Legend
Accepted solution

From HELP

 

pendean_0-1625005580813.pngpendean_0-1625005580813.png

 

Message 6 of 8

Erense
Collaborator
Collaborator

All true but if it is a polyline and the form is like the example from @pendean you can use the 'close' function for the polyline and then change the segment to an arc. It's kind of extra work but it can be done:

Polyline fillet.pngPolyline fillet.png

If my post answers your question, please click the "Accept as Solution" button. This helps everyone find answers more quickly!

Kind regards,

Edwin Rense
Cadac Group AEC BV
Supporting Consultant AEC
Cadac Group .
Message 7 of 8

swatfor_PDCOG
Advocate
Advocate

Thanks for the quick solutions.  I appreciate it.

Sandy W.

Sandy W.
0 Likes
Message 8 of 8

Jordan_Warner6M2QQ
Community Visitor
Community Visitor

@Kent1Cooper This LISP is great, thanks for sharing. Much better than polyline "close" and then trying to eyeball a tangent!

0 Likes