indiancad Posted August 31 Posted August 31 Have you ever used PEDIT → JOIN, but CAD does not join the lines? Sometimes the lines look connected, but there is a small gap between them. They can also have different Z values. First, check the endpoints using OSNAP. If the lines have different Z values, FLATTEN can help bring them to the same level. How many of you have faced this problem? What fixed it for you? Quote
SLW210 Posted August 31 Posted August 31 If you have an AutoCAD license, you get the toolsets like Map 3D free, you could use MAPCLEAN, which can fill gaps and also has a weed function and more. What if they are overlapping and not a gap, you can get unexpected results from a large selection set and MPedit>Join from overlapping/collinear (P)Lines? I use MPedit as well, you just have to run a polyline weed LISP (like PLDiet.lsp) sometimes to get single polylines. You may also want to look into Overkill and Fillet with radius = 0, it can help with cleanup as well. I know everyone that has this problem is working on a drawing that was not of their own and either generated by another CAD platform or by a past or former coworker. But, the best method for these issues are to properly use and setup your CAD not to have unjoined/unconnected/ends touching (P)Lines, Arcs, Splines, etc. Good post from @irneb here on that issue... Quote
imagetocad Posted Thursday at 04:05 AM Posted Thursday at 04:05 AM One additional thing worth checking is the join tolerance. Even when two endpoints appear connected on screen, there may still be a very small gap between them. For imported or automatically generated geometry, I normally use this cleanup sequence: Use FLATTEN to make sure all objects have the same Z value. Run OVERKILL to remove duplicate or overlapping segments. Use PEDIT → Multiple → Join, with a small fuzz distance. Check any remaining endpoints with DIST or the Properties panel. I would avoid using a large fuzz distance because it may join nearby objects that should remain separate. It is also worth checking whether some objects are splines or arcs rather than lines or polylines. With geometry converted from PDFs or raster images, duplicate short segments and tiny overlaps are often the real cause rather than a clearly visible gap. Quote
Paul Li Posted 1 hour ago Posted 1 hour ago I would first make sure they have the same elevation (z value). Then I would grip the end point of one of the lines and drag that grip point to the end point of the other line. Finally try Pedit again to join the two. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.