|
a |
|
b/Application/Examples/LegPressMachine/Model/DesignParameters.any |
|
|
1 |
AnyFolder DesignParameters = |
|
|
2 |
{ |
|
|
3 |
AnyVar Back_Rest_Width = 0.35; |
|
|
4 |
AnyVar Back_Rest_Height = 1.0 ; |
|
|
5 |
AnyVar Back_Rest_Thick = 0.15; |
|
|
6 |
AnyVar Back_Rest_Tilt_Angle = 130; // 90~180 deg |
|
|
7 |
AnyVar Back_Rest_Density = 1000; |
|
|
8 |
|
|
|
9 |
AnyVar Hip_Rest_Width = Back_Rest_Width ; |
|
|
10 |
AnyVar Hip_Rest_Height = 0.4; |
|
|
11 |
AnyVar Hip_Rest_Thick = Back_Rest_Thick ; |
|
|
12 |
AnyVar Hip_Rest_Tilt_Angle = 30; // 0~90 deg |
|
|
13 |
AnyVar Hip_Rest_Density = 1000; |
|
|
14 |
|
|
|
15 |
AnyVar Foot_Rest_Width = 0.5; |
|
|
16 |
AnyVar Foot_Rest_Height = 0.7; |
|
|
17 |
AnyVar Foot_Rest_Thick = 0.05; |
|
|
18 |
AnyVar Foot_Rest_Tilt_Angle = Hip_Rest_Tilt_Angle + 90; |
|
|
19 |
AnyVar Foot_Rest_Initial_Distance = 0.8; |
|
|
20 |
AnyVar Foot_Rest_Density = 1000; |
|
|
21 |
|
|
|
22 |
AnyVar Foot_Rest_ToeNode_H_Offset = 0.11; |
|
|
23 |
AnyVar Foot_Rest_ToeNode_V_Offset = 0.27 ; |
|
|
24 |
//AnyVar Foot_Rest_ToeNode_V_Offset = -0.13 ; |
|
|
25 |
|
|
|
26 |
AnyVar Foot_Rest_ToeNode_Rotation = -10; |
|
|
27 |
|
|
|
28 |
AnyVar Barbell_Radius = 0.3; |
|
|
29 |
AnyVar Barbell_Thick = 0.15; |
|
|
30 |
AnyVar Barbell_Density = 1000; |
|
|
31 |
|
|
|
32 |
AnyVar Handle_Radius = 0.02; |
|
|
33 |
AnyVar Handle_Length = 0.5; |
|
|
34 |
AnyVar Handle_Density = 1000; |
|
|
35 |
AnyVar Handle_Dis_Offset = 0.1; |
|
|
36 |
}; |