User Tools

Site Tools


visual3d:documentation:pipeline:file_commands:select_active_file

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:file_commands:select_active_file [2024/06/19 14:00] – created sgrangervisual3d:documentation:pipeline:file_commands:select_active_file [2025/07/10 20:04] (current) wikisysop
Line 1: Line 1:
-Many of the pipeline commands in Visual3D act on the active files only. Using this command the user can determine what files are active and therefore will be processed.+====== Select Active File ======
  
-{{Tutorial4_5.jpg}}+===== Overview =====
  
-===== Pipeline Command =====+The **Select_Active_File** command in Visual3D can allow the user to select which file is active in the workspace. As many of the pipeline commands in Visual3D act on the active files only, using this command can allow you to determine which they are applied to. 
 + 
 + 
 +{{:Tutorial4_5.jpg}} 
 + 
 +==== Pipeline Command ====
  
 The pipeline command below is used to select the [[Visual3D:Documentation:Definitions:Active_Files|Active_Files]] The pipeline command below is used to select the [[Visual3D:Documentation:Definitions:Active_Files|Active_Files]]
Line 15: Line 20:
 </code> </code>
  
-==== File_Name ====+=== File_Name ===
  
 The parameter **/File_Name=** can be a single file, a TAG referring to all files with that TAG, or the keyword ALL_FILES, which makes all of the files in the Visual3D Workspace active. The parameter **/File_Name=** can be a single file, a TAG referring to all files with that TAG, or the keyword ALL_FILES, which makes all of the files in the Visual3D Workspace active.
Line 51: Line 56:
 </code> </code>
  
-==== Query ====+=== Query ===
  
-The Query option (**Visual3D Professional Only**) allows you to select a subset of the files referred by to FILE_NAME. You can query using [[Visual3D:Documentation:Pipeline:Expressions:Overview|expressions]]:+The Query option (**Visual3D Professional Only**) allows you to select a subset of the files referred by to FILE_NAME. You can query using [[Visual3D:Documentation:Pipeline:Expressions:Expressions_Overview|expressions]]:
  
 /QUERY=METRIC::PROCESSED::MASS > 75 /QUERY=METRIC::PROCESSED::MASS > 75
  
-==== Subject_Tags ====+=== Subject_Tags ===
  
 Set the active subject tag - FOR MULTISUBJECT ONLY! Set the active subject tag - FOR MULTISUBJECT ONLY!
  
-===== Example 1: Global_Workspace =====+==== Example 1: Global_Workspace ====
  
 This example shows how to make the [[Visual3D:Documentation:Definitions:Global_Workspace|Global Workspace]] active This example shows how to make the [[Visual3D:Documentation:Definitions:Global_Workspace|Global Workspace]] active
Line 72: Line 77:
 </code> </code>
  
-===== Example 2 - ALL_FILES and OR Query =====+==== Example 2 - ALL_FILES and OR Query ====
  
 From ALL_FILES select files that are tagged TAG1 or TAG2. Note there are multiple syntaxes for the "or". Two are shown below: From ALL_FILES select files that are tagged TAG1 or TAG2. Note there are multiple syntaxes for the "or". Two are shown below:
Line 94: Line 99:
 </code> </code>
  
-===== Example 3 - ALL_FILES AND and NOT Query =====+==== Example 3 - ALL_FILES AND and NOT Query ====
  
 From ALL_FILES select files that are TAG1 AND NOT TAG2 using the operators "&" and "NOT" From ALL_FILES select files that are TAG1 AND NOT TAG2 using the operators "&" and "NOT"
Line 105: Line 110:
 </code> </code>
  
-===== Example 4 - ALL_FILES and a wildcard =====+==== Example 4 - ALL_FILES and a wildcard ====
  
 From ALL_FILES select files that do not contain the wildcard *run*.c3d From ALL_FILES select files that do not contain the wildcard *run*.c3d
visual3d/documentation/pipeline/file_commands/select_active_file.1718805622.txt.gz · Last modified: 2024/06/19 14:00 by sgranger