====== Assign Model File ======
||
This command assigns a model to specified movement files.
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.
;
**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:
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
;
Here is the same example, using wild cards in the Assign Model File command:
Assign_Model_File
/CALIBRATION_FILE=*static.c3d
/MOTION_FILE_NAMES=*walk*.c3d
;
Another example can be found on [[Visual3D:Documentation:Pipeline:Model_Commands:Assign_Model_File_Example|Pipeline Example using Assign Model File]]