deleteTags operation

Syntax

  • deleteTags()
  • deleteTags(tagQuery)

Parameters

  1. tagQuery—string
    The query defining which tags to delete.

Description

The deleteTags operation deletes all tags stored on the geometry, i.e., from all face, edge, and vertex components. If a tagQuery is provided, only matching tags are deleted.

Related