--- a +++ b/Application/Examples/FacetJointModel/Model/Environment.any @@ -0,0 +1,19 @@ +//--------------------------------------------------------------- +// Chair package +//--------------------------------------------------------------- + +// AnyFolder &RefPP = Main.PackageParameters; + +//------------------------------------------------------ +// Global Reference Frame +//------------------------------------------------------ + + + +AnyFixedRefFrame GlobalRef = { + + AnyRefNode GroundNode = { + sRel = {0.0, 0.0, 0.0}; + }; + +}; \ No newline at end of file