|
a |
|
b/Body/AAUHuman/Trunk/SpleniusCervicisLeft.any |
|
|
1 |
AnyFolder SpleniusCervicis = { |
|
|
2 |
AnyMuscleViaPoint SpleniusCervicisT3C1 = { |
|
|
3 |
AnyMuscleModel &MusMdl = ...MuscleParametersCervicalSpineLeft.SpleniusCervicisT3C1Par; |
|
|
4 |
AnyRefNode &Org = ...SegmentsThorax.T3Seg.SpleniusCervicisNodeL; |
|
|
5 |
AnyRefNode &Ins = ...SegmentsCervicalSpine.C1Seg.SpleniusCervicisT3C1NodeL; |
|
|
6 |
viewMuscle = {#include "../drawSettings/MusDrawSettings.any"}; |
|
|
7 |
}; |
|
|
8 |
|
|
|
9 |
AnyMuscleViaPoint SpleniusCervicisT3C2 = { |
|
|
10 |
AnyMuscleModel &MusMdl = ...MuscleParametersCervicalSpineLeft.SpleniusCervicisT3C2Par; |
|
|
11 |
AnyRefNode &Org = ...SegmentsThorax.T3Seg.SpleniusCervicisNodeL; |
|
|
12 |
AnyRefNode &Ins = ...SegmentsCervicalSpine.C2Seg.SpleniusCervicisT3C2NodeL; |
|
|
13 |
viewMuscle = {#include "../drawSettings/MusDrawSettings.any"}; |
|
|
14 |
}; |
|
|
15 |
|
|
|
16 |
AnyMuscleViaPoint SpleniusCervicisT3C3 = { |
|
|
17 |
AnyMuscleModel &MusMdl = ...MuscleParametersCervicalSpineLeft.SpleniusCervicisT3C3Par; |
|
|
18 |
AnyRefNode &Org = ...SegmentsThorax.T3Seg.SpleniusCervicisNodeL; |
|
|
19 |
AnyRefNode &Ins = ...SegmentsCervicalSpine.C3Seg.SpleniusCervicisT3C3NodeL; |
|
|
20 |
viewMuscle = {#include "../drawSettings/MusDrawSettings.any"}; |
|
|
21 |
}; |
|
|
22 |
|
|
|
23 |
}; |