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.2*{1,1,1};};
};//GlobalRef
};