[770c98]: / Tests / Applications / test_FacetJointModel.any

Download this file

28 lines (24 with data), 1.0 kB

//# Note. Since these tests include main files from other
//# applications they alter the ANYBODY_PATH_MAINFILEDIR and 
//# ANYBODY_PATH_MAINFILE preprocessor flags. 
//#
//# If these flags are important to the model they must be mocked by the
//# test framework. This can be done by adding the following test directives. 
//# path = {'ANYBODY_PATH_MAINFILEDIR':'../../Application/Examples/FacetJointModel',
//#         'ANYBODY_PATH_MAINFILE':'../../Application/Examples/FacetJointModel/FacetJointModel.main.any' }
//#
//save_study=["Main.Study"]

#include "../libdef.any"

#include "../../Application/Examples/FacetJointModel/FacetJointModel.main.any"

Main = 
{
#ifndef CREATE_IMAGE
  AnyOperation& RunTest = Main.RunApplication;
#else
  #include "../Cameras.any"
  AnyOperation& CameraInitPos = Main.Study.InitialConditions;
  LoadTimeCam.CameraLookAtPoint = {-0.05,0.2,0};
  LoadTimeCam.CameraFieldOfView = DesignVar(0.65);
  LoadTimeCam.CameraDirection  = {0,0,1};
#endif
};