-1

In AutoCAD 3D 2010 is there any command which allows user to point out overlapping features.

eg. if my text is overlapping with a line or polyline how will I point it out.

PS: I know about the OVERKILL command which allows users to delete overlapping features but I need to recognize such features instead of removing them.

vish4071
  • 5,135
  • 4
  • 35
  • 65

2 Answers2

0

If you're dealing with closed regions (polylines) or even the extents of text entities, you can create regions and do a boolean intersection. If there is a returned result, you have overlapping entities.

Miiir
  • 731
  • 1
  • 9
  • 12
  • Thanks for your help but the problem which I am facing is that my text entities are overlapping on polylines so what I need to know is that how to point out such TEXTS, if I do a boolean intersection it creates a new region where my regions are intersecting but that is not my problem I simply want to figure those texts which are overlapping on my lines – akshay sharma Dec 24 '15 at 12:16
0

For overlapping texts objects you can use TSPACEINVADERS command in AutoCAD 2016 (I cannot guarantee it exists in older releases).