@@ -78,14 +78,10 @@ AnyMuscleShortestPath GastrocnemiusLateralis1 = {
78
78
AnyRefNode &Ins = ..Seg.Foot.GastrocnemiusLateralis1Node;
79
79
SPLine = {
80
80
StringMesh = 30;
81
- AnyMatrix InitWrapPos = {
81
+ AnyMatrix InitWrapPos1 = {
82
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 )
84
83
};
85
- InitWrapPosVecArr = {&InitWrapPos,None,None,None, None};
86
- };
87
- viewMuscle = {
88
- #include "../DrawSettings/MusDrawSettings.any"
84
+ InitWrapPosVecArr = {&InitWrapPos1,None,None, None, None};
89
85
};
90
86
};
91
87
@@ -104,7 +100,7 @@ AnyMuscleShortestPath GastrocnemiusMedialis1 = {
104
100
AnyRefNode &Via9 = ..Seg.Shank.GastrocnemiusMedialis9ViaNode;
105
101
AnyRefNode &Ins = ..Seg.Foot.GastrocnemiusMedialis1Node;
106
102
SPLine.StringMesh = 30;
107
- SPLine.InitWrapPosVecArr = {None, &.GastrocnemiusLateralis1.SPLine.InitWrapPos, None, None, None, None, None, None};
103
+ SPLine.InitWrapPosVecArr = {None, &.GastrocnemiusLateralis1.SPLine.InitWrapPos1, None, None, None, None, None, None};
108
104
viewMuscle = {#include "../DrawSettings/MusDrawSettings.any"};
109
105
};
110
106
@@ -1804,14 +1800,13 @@ AnyMuscleShortestPath Plantaris1 = {
1804
1800
AnySurface &srf = ..Seg.Thigh.GastroWrapSurf.cyl;
1805
1801
SPLine = {
1806
1802
AnyMatrix InitWrapPos = {
1807
- transf3D({0.5*.srf.Radius, 1.2*...Sign*.srf.Radius, 0.8*.srf.Length}, &.srf)
1808
- };
1809
- InitWrapPosVecArr = {&InitWrapPos};
1803
+ transf3D({1.1*.srf.Radius, ...Sign*1.1*.srf.Radius, 0.5*.srf.Length }, &.srf ) ,
1804
+ };
1810
1805
StringMesh = 90;
1811
- };
1812
- AnyRefNode &Ins = ..Seg.Foot.Plantaris1Node;
1813
- AnyDrawMuscle DrwMus = {#include "../DrawSettings/MusDrawSettings.any"
1806
+ InitWrapPosVecArr = {&InitWrapPos};
1814
1807
};
1808
+ AnyRefNode &Ins = ..Seg.Foot.Plantaris1Node;
1809
+ AnyDrawMuscle DrwMus = {#include "../DrawSettings/MusDrawSettings.any"};
1815
1810
};
1816
1811
#endif
1817
1812
0 commit comments