|
The M3 Tracker Body Definition File uses the old Windows INI file format. It has a main section named Settings and each body in sections named Body-nn with body number 1 named Body-001.
[Settings]
NoOfBodies=n
|
Number of bodies defined in this file
|
MaxResidual=max
|
Max 3D Residuals to use with this body file
|
Tolerance=percent
|
Body measurement tolerance. This is how much the body measurements can deviate from actual distances.
|
[Body-nn]
Name=string
|
Name of the body without any quotes. Can contain spaces.
|
LongArm=length
|
Length of the long arm in system units.
|
ShortArm=length
|
Length of the short arm in system units.
|
Diagonal=length
|
Length of the diagonal (hypotenuse) arm in system units.
|
Is90=0/1
|
Specifies if this is a 90 Deg triangle, i.e., a right-angled triangle.
|
NoOfMarkers=3
|
Number of markers in this body. This will always be 3.
|
Example of a M3 Body Definition File with 2 bodies defined
[Settings]
NoOfBodies=2
MaxResidual=1.500000
Tolerance=5.000000
[Body.01]
Name=Small Active
LongArm=31.799999
ShortArm=13.900000
Is90=0
Diagonal=27.900000
NoOfMarkers=3
[Body.02]
Name=Large Active
LongArm=34.189190
ShortArm=44.469341
Is90=0
Diagonal=58.560440
NoOfMarkers=3
< Back
|