User Tools

Site Tools


visual3d:documentation:pipeline:file_commands:file_close

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:file_close [2024/06/19 12:50] sgrangervisual3d:documentation:pipeline:file_commands:file_close [2024/07/17 15:45] (current) – created sgranger
Line 1: Line 1:
-close the [[visual3d:documentation:definitions:active_files|active files]].+====== File Close ======
  
-this is equivalent to the user interaction under the [[visual3d:documentation:definitions:active_files#file_close|file menu]]. +Close the [[Visual3D:Documentation:Definitions:Active_Files|Active Files]]. 
-note that only the movement files can be active files, so you can only close movement files. + 
-file_name can be all_files, a [[visual3d:documentation:definitions:tag|tag]], or a filename(wildcards are acceptable)+This is equivalent to the user interaction under the [[Visual3D:Documentation:Definitions:Active_Files#File_Close|file menu]]. 
 +Note that only the movement files can be active files, so you can only close movement files. 
 +File_Name can be ALL_FILES, a [[Visual3D:Documentation:Definitions:Tag|TAG]], or a Filename(Wildcards are acceptable)
 <code> <code>
-file_close  +File_Close  
-/file_name+/File_Name
 ; ;
 </code> </code>
  
-**to close a model use: [[visual3d:documentation:pipeline:model_commands:model_commands_overview#model_management|close_model_file]]** +**To close a model use: [[Visual3D:Documentation:Pipeline:Model_Commands:Model_Commands_Overview#Model_Management|Close_Model_File]]** 
-===== file close using query parameter =====+==== File Close using Query Parameter ====
  
-visual3d professional users have an extra parameter.+Visual3D Professional Users have an extra Parameter.
  
-**file_close** +**File_Close** 
-/file_name+/File_Name
-/query=+/Query=
 **;** **;**
-to accomplish example_2 below:+To accomplish Example_2 below:
  
-**file_close** +**File_Close** 
-/file_name=all_files +/File_Name=ALL_FILES 
-/query=tag1 not(tag2)+/Query=Tag1 NOT(Tag2)
 **;** **;**
-===== example_1 =====+==== Example_1 ====
  
-to close all movement trials containing the string "walk"+To close all movement trials containing the string "walk"
  
-**file_close** +**File_Close** 
-/file_name= *walk*.c3d+/File_Name= *walk*.c3d
 **;** **;**
-===== example_2 =====+==== Example_2 ====
  
-to close the active files, you need to have an intermediate command.+To close the active files, you need to have an intermediate command.
  
-select all files with tag1 that do not also have tag2, then close the active files.+Select all files with Tag1 that do not also have Tag2, then close the active files.
  
-**[[visual3d:documentation:pipeline:file_commands:select_active_file|select_active_file]]** +**[[Visual3D:Documentation:Pipeline:File_Commands:Select_Active_File|Select_Active_File]]** 
-/file_name=all_files +/FILE_NAME=ALL_FILES 
-query=tag1 not(tag2)+QUERY=Tag1 NOT(Tag2)
 **;** **;**
-**[[visual3d:documentation:pipeline:pipeline_commands:set_pipeline_parameter_to_list_of_tagged_files|set_pipeline_parameter_to_list_of_tagged_files]]** +**[[Visual3D:Documentation:Pipeline:Pipeline_Commands:Set_Pipeline_Parameter_To_List_Of_Tagged_Files|Set_Pipeline_Parameter_To_List_Of_Tagged_Files]]** 
-/parameter_name=files +/PARAMETER_NAME=FILES 
-/tag_name+/TAG_NAME
-/get_current_selected_files=true +/GET_CURRENT_SELECTED_FILES=true 
-! /use_short_filenames=false+! /USE_SHORT_FILENAMES=false
 **;** **;**
-**file_close** +**File_Close** 
-/file_name=::files+/FILE_NAME=::FILES
 **;** **;**
 \\ \\
 \\ \\
-[[visual3d:documentation:pipeline:general_information:pipeline_commands_reference|back to pipeline commands reference]]+[[Visual3D:Documentation:Pipeline:General_Information:Pipeline_Commands_Reference|Back to Pipeline Commands Reference]]
  
  
  
visual3d/documentation/pipeline/file_commands/file_close.1718801412.txt.gz · Last modified: 2024/06/19 12:50 by sgranger