visual3d:documentation:pipeline:pipeline_commands:set_pipeline_parameter_from_for_loop
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| visual3d:documentation:pipeline:pipeline_commands:set_pipeline_parameter_from_for_loop [2025/11/20 16:53] – [Float loop] wikisysop | visual3d:documentation:pipeline:pipeline_commands:set_pipeline_parameter_from_for_loop [2026/02/19 20:36] (current) – wikisysop | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Set Pipeline Parameter From For Loop ====== | ====== Set Pipeline Parameter From For Loop ====== | ||
| - | + | The **Set Pipeline Parameter From For Loop** command can be used to create | |
| - | Create | + | |
| Traditional for loops are numerical representations, | Traditional for loops are numerical representations, | ||
| Line 10: | Line 9: | ||
| This command creates a string expression. | This command creates a string expression. | ||
| - | ==== Integer loop ==== | + | ====Pipeline Command==== |
| + | The command can be found in the Pipeline Workshop within the Pipeline Control folder as so: | ||
| + | < | ||
| + | Set_Pipeline_Parameter_From_For_Loop | ||
| + | / | ||
| + | ! / | ||
| + | ! / | ||
| + | ! / | ||
| + | ! / | ||
| + | ; | ||
| + | </ | ||
| + | ====Command Parameters==== | ||
| + | The following table shows the command parameters that can be used to define the command and their descriptions: | ||
| + | |||
| + | |**Parameter** | ||
| + | |**Parameter Name**|Name of the parameter to be set| | ||
| + | |**Parameter Index Start**|Starting value of the index| | ||
| + | |**Parameter Index End**|Ending value of the index| | ||
| + | |**Parameter Index Step**|Size of the step between index values| | ||
| + | |**Parameter Index Type**|Type of output value (I.e. float, integer)| | ||
| + | |||
| + | |||
| + | ====Example: | ||
| + | This example shows how the command can be used to generate an integer loop: | ||
| < | < | ||
| Set_Pipeline_Parameter_From_For_Loop | Set_Pipeline_Parameter_From_For_Loop | ||
| Line 28: | Line 50: | ||
| - | ==== Float loop ==== | + | ====Example: |
| + | The following code shows how the command can be used to create a float loop: | ||
| < | < | ||
| Set_Pipeline_Parameter_From_For_Loop | Set_Pipeline_Parameter_From_For_Loop | ||
| Line 42: | Line 64: | ||
| FLOAT_VALUES = 0.000000+0.500000+1.000000+1.500000+2.000000+2.500000+3.000000+3.500000+4.000000+4.500000+5.000000 | FLOAT_VALUES = 0.000000+0.500000+1.000000+1.500000+2.000000+2.500000+3.000000+3.500000+4.000000+4.500000+5.000000 | ||
| - | ==== Expressions ==== | + | ====Example: Defining Command with Expressions ==== |
| The start, end and step parameters will accept expressions. | The start, end and step parameters will accept expressions. | ||
visual3d/documentation/pipeline/pipeline_commands/set_pipeline_parameter_from_for_loop.1763657611.txt.gz · Last modified: by wikisysop
