Switch to unified view

a b/Application/Examples/THA-KneeBendDemo/Model/Environment.any
1
2
AnyFolder EnvironmentModel = {
3
  
4
  /* **********************************************************
5
  This folder contains the definition of the Environment
6
  - GlobalRefFrame
7
  
8
  ********************************************************** */  
9
  
10
  AnyFixedRefFrame GlobalRef = {
11
    Origin ={0.0,0.0,0.0}; 
12
    #include "drawcoorsystem.any"
13
    AnyDrawRefFrame drw={ScaleXYZ = 0.2*{1,1,1};};
14
    
15
  };//GlobalRef
16
};