Extract XYZ Circle Created from Multiple Polyline

Extract XYZ Circle Created from Multiple Polyline

aidilfitriansyahhV7KXB
Contributor Contributor
368 Views
3 Replies
Message 1 of 4

Extract XYZ Circle Created from Multiple Polyline

aidilfitriansyahhV7KXB
Contributor
Contributor

Hi All,

 

How to Extract XYZ Circle Created from a lot of Polyline? 

 

aidilfitriansyahhV7KXB_0-1615210517138.png

 

0 Likes
369 Views
3 Replies
Replies (3)
Message 2 of 4

Patchy
Mentor
Mentor

Put point nodes on them and use dataextraction?

Attach your .dwg for a test.

0 Likes
Message 3 of 4

ВeekeeCZ
Consultant
Consultant

Draw a real circle using 3 points option over it.

 

Z9E3zK5E_0-1615212956947.png

 

0 Likes
Message 4 of 4

Kent1Cooper
Consultant
Consultant

If those are equally spaced vertices, and it's all line segments, you can use the PolygonToCircle.lsp with its Pg2C command, >here<.  That requires pretty accurate regularity, so if there are variations in segment length or something that cause Pg2C to not work, there are other threads around with conversions, such as >this<.  [One of the suggestions on that thread automates the 3-point Circle idea suggested by @ВeekeeCZ in Message 3 here.]

 

If they're arc segments, try CirclePolylineSwap.lsp with its P2C command, >here<.  [It predates the PolygonToCircle routine, which is why I put the 'g' for Polygon into the latter's command name.]

Kent Cooper, AIA
0 Likes