deleteTags operation

CityEngine 2024.1    |    |  

Syntax

  • deleteTags()
  • deleteTags(tagQuery)

Parameters

  1. tagQuerystring
    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