visual3d:documentation:pipeline:pipeline_commands:set_pipeline_parameter_to_folder_path
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:pipeline:pipeline_commands:set_pipeline_parameter_to_folder_path [2024/06/19 12:52] – sgranger | visual3d:documentation:pipeline:pipeline_commands:set_pipeline_parameter_to_folder_path [2024/07/17 15:46] (current) – created sgranger | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | the command set_pipeline_parameter_to_folder_path will set a pipeline parameter to be the folder path. the command is below. | + | ====== Set Pipeline Parameter To Folder Path ====== |
- | set_pipeline_parameter_to_folder_path | + | The command Set_Pipeline_Parameter_To_Folder_Path will set a pipeline parameter to be the Folder path. The command is below. |
- | /parameter_name= the parameter name | + | |
- | ! /parameter_value=visual3d_default_data_folder | + | Set_Pipeline_Parameter_To_Folder_Path |
- | ! /parameter_value_motion_file= the motion file | + | /PARAMETER_NAME= the parameter name |
- | ! /parameter_value_search_for= the value to search for | + | ! /PARAMETER_VALUE=VISUAL3D_DEFAULT_DATA_FOLDER |
- | ! /parameter_value_replace_with= the value to replace with | + | ! /PARAMETER_VALUE_MOTION_FILE= the motion file |
- | ! /parameter_value_append= value to append | + | ! /PARAMETER_VALUE_SEARCH_FOR= the value to search for |
- | if the **/parameter_value** is left blank, the user is prompted for the folder. | + | ! /PARAMETER_VALUE_REPLACE_WITH= the value to replace with |
+ | ! /PARAMETER_VALUE_APPEND= value to append | ||
+ | If the **/Parameter_Value** is left blank, the user is prompted for the folder. | ||
< | < | ||
- | set_pipeline_parameter_to_folder_path | + | Set_Pipeline_Parameter_To_Folder_Path |
- | /parameter_name=folder | + | /PARAMETER_NAME=FOLDER |
- | /parameter_value= | + | /PARAMETER_VALUE= |
- | ! /parameter_value_search_for= | + | ! /PARAMETER_VALUE_SEARCH_FOR= |
- | ! /parameter_value_replace_with= | + | ! /PARAMETER_VALUE_REPLACE_WITH= |
- | ! /parameter_value_append= | + | ! /PARAMETER_VALUE_APPEND= |
; | ; | ||
- | open_file | + | Open_File |
- | /file_name=::folder&*.c3d | + | /File_Name=::FOLDER&*.c3d |
; | ; | ||
</ | </ | ||
- | ===== version | + | ==== Version |
- | in version 5 a new parameter **/parameter_value_motion_file** was added. | + | In version 5 a new parameter **/PARAMETER_VALUE_MOTION_FILE** was added. |
- | if the **/parameter_value** is empty, but the **/parameter_value_motion_file** has a string, this string is assumed to be one of the motion files in the workspace. | + | If the **/PARAMETER_VALUE** is empty, but the **/PARAMETER_VALUE_MOTION_FILE** has a string, this string is assumed to be one of the motion files in the workspace. |
< | < | ||
- | set_pipeline_parameter_to_folder_path | + | Set_Pipeline_Parameter_To_Folder_Path |
- | /parameter_name=folder | + | /PARAMETER_NAME=FOLDER |
- | /parameter_value= | + | /PARAMETER_VALUE= |
- | /parameter_value_motion_file=*walk01.c3d | + | /PARAMETER_VALUE_MOTION_FILE=*walk01.c3d |
- | ! /parameter_value_search_for= | + | ! /PARAMETER_VALUE_SEARCH_FOR= |
- | ! /parameter_value_replace_with= | + | ! /PARAMETER_VALUE_REPLACE_WITH= |
- | ! /parameter_value_append= | + | ! /PARAMETER_VALUE_APPEND= |
; | ; | ||
</ | </ | ||
- | if the **/parameter_value_motion_file=*.cmo** the folder path for the current cmo file is used for the folder path. | + | If the **/PARAMETER_VALUE_MOTION_FILE=*.cmo** the folder path for the current cmo file is used for the folder path. |
< | < | ||
- | set_pipeline_parameter_to_folder_path | + | Set_Pipeline_Parameter_To_Folder_Path |
- | /parameter_name=folder | + | /PARAMETER_NAME=FOLDER |
- | /parameter_value= | + | /PARAMETER_VALUE= |
- | /parameter_value_motion_file=*.cmo | + | /PARAMETER_VALUE_MOTION_FILE=*.cmo |
- | ! /parameter_value_search_for= | + | ! /PARAMETER_VALUE_SEARCH_FOR= |
- | ! /parameter_value_replace_with= | + | ! /PARAMETER_VALUE_REPLACE_WITH= |
- | ! /parameter_value_append= | + | ! /PARAMETER_VALUE_APPEND= |
; | ; | ||
</ | </ | ||
- | ===== default folders ===== | + | ==== Default Folders |
- | there are four default folders that are set in the program options that can be referred to: | + | There are four default folders that are set in the program options that can be referred to: |
- | visual3d_default_data_folder | + | VISUAL3D_DEFAULT_DATA_FOLDER |
- | visual3d_default_report_folder | + | VISUAL3D_DEFAULT_REPORT_FOLDER |
- | visual3d_default_model_folder | + | VISUAL3D_DEFAULT_MODEL_FOLDER |
- | visual3d_default_pipeline_folder | + | VISUAL3D_DEFAULT_PIPELINE_FOLDER |
- | most_recent_visual3d_pipeline_folder | + | MOST_RECENT_VISUAL3D_PIPELINE_FOLDER |
- | most_recent_visual3d_file_open_folder | + | MOST_RECENT_VISUAL3D_FILE_OPEN_FOLDER |
- | for example, to refer to the default data folder: | + | For example, to refer to the default data folder: |
< | < | ||
- | set_pipeline_parameter_to_folder_path | + | Set_Pipeline_Parameter_To_Folder_Path |
- | /parameter_name= | + | /PARAMETER_NAME= |
- | ! /parameter_value=visual3d_default_data_folder | + | ! /PARAMETER_VALUE=VISUAL3D_DEFAULT_DATA_FOLDER |
- | ! /parameter_value_motion_file= | + | ! /PARAMETER_VALUE_MOTION_FILE= |
- | ! /parameter_value_search_for= | + | ! /PARAMETER_VALUE_SEARCH_FOR= |
- | ! /parameter_value_replace_with= | + | ! /PARAMETER_VALUE_REPLACE_WITH= |
- | ! /parameter_value_append= | + | ! /PARAMETER_VALUE_APPEND= |
; | ; | ||
</ | </ | ||
- | for example, to refer to the default report template folder: | + | For example, to refer to the default report template folder: |
< | < | ||
- | set_pipeline_parameter_to_folder_path | + | Set_Pipeline_Parameter_To_Folder_Path |
- | /parameter_name=folder | + | /PARAMETER_NAME=FOLDER |
- | /parameter_value=visual3d_default_report_folder | + | /PARAMETER_VALUE=VISUAL3D_DEFAULT_REPORT_FOLDER |
- | /parameter_value_motion_file= | + | /PARAMETER_VALUE_MOTION_FILE= |
- | ! /parameter_value_search_for= | + | ! /PARAMETER_VALUE_SEARCH_FOR= |
- | ! /parameter_value_replace_with= | + | ! /PARAMETER_VALUE_REPLACE_WITH= |
- | ! /parameter_value_append= | + | ! /PARAMETER_VALUE_APPEND= |
; | ; | ||
</ | </ | ||
- | ===== example ===== | + | ==== Example |
- | [[visual3d:documentation:pipeline:file_commands:export_data_to_ascii_file#example_1_:_file_export_of_multiple_files|export | + | [[Visual3D:Documentation:Pipeline:File_Commands:Export_Data_To_ASCII_File#Example_1_:_File_Export_of_multiple_files|Export |
visual3d/documentation/pipeline/pipeline_commands/set_pipeline_parameter_to_folder_path.1718801555.txt.gz · Last modified: 2024/06/19 12:52 by sgranger