User Tools

Site Tools


visual3d:documentation:pipeline:pipeline_commands:prompt_for_multiple_pipeline_parameter_values

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:pipeline_commands:prompt_for_multiple_pipeline_parameter_values [2024/07/12 14:06] – created sgrangervisual3d:documentation:pipeline:pipeline_commands:prompt_for_multiple_pipeline_parameter_values [2025/03/18 16:47] (current) wikisysop
Line 1: Line 1:
-====== Prompt_For_Multiple_Pipeline_Parameter_Values ======+====== Prompt For Multiple Pipeline Parameter Values ======
  
 Prompts a dialog for user to create multiple pipeline parameters with the specified parameter values. The command details are below: Prompts a dialog for user to create multiple pipeline parameters with the specified parameter values. The command details are below:
Line 20: Line 20:
 This example will prompt the user for 2 values. The resulting pipeline parameters **PARAM1** and **PARAM2** will contain the inputs from the dialog. In this example, **PARAM1** is an INTEGER type with **1** as the default value and **PARAM2** is an INTEGER type with **2** as the default value. This example will prompt the user for 2 values. The resulting pipeline parameters **PARAM1** and **PARAM2** will contain the inputs from the dialog. In this example, **PARAM1** is an INTEGER type with **1** as the default value and **PARAM2** is an INTEGER type with **2** as the default value.
  
-|The command can be edited by dialog boxes as shown in this example. Double-click on the command and the dialog will appear. To add a parameter:\\ \\ - Click on the **Add New Parameter** button.\\ - In the pop-up window (shown on far right), specify the parameter name **PARAM2**\\ - Specify the data type **int**\\ - Specify the default data value **2**  |  [[Image:EditPromptForMultiplePipelineParameter.gif]|+|The command can be edited by dialog boxes as shown in this example. Double-click on the command and the dialog will appear. To add a parameter:\\ \\ - Click on the **Add New Parameter** button.\\ - In the pop-up window (shown on far right), specify the parameter name **PARAM2**\\ - Specify the data type **int**\\ - Specify the default data value **2**  |  {{:EditPromptForMultiplePipelineParameter.gif}}|
  
 The completed command should look like the following: The completed command should look like the following:
Line 32: Line 32:
 </code> </code>
  
-|When the command is executed the following dialog appears. The user can modify the Default Values by selecting each item.  |  {{PromptForMultipleParameterValuesDlg.png}}|+|When the command is executed the following dialog appears. The user can modify the Default Values by selecting each item.  |  {{:PromptForMultipleParameterValuesDlg.png}}|
  
 === Example2 === === Example2 ===
Line 40: Line 40:
  
  
-|\\ If the DEFAULT_VALUE_COUNT parameter is set to 1 (this is the default value), each pipeline parameter can only be set to one value. Using the DEFAULT_VALUE_COUNT parameter command (shown on the right) allows the user to set a pipeline parameter to a list of values. An example of the prompt using this parameter is shown below.  |<code>\\ Prompt_For_Multiple_Pipeline_Parameter_Values\\ /PIPELINE_PARAMETER_NAME=SCOTT+SCOTT2\\ /DATATYPE=string+int\\ /DEFAULT_VALUE=one+two+3+4+5+6\\ /DEFAULT_VALUE_COUNT=2+4\\ ;\\ </code>  | +|\\ If the DEFAULT_VALUE_COUNT parameter is set to 1 (this is the default value), each pipeline parameter can only be set to one value.\\ Using the DEFAULT_VALUE_COUNT parameter command (shown on the right) allows the user to set a pipeline parameter to a list of values.\\ An example of the prompt using this parameter is shown below.|{{:Prompt_Multiple_Default_Value_Count.png}}| 
- +<code> 
-{{Prompt_Multiple_Default_Value_Count.png}}+Prompt_For_Multiple_Pipeline_Parameter_Values 
 +/PIPELINE_PARAMETER_NAME=SCOTT+SCOTT2 
 +/DATATYPE=string+int 
 +/DEFAULT_VALUE=one+two+3+4+5+6 
 +/DEFAULT_VALUE_COUNT=2+4; 
 +</code> 
  
 \\ \\
visual3d/documentation/pipeline/pipeline_commands/prompt_for_multiple_pipeline_parameter_values.1720793176.txt.gz · Last modified: 2024/07/12 14:06 by sgranger