visual3d:documentation:pipeline:model_commands:assign_model_file
This is an old revision of the document!
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 pipeline example using assign model file
visual3d/documentation/pipeline/model_commands/assign_model_file.1718804289.txt.gz · Last modified: 2024/06/19 13:38 by sgranger