Switch to side-by-side view

--- a
+++ b/Tools/ModelUtilities/ArtificialSupport/Artificial.any
@@ -0,0 +1,22 @@
+
+
+
+AnyFolder Hook ={
+  
+ 
+  AnySeg &StartNode=Hook;
+  AnySeg &EndNode=.SegToBeHold;
+  //The terms push and pull are determined wrt. the coordinate system of the StartNode!
+  //StrenghtOfReactionsLin = {XPush,XPull,YPush,YPull,ZPush,ZPull}
+  AnyVar ScaleFactor = 1000;
+  AnyVector StrengthOfReactionsLin = {.Strength,.Strength,.Strength,.RotStrength,.RotStrength,.RotStrength}; //List of strengths for the linear muscles
+  AnyFolder &DrawRef=Main.DrawSettings;
+  #include "../Reactions/XPush.any"   
+  #include "../Reactions/XPull.any"    
+  #include "../Reactions/YPush.any"   
+  #include "../Reactions/YPull.any"    
+  #include "../Reactions/ZPush.any"   
+  #include "../Reactions/ZPull.any"    
+  
+};
+