User Tools

Site Tools


visual3d:documentation:pipeline:expressions:workspace_functions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
visual3d:documentation:pipeline:expressions:workspace_functions [2025/05/15 16:57] wikisysopvisual3d:documentation:pipeline:expressions:workspace_functions [2025/05/22 14:58] (current) wikisysop
Line 1: Line 1:
 ====== Workspace Functions ====== ====== Workspace Functions ======
  
-This page contains a list of all functions that can be applied to the active workspace.+Most Visual3D commands act on the active files and active subjects.This page contains a list of all functions that can be applied to the active workspace.
  
 ==== File Tag Exists ==== ==== 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 [[visual3d:documentation:pipeline:expressions:signal_functions#data_exists|Data Exists]].+**File_Tag_Exists(a)** - Tests the existence of a file tag "a" within the workspace's active files, where "a" must be specified within [[visual3d:documentation:pipeline:expressions:expression_syntax#tag_syntax|the TAG:: namespace]]. Returns 1 if the file tag exists and 0 otherwise. This behaviour is similar to the expression [[visual3d:documentation:pipeline:expressions:signal_functions#data_exists|Data Exists]].
  
 Example, compute “something” only if the file tag SPECIAL exists. Example, compute “something” only if the file tag SPECIAL exists.
 +
 <code> <code>
 Conditional_Statement Conditional_Statement
visual3d/documentation/pipeline/expressions/workspace_functions.1747328223.txt.gz · Last modified: 2025/05/15 16:57 by wikisysop