Download this file

16 lines (11 with data), 429 Bytes

AnyFolder EnvironmentModel = {
  
  /* **********************************************************
  This folder contains the definition of the Environment
  - GlobalRefFrame
  
  ********************************************************** */  
  
  AnyFixedRefFrame GlobalRef = {
    Origin ={0.0,0.0,0.0}; 
    #include "drawcoorsystem.any"
    AnyDrawRefFrame drw={ScaleXYZ=0.3*{1,1,1};};
    
  };//GlobalRef
};