User Tools

Site Tools


visual3d:documentation:pipeline:model_commands:assign_model_file

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:assign_model_file [2024/07/16 16:59] – removed sgrangervisual3d:documentation:pipeline:model_commands:assign_model_file [2024/07/17 15:46] (current) – created sgranger
Line 1: Line 1:
 +====== Assign Model File ======
 +
 +||
 +
 +This command assigns a model to specified movement files.
 +
 +<code>
 +Assign_Model_File
 +/Calibration_File=Name of the standing trial associated with the model.
 +/Motion_File_Names=Names of the motion files to be assigned to the model.
 +;
 +</code>
 +
 +**Note: Wildcards (*) can be used for the Calibration_File**
 +
 +**Note: TAGS or Wildcards (*) can be used for the Motion_File Names**
 +
 +Here is an example using pipeline parameters:
 +
 +<code>
 +Set_Pipeline_Parameter_To_Folder_Path
 +/PARAMETER_NAME=FOLDER
 +/PARAMETER_VALUE=c:\exampleData\
 +;
 +
 +Set_Pipeline_Parameter
 +/PARAMETER_NAME=STANDING
 +/PARAMETER_VALUE=::FOLDER&*static.c3d
 +;
 +
 +Set_Pipeline_Parameter
 +/PARAMETER_NAME=WALKING
 +/PARAMETER_VALUE=::FOLDER&*walk*.c3d
 +;
 +
 +Assign_Model_File
 +/CALIBRATION_FILE=::STANDING
 +/MOTION_FILE_NAMES=::WALKING
 +;
 +</code>
 +
 +Here is the same example, using wild cards in the Assign Model File command:
 +
 +<code>
 +Assign_Model_File
 +/CALIBRATION_FILE=*static.c3d
 +/MOTION_FILE_NAMES=*walk*.c3d
 +;
 +</code>
 +
 +Another example can be found on [[Visual3D:Documentation:Pipeline:Model_Commands:Assign_Model_File_Example|Pipeline Example using Assign Model File]]
 +
 +
  
visual3d/documentation/pipeline/model_commands/assign_model_file.1721149173.txt.gz · Last modified: 2024/07/16 16:59 by sgranger