This routine will scan the selection set of objects, find and remove geometrically duplicate objects. This term is used because even though the routine has a provision for objects on different layers, it does not distinguish such properties as color or linetype. In other words if two objects appear identical except for their color/linetype, they will be considered duplicates and one will be deleted.
Keyboard Command: ObjDelDup
The design priority of this routine was effectiveness and most importantly speed. Other implementations of delete duplicates were known to not fully 'clean' the drawing, and most importantly would grind to a crawl when subjected to a large selection set to process.
The following prompts are encountered.
- Fuzz Distance:: When comparing numeric values such as coordinates, this is the amount that the values van vary and still be considered equal. The default is 0.00000001.
- Ignore Layer Difference:: If yes (the default) is chosen on this option, the routine will not differentiate between two otherwise identical objects. If you want two geometrically identical objects to not be considered duplicates, choose N at this prompt.
- Ignore Elevation Difference:: If no (the default) is chosen on this option, the routine will differentiate between two objects that appear different, except have different elevations. If you want to ignore elevation differences, choose Y.
Keep in mind that non-planar objects such as 3Dpoly's are not affected by this option.
The following object types are supported.
- 3DFACE
- 3DSOLID
- ARC
- ARCALIGNEDTEXT
- ATTDEF
- CIRCLE
- DIMENSION
- ELLIPSE
- HATCH
- IMAGE
- INSERT
- LEADER
- LINE
- LWPOLYLINE
- MLINE
- MTEXT
- POINT
- POLYLINE
- REGION
- RTEXT
- SHAPE
- SOLID
- SPLINE
- TEXT
- TOLERANCE
- TRACE
- WIPEOUT