|
a |
|
b/app/config/anybody_templates/Thumb.template |
|
|
1 |
/* |
|
|
2 |
####### File automatically generated by Python (AnyWriter) |
|
|
3 |
*/ |
|
|
4 |
|
|
|
5 |
//Interpolationvector for {FINGERNAME} |
|
|
6 |
AnyVector CMCFlexionVec={{{CMCFLEXION}}}; |
|
|
7 |
AnyVector CMCAbductionVec={{{CMCABDUCTION}}}; |
|
|
8 |
AnyVector MCPFlexionVec={{{MCPFLEXION}}}; |
|
|
9 |
AnyVector MCPAbductionVec={{{MCPABDUCTION}}}; |
|
|
10 |
AnyVector DIPFlexionVec={{{DIPFLEXION}}}; |
|
|
11 |
|
|
|
12 |
|
|
|
13 |
// Not used in Anybody, needed for printing |
|
|
14 |
AnyVector CMCDeviationPlotVec={{{CMCDEVIATION}}}; |
|
|
15 |
AnyVector MCPDeviationPlotVec={{{MCPDEVIATION}}}; |
|
|
16 |
AnyVector DIPAbductionPlotVec={{{DIPABDUCTION}}}; |
|
|
17 |
AnyVector DIPDeviationPlotVec={{{DIPDEVIATION}}}; |
|
|
18 |
|
|
|
19 |
|
|
|
20 |
AnyMatrix CMC1 = {{CMCFlexionVec, CMCAbductionVec, CMCDeviationPlotVec}}'; |
|
|
21 |
AnyMatrix MCP1 = {{MCPFlexionVec, MCPAbductionVec, MCPDeviationPlotVec}}'; |
|
|
22 |
AnyMatrix DIP1 = {{DIPFlexionVec, DIPAbductionPlotVec, DIPDeviationPlotVec}}'; |