Multiple polylines chamfer/fillet !!!

maramuresul
Enthusiast

Multiple polylines chamfer/fillet !!!

maramuresul
Enthusiast
Enthusiast

Hi, 

If I have multiple polylines that are splited at corners. It is possible to make one polyline in the same way as using command chamfer(dist1 and dist2=0) or fillet (radius=0), but for a multiple of polylines, all polyline that have one vertex in the same position.

Please find attached.

 

Thanks.

0 Likes
Reply
2,060 Views
2 Replies
Replies (2)

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

you can run command _JOIN on multiple entities with one step, you can also run command _PEDIT with option _MULTIPLE (use this option before you select the first entity) and then select multiple lines/polylines and connect them by option _JOIN.

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2025
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes

Vinayv4v
Advisor
Advisor

Hi,

 

Here is a Lisp to chamfer as per given distance.

It will only work on LINES (not polylines).

After loading the command from APPLOAD enter command CHAMDIST.

 

Cheers,

Vinay Vijayakumaran

0 Likes