Skip to content

Commit f8276ca

Browse files
committed
Remove achilles tendon wrapping which have sneak back to this branch
1 parent 3e906a1 commit f8276ca

File tree

1 file changed

+11
-39
lines changed

1 file changed

+11
-39
lines changed

Body/AAUHuman/LegTLEM/Mus.any

+11-39
Original file line numberDiff line numberDiff line change
@@ -22,71 +22,41 @@ AnyMuscleViaPoint SoleusMedialis1 = {
2222
AnyMuscleModel &MusMdl = ..MuscleModels.SoleusMedialis1Par;
2323
AnyRefNode &Org = ..Seg.Shank.SoleusMedialis1Node;
2424
AnyRefNode &Ins = ..Seg.Foot.SoleusMedialis1Node;
25-
AnySurface &srf1 = ..Seg.Shank.AchillesWrapping1.Cyl;
26-
AnySurface &srf2 = ..Seg.Shank.AchillesWrapping2.Cyl;
27-
SPLine = {
28-
StringMesh = 30;
29-
AnyMatrix InitWrapPos = {
30-
transf3D({1.005*.srf1.Radius, 0, 0.5*.srf1.Length }, &.srf1 ) ,
31-
transf3D({-1.005*.srf2.Radius, 0, 0.5*.srf2.Length }, &.srf2 )
32-
};
33-
InitWrapPosVecArr = {&InitWrapPos, None};
34-
};
3525
viewMuscle = {#include "../DrawSettings/MusDrawSettings.any"};
3626
};
3727

3828
AnyMuscleViaPoint SoleusMedialis2 = {
3929
AnyMuscleModel &MusMdl = ..MuscleModels.SoleusMedialis2Par;
4030
AnyRefNode &Org = ..Seg.Shank.SoleusMedialis2Node;
4131
AnyRefNode &Ins = ..Seg.Foot.SoleusMedialis2Node;
42-
AnySurface &srf1 = ..Seg.Shank.AchillesWrapping1.Cyl;
43-
AnySurface &srf2 = ..Seg.Shank.AchillesWrapping2.Cyl;
44-
SPLine.StringMesh = 30;
45-
SPLine.InitWrapPosVecArr = .SoleusMedialis1.SPLine.InitWrapPosVecArr;
4632
viewMuscle = {#include "../DrawSettings/MusDrawSettings.any"};
4733
};
4834

4935
AnyMuscleViaPoint SoleusMedialis3 = {
5036
AnyMuscleModel &MusMdl = ..MuscleModels.SoleusMedialis3Par;
5137
AnyRefNode &Org = ..Seg.Shank.SoleusMedialis3Node;
5238
AnyRefNode &Ins = ..Seg.Foot.SoleusMedialis3Node;
53-
AnySurface &srf1 = ..Seg.Shank.AchillesWrapping1.Cyl;
54-
AnySurface &srf2 = ..Seg.Shank.AchillesWrapping2.Cyl;
55-
SPLine.StringMesh = 30;
56-
SPLine.InitWrapPosVecArr = .SoleusMedialis1.SPLine.InitWrapPosVecArr;
5739
viewMuscle = {#include "../DrawSettings/MusDrawSettings.any"};
5840
};
5941

6042
AnyMuscleViaPoint SoleusLateralis1 = {
6143
AnyMuscleModel &MusMdl = ..MuscleModels.SoleusLateralis1Par;
6244
AnyRefNode &Org = ..Seg.Shank.SoleusLateralis1Node;
6345
AnyRefNode &Ins = ..Seg.Foot.SoleusLateralis1Node;
64-
AnySurface &srf1 = ..Seg.Shank.AchillesWrapping1.Cyl;
65-
AnySurface &srf2 = ..Seg.Shank.AchillesWrapping2.Cyl;
66-
SPLine.StringMesh = 30;
67-
SPLine.InitWrapPosVecArr = .SoleusMedialis1.SPLine.InitWrapPosVecArr;
6846
viewMuscle = {#include "../DrawSettings/MusDrawSettings.any"};
6947
};
7048

7149
AnyMuscleViaPoint SoleusLateralis2 = {
7250
AnyMuscleModel &MusMdl = ..MuscleModels.SoleusLateralis2Par;
7351
AnyRefNode &Org = ..Seg.Shank.SoleusLateralis2Node;
7452
AnyRefNode &Ins = ..Seg.Foot.SoleusLateralis2Node;
75-
AnySurface &srf1 = ..Seg.Shank.AchillesWrapping1.Cyl;
76-
AnySurface &srf2 = ..Seg.Shank.AchillesWrapping2.Cyl;
77-
SPLine.StringMesh = 30;
78-
SPLine.InitWrapPosVecArr = .SoleusMedialis1.SPLine.InitWrapPosVecArr;
7953
viewMuscle = {#include "../DrawSettings/MusDrawSettings.any"};
8054
};
8155

8256
AnyMuscleViaPoint SoleusLateralis3 = {
8357
AnyMuscleModel &MusMdl = ..MuscleModels.SoleusLateralis3Par;
8458
AnyRefNode &Org = ..Seg.Shank.SoleusLateralis3Node;
8559
AnyRefNode &Ins = ..Seg.Foot.SoleusLateralis3Node;
86-
AnySurface &srf1 = ..Seg.Shank.AchillesWrapping1.Cyl;
87-
AnySurface &srf2 = ..Seg.Shank.AchillesWrapping2.Cyl;
88-
SPLine.StringMesh = 30;
89-
SPLine.InitWrapPosVecArr = .SoleusMedialis1.SPLine.InitWrapPosVecArr;
9060
viewMuscle = {#include "../DrawSettings/MusDrawSettings.any"};
9161
};
9262

@@ -109,10 +79,10 @@ AnyMuscleShortestPath GastrocnemiusLateralis1 = {
10979
SPLine = {
11080
StringMesh = 30;
11181
AnyMatrix InitWrapPos = {
112-
transf3D({1.005*.srf1.Radius, 0, 0.5*.srf1.Length }, &.srf1 ) ,
113-
transf3D({-1.005*.srf2.Radius, 0, 0.5*.srf2.Length }, &.srf2 )
82+
transf3D({1.1*.srf.Radius, ...Sign*1.1*.srf.Radius, 0.5*.srf.Length }, &.srf ) ,
83+
// transf3D({-1.005*.srf2.Radius, 0, 0.5*.srf2.Length }, &.srf2 )
11484
};
115-
InitWrapPosVecArr = {None,None,None,&InitWrapPos, None};
85+
InitWrapPosVecArr = {&InitWrapPos,None,None,None, None};
11686
};
11787
viewMuscle = {
11888
#include "../DrawSettings/MusDrawSettings.any"
@@ -134,7 +104,7 @@ AnyMuscleShortestPath GastrocnemiusMedialis1 = {
134104
AnyRefNode &Via9 = ..Seg.Shank.GastrocnemiusMedialis9ViaNode;
135105
AnyRefNode &Ins = ..Seg.Foot.GastrocnemiusMedialis1Node;
136106
SPLine.StringMesh = 30;
137-
SPLine.InitWrapPosVecArr = {None,None,None, None, None, &.GastrocnemiusLateralis1.SPLine.InitWrapPos, None};
107+
SPLine.InitWrapPosVecArr = {None, &.GastrocnemiusLateralis1.SPLine.InitWrapPos, None, None, None, None, None, None};
138108
viewMuscle = {#include "../DrawSettings/MusDrawSettings.any"};
139109
};
140110

@@ -1834,12 +1804,14 @@ AnyMuscleShortestPath Plantaris1 = {
18341804
AnySurface &srf = ..Seg.Thigh.GastroWrapSurf.cyl;
18351805
SPLine = {
18361806
AnyMatrix InitWrapPos = {
1837-
transf3D({1.005*.srf1.Radius, 0, 0.5*.srf1.Length }, &.srf1 ) ,
1838-
transf3D({-1.005*.srf2.Radius, 0, 0.5*.srf2.Length }, &.srf2 )
1839-
};
1840-
InitWrapPosVecArr = {&InitWrapPos, None};
1807+
transf3D({0.5*.srf.Radius, 1.2*...Sign*.srf.Radius, 0.8*.srf.Length}, &.srf)
1808+
};
1809+
InitWrapPosVecArr = {&InitWrapPos};
1810+
StringMesh = 90;
1811+
};
1812+
AnyRefNode &Ins = ..Seg.Foot.Plantaris1Node;
1813+
AnyDrawMuscle DrwMus = {#include "../DrawSettings/MusDrawSettings.any"
18411814
};
1842-
viewMuscle = {#include "../DrawSettings/MusDrawSettings.any"};
18431815
};
18441816
#endif
18451817

0 commit comments

Comments
 (0)