Print Page | Close Window

Data Extraction - Ignore overlapping

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DWF formats, Design Review, AutoCAD 360, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13929
Printed Date: 19.Apr.2026 at 06:18


Topic: Data Extraction - Ignore overlapping
Posted By: similac95
Subject: Data Extraction - Ignore overlapping
Date Posted: 13.Dec.2023 at 17:48
Wondering if anyone knows a way to do a data extraction but have it not count overlapping blocks.  
Example would be 2 sections of fence but each section is a dynamic block each with a post on both ends.  So when you put them together it should be 3 posts but counts 4 since there are 2 in the middle.  Is there a way to only count that as 1?

Appreciate the help



Replies:
Posted By: wim_wdh
Date Posted: 14.Dec.2023 at 08:09
Hello, i would compose the blocks, that would have this problem, into two blocks; one is the fence and the other would be the post. after the drawing is finisched, you explode the combined blocks. after exploding, a simple vba routine can detect if similar blocks have the same insertion points. the vba code can deletes these double insertions. and then you have a correct count


-------------
ameco playgrounds - creating, construction and installing indoor playgrounds european market



Print Page | Close Window