Switch to unified view

a b/Body/Mandible/SymmetricMandible_AU/SymmetricMandible.root.any
1
/// Segment definitions
2
AnyFolder Seg = {
3
  #include "Seg.any"
4
};
5
6
/// Joints definitions
7
AnyFolder Jnt = {
8
  #include "Jnt.any"  
9
};
10
11
12
/// Muscle definitions
13
AnyFolder Mus = {
14
  #include "MusRight.any"
15
  #include "MusLeft.any"  
16
};
17
18
19
/// MuscleParameter definitions
20
AnyFolder MusPar = {
21
  #include "MusParSimple.any" 
22
};
23
24
AnyFolder NonSymmetricCase = {
25
  AnyVar RamusShortening = 0.0; //The amount of shortening in the Ramus on the left side in mm
26
  AnyVar ForceRatioMasseter = 1.0; //The ratio of musce force between the healthy and affected side
27
  AnyVar ForceRatioMedPterygoid = 1.0; //The ratio of musce force between the healthy and affected side
28
  AnyVar ForceRatioLatPterygoid = 1.0; //The ratio of musce force between the healthy and affected side
29
};