visual3d:documentation:pipeline:file_commands:export_c3dfile
This is an old revision of the document!
Table of Contents
Export C3DFile
Overview
The Export_C3DFile command is available in the Visual3D as a way to export a C3D file.
- The manual option 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 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.
There are two ways to export to a C3D File. One is through the Export Menu commands that can be found in the File
Pipeline Command
The command below is as seen on the Visual3D application, it has many parameters as there are many options to manipulate this command.
Export_C3DFile ! /OLD_FILE_NAME= ! /NEW_FILE_NAME= ! /DESTINATION_FOLDER= ! /SUFFIX=_ ! /CREATE_FOLDER_PATH=FALSE ! /PROMPT_FOR_NEW_FILE=TRUE ! /IF_NEWFILE_EXISTS_REPLACE=FALSE ! /EXPORT_ENDIAN= ! /TRUNCATE_POINT_LABELS=FALSE ! /USE_ORIGINAL_START_FRAME=FALSE ! /EXPORT_START_FRAME=1 ! /EXPORT_END_FRAME=EOF ! /EXPORT_PROCESSED_TARGET_DATA=FALSE ! /EXPORT_PROCESSED_ANALOG_DATA=FALSE ! /TRUNCATE_PARAMETER_SECTION=FALSE /EXPORT_ALL_LANDMARKS=FALSE ! /EXPORT_DIGITIZING_LANDMARKS=FALSE ! /EXPORT_FUNCTIONAL_LANDMARKS=FALSE ! /EXPORT_EMPTY_TARGETS=FALSE ! /EVENT_LABELS= ! /EXPORT_OLD_EVENT_LABELS=FALSE ;
Command Parameters
The Export_C3DFile command parameter definitions are found below:
Parameter | Description |
/OLD_FILE_NAME= | The name of a c3d file in the workspace. Wildcards (*) are acceptable. |
/NEW_FILE_NAME= | The names of the files to be exported. |
/DESTINATION_FOLDER= | The name of the folder to save the files. If no folder is specified, the user is prompted for the folder. |
/SUFFIX= | The suffix is added to the new filename. |
/CREATE_FOLDER_PATH=FALSE| | |/PROMPT_FOR_NEW_FILE=TRUE | |
/EXPORT_ENDIAN= | The endian for the exported file. |
/TRUNCATE_POINT_LABELS=FALSE | Exports all point labels with 4 characters. |
/USE_ORIGINAL_START_FRAME=FALSE |
/EXPORT_ENDIAN= | The endian for the exported file. |
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 /PARAMETER_NAME= FOLDER /PARAMETER_VALUE= ; ! 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 /Old_File_Name= *.c3d !/New_File_Name= /Destination_Folder=::FOLDER /Suffix= !/Export_Endian= !/Truncate_Point_Labels= !/USE_ORIGINAL_START_FRAME=FALSE !/EXPORT_START_FRAME=1 !/EXPORT_END_FRAME=EOF /Export_Processed_Data= TRUE !/Truncate_Parameter_Section=false !/Export_Junk_Targets=false !/Export_Old_Event_Labels=false !/Event_Labels= !/Number_Of_Frames_To_Export=ALL ;
visual3d/documentation/pipeline/file_commands/export_c3dfile.1749233000.txt.gz · Last modified: 2025/06/06 18:03 by wikisysop