Hi
I would use the AnyInputC3D object and use the settings like Sylvain is suggesting 27/10 and this still leave you with no visible markers. This can be because the markers are regarded as processed data. This sometimes happens that the software writing the C3D files marks it all as procesed data. Processed data is supposed to be things like a kneeangles etc… not a marker trajectory
In the AnyInputC3D object there is a swicth that will fix this please see example below:
[SIZE=3]AnyInputC3D[/SIZE] C3DFileData = {
FileName = “Bow0004-processed.c3d”;
ConstructModelOnOff = Off;
MarkerUseAllPointsOnOff = Off;
MarkerUseCamMaskOnOff = Off; //if you have problems with markers howing up in processed data set this to Off
PointsScaleFactor = 1/1000;
MarkerLabels = {“RFHD”,“LFHD”,“RBHD”,“LBHD”,“CLAV”,“C7”,“T10”,“STRN”,“RBAK”,“RSHO”,“LSHO”,“RUPA”,“LUPA”,“RELB”,“LELB”,“RFRA”,“LFRA”,“RWRA”,“RWRB”,“LWRB”,“RFIN”,“RASI”,
“LASI”,“RPSI”,“LPSI”,“RTHI”,“LTHI”,“RKNE”,“LKNE”,“RTIB”,“LTIB”,“RANK”,“LANK”,“RHEE”,“LHEE”,“RTOE”,“LTOE”,“RMT5”,“LMT5”};
Best regards
Søren