tag operation

Syntax

  • tag(name)
  • tag(name, components)

Parameters

  1. namestring
    A string that defines the tag.
  2. componentsselector
    • auto — Default. Tags the highest-dimensional components available, normally faces.
    • faces — Tags all faces.
    • edges — Tags all edges.
    • vertices — Tags all vertices.

Description

The tag operation assigns the specified name as a tag to all components. Any valid string is supported as name, except reserved wildcards characters (?, *), which are filtered out. Tags can be hierarchically grouped using the name separator "."

For examples using tags refer to Boolean 3D and Rule inlining.

Related