Switch to unified view

a b/Tools/Templates/Human/Model/DrawSettings.any
1
2
DrawSettings ={
3
4
  
5
  //This is the color definitions of the nodes and segments
6
 Colors = {
7
  AnyBodyRed = {149/256,51/256,55/256};    //AnyBody standard red
8
  AnyBodyGreen = {47/256,131/256,80/256};  //AnyBody standard green
9
  AnyBodyBlue = {82/256,85/256,111/256};   //AnyBody standard blue
10
  AnyBodyYellow= {235/256,197/256,17/256}; //AnyBody standard yellow
11
  AnyBodyPaleYellow = {248/256,204/256,115/256}; //AnyBody standard pale yellow
12
AnyBodyGrey = {153/256,153/256,153/256};    //AnyBody standard grey
13
14
  Nodes = AnyBodyPaleYellow; 
15
  Segments =  AnyBodyPaleYellow; 
16
};
17
18
  Muscle ={ 
19
    RGB = .Colors.AnyBodyRed;
20
    Visible =On;
21
    DrawScaleOnOff =Off;
22
    Bulging =0.0;
23
    ColorScale =1.0;
24
    RGBColorScale = {0.957031, 0.785156, 0.785156};
25
    MaxStress = 2500000.000000; //N/m^2 //This number is for graphics only!
26
    Opacity =1.0;
27
    DrawScale = 
28
    {
29
      EnableCreasing = Off;
30
      CreasingAngle = 0.524;
31
      EnableWireframe = Off;
32
      EnableSmoothing = On;
33
      Param = 0.0;
34
      ParamArray = {0.0, 0.167, 0.333, 0.5, 0.667, 0.833, 1.0};
35
      RGBArray = {{0.0, 0.0, 0.6}, {0.0, 0.0, 1.0}, {0.0, 1.0, 1.0}, {0.0, 1.0, 0.0}, {1.0, 1.0, 0.0}, {1.0, 0.0, 0.0}, {0.6, 0.0, 0.0}};
36
      OpacityArray = {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0};
37
    };
38
  }; 
39
  
40
  
41
    BonesOpacity ={
42
    
43
    GlobalCoef = 1;
44
    
45
    Skull = 1*GlobalCoef;
46
    Thorax = 1*GlobalCoef;
47
    Pelvis = 1*GlobalCoef;
48
    Sacrum = 1*GlobalCoef;
49
    L5 = 1*GlobalCoef;
50
    L4 = 1*GlobalCoef;
51
    L3 = 1*GlobalCoef;
52
    L2 = 1*GlobalCoef;
53
    L1 = 1*GlobalCoef;
54
    
55
    RightFoot = 1*GlobalCoef;
56
    RightShank = 1*GlobalCoef;
57
    RightThigh = 1*GlobalCoef;
58
    
59
    LeftFoot = 1*GlobalCoef;
60
    LeftShank = 1*GlobalCoef;
61
    LeftThigh = 1*GlobalCoef;
62
63
    
64
    RightClavicula = 1*GlobalCoef;
65
    RightScapula = 1*GlobalCoef;
66
    RightHumerus = 1*GlobalCoef;
67
    RightUlna = 1*GlobalCoef;
68
    RightRadius = 1*GlobalCoef;
69
    RightHand = 1*GlobalCoef;
70
    
71
    LeftClavicula = 1*GlobalCoef;
72
    LeftScapula = 1*GlobalCoef;
73
    LeftHumerus = 1*GlobalCoef;
74
    LeftUlna = 1*GlobalCoef;
75
    LeftRadius = 1*GlobalCoef;
76
    LeftHand = 1*GlobalCoef;
77
78
    
79
    // For leg TD only.
80
    RightTalus = 1*GlobalCoef;
81
    RightPatella = 1*GlobalCoef;
82
    
83
    LeftTalus = 1*GlobalCoef;
84
    LeftPatella = 1*GlobalCoef;
85
86
    
87
    // For detailed cervical model only.
88
    C1 = 1*GlobalCoef;
89
    C2 = 1*GlobalCoef;
90
    C3 = 1*GlobalCoef;
91
    C4 = 1*GlobalCoef;
92
    C5 = 1*GlobalCoef;
93
    C6 = 1*GlobalCoef;
94
    C7 = 1*GlobalCoef;
95
  };
96
97
  
98
  
99
  SegmentAxes ={
100
    RGB ={0,0,1};
101
    ScaleXYZ ={0.0001,0.00001,0.00001};
102
  };
103
  BML ={
104
    ScaleXYZ ={0.0006,0.0006,0.0006};
105
    RGB = .Colors.AnyBodyBlue;
106
  };
107
  JointAxesProximal = {
108
    RGB = .Colors.AnyBodyRed;
109
    ScaleXYZ = {0.015,0.015,0.015};
110
  };
111
  JointAxesDistal = {
112
    RGB = .Colors.AnyBodyGreen;
113
    ScaleXYZ = {0.01,0.01,0.01};
114
  };
115
  
116
  
117
  SegmentNodes ={
118
    ScaleXYZ ={0.0005,0.0005,0.0005};
119
    RGB = .Colors.AnyBodyRed;
120
  };
121
  WrapGeometry ={
122
    RGB ={1,1,1};
123
  };
124
  
125
     DrawSettingsSupport={
126
    Lin={ 
127
        ScaleFactor=0.004; 
128
       RGB = {0,0,1};
129
      Thickness = 0.004;
130
      HeadThickness = 2*Thickness;
131
      HeadLength = 3*Thickness;
132
    };
133
    Rot={ 
134
       ScaleFactor=0.08; 
135
      RGB = {1,0,0};
136
       Thickness = 0.075;
137
       HeadThickness = 2*Thickness;
138
       HeadLength = 5*Thickness;
139
    };
140
  };
141
  
142
  
143
  Marker={
144
  Color={0,0,1};
145
  Radius=0.00;
146
  
147
  };
148
149
}; //DrawSettings