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/06/19 12:51] 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.+This command assigns a model to specified movement files.
  
 <code> <code>
-assign_model_file +Assign_Model_File 
-/calibration_file=name of the standing trial associated with the model. +/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.+/Motion_File_Names=Names of the motion files to be assigned to the model.
 ; ;
 </code> </code>
  
-**notewildcards (*) can be used for the calibration_file**+**NoteWildcards (*) can be used for the Calibration_File**
  
-**notetags or wildcards (*) can be used for the motion_file names**+**NoteTAGS or Wildcards (*) can be used for the Motion_File Names**
  
-here is an example using pipeline parameters:+Here is an example using pipeline parameters:
  
 <code> <code>
-set_pipeline_parameter_to_folder_path +Set_Pipeline_Parameter_To_Folder_Path 
-/parameter_name=folder +/PARAMETER_NAME=FOLDER 
-/parameter_value=c:\exampledata\+/PARAMETER_VALUE=c:\exampleData\
 ; ;
  
-set_pipeline_parameter +Set_Pipeline_Parameter 
-/parameter_name=standing +/PARAMETER_NAME=STANDING 
-/parameter_value=::folder&*static.c3d+/PARAMETER_VALUE=::FOLDER&*static.c3d
 ; ;
  
-set_pipeline_parameter +Set_Pipeline_Parameter 
-/parameter_name=walking +/PARAMETER_NAME=WALKING 
-/parameter_value=::folder&*walk*.c3d+/PARAMETER_VALUE=::FOLDER&*walk*.c3d
 ; ;
  
-assign_model_file +Assign_Model_File 
-/calibration_file=::standing +/CALIBRATION_FILE=::STANDING 
-/motion_file_names=::walking+/MOTION_FILE_NAMES=::WALKING
 ; ;
 </code> </code>
  
-here is the same example, using wild cards in the assign model file command:+Here is the same example, using wild cards in the Assign Model File command:
  
 <code> <code>
-assign_model_file +Assign_Model_File 
-/calibration_file=*static.c3d +/CALIBRATION_FILE=*static.c3d 
-/motion_file_names=*walk*.c3d+/MOTION_FILE_NAMES=*walk*.c3d
 ; ;
 </code> </code>
  
-another example can be found on [[visual3d:documentation:pipeline:model_commands:assign_model_file_example|pipeline example using assign model file]]+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.1718801519.txt.gz · Last modified: 2024/06/19 12:51 by sgranger