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