a b/Body/Beta/UlmRat/Segments.any
1
/** Folder with definitions of the the segments of the rat body model */
2
AnyFolder Seg = {
3
  
4
  // Definition of Spine and Pelvis segment
5
  #include "SpinePelvis.any"
6
  
7
  // Definition of Femur segment(s)
8
  #if FRACTUREMODEL
9
  #include "Femur_Split.any"
10
  #else
11
  #include "Femur.any"
12
  #endif
13
  
14
  // Definition of Patella segment
15
  #include "Patella.any"
16
  
17
  // Definition of Tibia segment
18
  #include "Tibia.any"
19
  
20
  // Definition of Metatarsus segment
21
  #include "Metatarsus.any"
22
  
23
  // Definition of Phalanges segment
24
  #include "Phalanges.any"
25
  
26
                   
27
}; // AnyFolderSeg