User Tools

Site Tools


visual3d:documentation:pipeline:model_commands:set_subject_height

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:model_commands:set_subject_height [2024/06/19 13:38] – removed sgrangervisual3d:documentation:pipeline:model_commands:set_subject_height [2024/07/17 15:46] (current) – created sgranger
Line 1: Line 1:
 +====== Set Subject Height ======
 +
 +Set the height of the subject (m). If no LINK_MODEL (Calibration File) is specified, the current model is used. If no Height is specified, a dialog pops up.
 +
 +{{:Set_Subject_Height.png}}
 +
 +<code>
 +Set_Subject_Height
 +/Calibration_File= The name of the link model (standing trial)
 +/Height= Height
 +;
 +</code>
 +
 +If the model is a hybrid model, the Height parameter can be an expression (e.g. a Model Metric). In this example, the user enters the Height of the subject in inches using a pipeline parameter. This will be converted to meters for the model in the **Set_Subject_Height** command.
 +
 +<code>
 +Prompt_For_Pipeline_Parameter_Value
 +/PIPELINE_PARAMETER_NAME= HEIGHT
 +/PROMPT= Enter the Height of the Subject in inches
 +/DATA_TYPE=STRING
 +/DEFAULT_VALUE=60
 +;
 +
 +Set_Subject_Height
 +/Calibration_File= 
 +/Height= ::HEIGHT/39.4
 +;
 +</code>
 +
 +
  
visual3d/documentation/pipeline/model_commands/set_subject_height.1718804296.txt.gz · Last modified: 2024/06/19 13:38 by sgranger