[770c98]: / Body / Mandible / NormalMandible_AAU / NormalMandibleHill2E.root.any

Download this file

29 lines (22 with data), 618 Bytes

// Segments
AnyFolder Seg = {
  #include "Seg.any"
};

// Joints
AnyFolder Jnt = {
  #include "Jnt.any"  
};


// Muscles
AnyFolder Mus = {
  #include "MusRight.any"
  #include "MusLeft.any"  
};


// MuscleParameters
AnyFolder MusPar = {
  #include "MusParHill2E.any" 
};

AnyFolder NonSymmetricCase = {
  AnyVar RamusShortening = 0.0; //The amount of shortening in the Ramus on the left side in mm
  //AnyVar ForceRatio = 0.75; //The ratio of musce force between the healthy and affected side
  AnyVar ForceRatio = 1.0; //The ratio of musce force between the healthy and affected side
};