visual3d:documentation:pipeline:pipeline_commands:pipeline_parameters_example
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:pipeline_parameters_example [2024/07/03 17:29] – removed sgranger | visual3d:documentation:pipeline:pipeline_commands:pipeline_parameters_example [2024/07/17 15:46] (current) – created sgranger | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Pipeline Parameters Example | ||
| + | |||
| + | This example will add a TAG to an individual file based on a C3D parameter. In this case, the file will be tagged from the motion system manufacturer. The pipeline pulls this information from the C3D parameter. | ||
| + | |||
| + | < | ||
| + | !=========================================================== | ||
| + | ! Add a TAG to an individual file based on a C3D parameter. | ||
| + | !=========================================================== | ||
| + | |||
| + | ! Get a list of all of the files in the workspace | ||
| + | Set_Pipeline_Parameter_To_List_Of_Tagged_Files | ||
| + | / | ||
| + | / | ||
| + | ! / | ||
| + | ! / | ||
| + | ; | ||
| + | |||
| + | ! Set up a loop, so that we can treat each file individually | ||
| + | ! and assign the the C3D parameter name as a TAG | ||
| + | For_Each | ||
| + | / | ||
| + | / | ||
| + | ; | ||
| + | |||
| + | ! Select the active file from the looping index | ||
| + | | ||
| + | / | ||
| + | ! / | ||
| + | ; | ||
| + | |||
| + | ! Set a pipeline parameter from the C3D parameter | ||
| + | ! In this case, the parameter pulled from the C3D file is the manufacturer name | ||
| + | | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | ; | ||
| + | |||
| + | ! Assign the C3D parameter name as a TAG | ||
| + | | ||
| + | / | ||
| + | ! / | ||
| + | / | ||
| + | ; | ||
| + | |||
| + | ! End the loop | ||
| + | End_For_Each | ||
| + | / | ||
| + | ; | ||
| + | </ | ||
| + | |||
| + | |||
visual3d/documentation/pipeline/pipeline_commands/pipeline_parameters_example.1720027783.txt.gz · Last modified: by sgranger
