User Tools

Site Tools


visual3d:documentation:pipeline:expressions:workspace_functions

Workspace Functions

This page contains a list of all functions that can be applied to the active workspace.

File Tag Exists

File_Tag_Exists(a) - Tests the existence of a file tag “a” within the active workspace. Returns 1 if the file tag exists and 0 otherwise. This behaviour is similar to the expression Data Exists.

Example, compute “something” only if the file tag SPECIAL exists.

Conditional_Statement
/ITERATION_PARAMETER_NAME=TEST_SPECIAL
/EXPRESSION=File_Tag_Exists(TAG::SPECIAL)
! /AS_INTEGER=TRUE
;

! ...commands to execute

Conditional_Statement_End
/ITERATION_PARAMETER_NAME=TEST_SPECIAL
;
visual3d/documentation/pipeline/expressions/workspace_functions.txt · Last modified: 2025/05/15 16:57 by wikisysop