Vicon c3d file format

Mime Type: application/c3d-vicon+trial

File Suffix: .c3d

The C3D file format (www.c3d.org) is a public domain, binary file format that is used in Biomechanics, Animation and Gait Analysis laboratories to record synchronized 3D and analog data. This component implements read routines for this format and also for the non standard extentions made by Vicon and used by Vicon Workstation and Nexus. Write routines are also available but not yet tested.

The usage of the c3d format is not recommended due to its restrictions and the manifold of unspecified workarounds to overcome them.

Some examples:

The following list reports the parameters' format which are not supported by Vicon products:

Informations display

Vicon products (Workstation and Nexus) use the parameter EVENT:ICON_IDS to determine the type of the event (i.e. General, Foot Strike, Foot Off). Then, if the correct id is not set, their display are not correct. Even if there is no rule for the id value, these 3 next values are used in Vicon Workstation and Nexus:

  General event: 0
  Foot Strike: 1
  Foot Off: 2 

Without the use of these values, it is known that Workstation and Nexus put all events in general. For Polygon, one user reported that some points had their values set to 0 when all events have their id set to 0.