visual3d:documentation:pipeline:file_commands:export_c3dfile
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:pipeline:file_commands:export_c3dfile [2024/07/12 13:29] – removed sgranger | visual3d:documentation:pipeline:file_commands:export_c3dfile [2024/12/27 16:51] (current) – [Example: Exporting between Event_Labels] wikisysop | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Export C3DFile ====== | ||
+ | |||
+ | {{: | ||
+ | |||
+ | There are two ways to export to a C3D File. One is through the Export Menu commands that can be found in the File Menu. A dialog will open and allow you to make selections for how you wish to have the data exported. | ||
+ | |||
+ | The other way is to use the **Export_C3DFile** command. The additional feature of the pipeline command that is not available in the menu command is the ability to use wildcards to export multiple C3D files. This page discusses the command **Export_C3DFile** | ||
+ | |||
+ | ===== Pipeline Command ===== | ||
+ | |||
+ | The **Export_C3DFile** command parameter definitions are found below: | ||
+ | |||
+ | |**Export_C3DFile** | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |||
+ | ===== Example: Exporting between Event_Labels ===== | ||
+ | |||
+ | Only a START_FRAME and an END_FRAME are available as parameters for the export command. To export between EVENT_LABELS: | ||
+ | |||
+ | < | ||
+ | Set_Pipeline_Parameter_From_Expression | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | Set_Pipeline_Parameter_From_Expression | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | Export_C3DFile | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | /SUFFIX= | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ; | ||
+ | </ | ||
+ | ===== Example: Exporting all C3D files from the Workspace ===== | ||
+ | |||
+ | This example will export all C3D files in the Workspace | ||
+ | |||
+ | < | ||
+ | Export_C3DFile | ||
+ | / | ||
+ | !/ | ||
+ | / | ||
+ | /Suffix= | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | Note that the **/ | ||
+ | |||
+ | < | ||
+ | ! This will allow the user to set the folder path for the destination files | ||
+ | Set_Pipeline_Parameter_To_Folder_Path | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | ! Export all C3D files in the Workspace to the Folder path specified by the user | ||
+ | Export_C3DFile | ||
+ | / | ||
+ | !/ | ||
+ | / | ||
+ | /Suffix= | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | ===== Exporting Processed Signals ===== | ||
+ | |||
+ | If **/ | ||
+ | |||
+ | If there are no signals in the PROCESSED folder, the exported C3D file will contain no POINT data. | ||
+ | |||
+ | < | ||
+ | ! This will allow the user to set the folder path for the destination files | ||
+ | Set_Pipeline_Parameter_To_Folder_Path | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | ! Export all C3D files in the Workspace to the Folder path specified by the user | ||
+ | ! Visual3D exports only data from the TARGET PROCESSED folder | ||
+ | Export_C3DFile | ||
+ | / | ||
+ | !/ | ||
+ | / | ||
+ | /Suffix= | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | / | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | [[Visual3D: | ||
+ | |||
+ | |||
visual3d/documentation/pipeline/file_commands/export_c3dfile.1720790965.txt.gz · Last modified: 2024/07/12 13:29 by sgranger