Switch to unified view

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