User Tools

Site Tools


visual3d:documentation:pipeline:file_commands:combine_tags

Combine Tags

The command Combine_Tags uses boolean logic to combine TAGS into a new TAG. The following boolean operators are allowed: AND, OR, XOR, NAND, and NOR.

Pipeline Command

The Combine_Tags command can be found in the Pipeline Workshop within the File Management folder as follows:

Combine_Tags
/ORIGINAL_TAGS=
/LOGICAL_OPERATORS=
/NEW_TAG=
;

Command Parameters

The following table shows the command parameters that can be used to define the command and their descriptions:

Parameter Description
ORIGINAL_TAGSList of old tags to be combined.
LOGICAL_OPERATORSBoolean logic operation to select tags (AND, OR, etc.)
NEW_TAGName of new tag to be created.

For example, to set all files active that are either TAG1 or TAG2 (e.g. make both TAG1 and TAG2 files active) and assign a new tag TAG12 to the files, use the following:

  Combine_Tags 
  /ORIGINAL_TAGS= TAG1+TAG2
  /LOGICAL_OPERATORS= OR
  /NEW_TAG= TAG12
  ;

  Select_Active_File
  /FILE_NAME= TAG12
  ;

Back to Pipeline Commands Reference

visual3d/documentation/pipeline/file_commands/combine_tags.txt · Last modified: by wikisysop