visual3d:documentation:pipeline:model_commands:apply_model_template
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:pipeline:model_commands:apply_model_template [2024/07/12 13:30] – removed sgranger | visual3d:documentation:pipeline:model_commands:apply_model_template [2024/07/17 15:46] (current) – created sgranger | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Apply Model Template ====== | ||
+ | |||
+ | Apply a Model Template to a Model (Calibration File). | ||
+ | |||
+ | Wildcards (*) can be used for FILE_NAME and MODEL_NAME. | ||
+ | |||
+ | **Apply_Model_Template** | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | **;** | ||
+ | **NOTE:** In early versions of Visual3D, this command was called **OPEN_MODEL_FILE**. Even though this name no longer appears in the pipeline dialog, if it appears in the Pipeline Script, it will still be recognized and processed correctly by Visual3D. | ||
+ | |||
+ | An example of a script is found below: | ||
+ | |||
+ | < | ||
+ | !********************************************** | ||
+ | ! Apply Model Template | ||
+ | !********************************************** | ||
+ | |||
+ | ! New Workspace | ||
+ | File_New | ||
+ | ; | ||
+ | |||
+ | ! Set a path for the location of the data | ||
+ | Set_Pipeline_Parameter | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | ! Set the parameter for the static file | ||
+ | Set_Pipeline_Parameter | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | ! Apply the model template using the static trial. Leaving the MODEL_TEMPLATE parameter | ||
+ | ! blank will bring up a dialog that allows the user to browse and select the model template | ||
+ | Apply_Model_Template | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | ! Set Weight | ||
+ | Set_Subject_Weight | ||
+ | / | ||
+ | /WEIGHT=1.0 | ||
+ | ; | ||
+ | |||
+ | ! Set Height | ||
+ | Set_Subject_Height | ||
+ | / | ||
+ | /HEIGHT=1 | ||
+ | ; | ||
+ | |||
+ | ! Open the movement file | ||
+ | Open_File | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | ! Assign the model file to the movement file | ||
+ | Assign_Model_File | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | |||
visual3d/documentation/pipeline/model_commands/apply_model_template.1720791035.txt.gz · Last modified: 2024/07/12 13:30 by sgranger