Function Entry: ACET-SS-REMOVE-DUPS
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: ACET-SS-REMOVE-DUPS
Name
acet-ss-remove-dups
Class
BricsCAD ExpressTools API Function
Syntax
(acet-ss-remove-dups ss fuz dxfToIgnore)
Arguments and Values
Arguments are described in the vendor page; see Source Notes.
Description
Filters the input selectionset ss and removes any geometrically duplicate entity. The argument fuz specifies tolerance for geometrical comparison (like 1e08); dxfToIgnore is a list of DXF group codes to be ignored in geometrical comparison, like (40 41 42). These DXF codes are always ignored : 6 8 39 62 370 390. Returns list of modified selectionset ss and selectionset, containing the removed entities : (list ss ssRemoved).
Return Values
Vendor-defined; see Source Notes.
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [acet-ss-remove-dups (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/acetssremovedups.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).