[770c98]: / Tests / Symmetry / DynamicTest / Model / Environment.any

Download this file

16 lines (10 with data), 393 Bytes

AnyFolder EnvironmentModel = {
  
  /* **********************************************************
  This folder contains the definition of the Environment
  - GlobalRefFrame
  
  ********************************************************** */  
  
  AnyFixedRefFrame GlobalRef = {
    Origin ={0,0,0}; 
   
    AnyDrawRefFrame drw={ScaleXYZ=0.3*{1,1,1};};
    
  };//GlobalRef
};