User Tools

Site Tools


visual3d:documentation:pipeline:expressions:workspace_functions

This is an old revision of the document!


Workspace Functions

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

File Tag Exists

Tests the existence of a file tag 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.1747325170.txt.gz · Last modified: 2025/05/15 16:06 by wikisysop