TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: AARYAN on June 25, 2013, 05:18:06 AM

Title: Remove Touching Objects while importing..
Post by: AARYAN on June 25, 2013, 05:18:06 AM
Hi All, Please help me..

I have an XYZ file which includes Easting, Northing, Z Value..
e.g
1. 500000,2142500,23.1
2. 500103,2142536, 23.3....etc.

I am trying to make a lisp routine which will Import the Z (Depth) Value as Block Attribute but sometimes I have to increase the block size to fit it on the Chart Scale properly because of which my blocks get overlap (touching) each other and not clear to read and understand.

Is there a way I can remove the touching blocks while importing. I tried it with BoundingBox method but with no success.

Can anyone please help me or guide me how can i go forward.

Regards