|
a |
|
b/Application/Examples/StatisticalScalingPlugin/Main.any |
|
|
1 |
#include "libdef.any" |
|
|
2 |
|
|
|
3 |
Main = |
|
|
4 |
{ |
|
|
5 |
// BodyModel configuration: |
|
|
6 |
#include "BodyModelConfiguration.any" |
|
|
7 |
|
|
|
8 |
#include "<ANYBODY_PATH_AMMR>/Tools/Plugins/ANSUR_Plugin.any" |
|
|
9 |
|
|
|
10 |
// Define a path variable so the plugin knows where to write |
|
|
11 |
// Anthropometric information. |
|
|
12 |
#path ANSUR_PLUGIN_ANYMAN_FILE "AnyMan_ANSUR.any" |
|
|
13 |
#include "<ANSUR_PLUGIN_ANYMAN_FILE>" |
|
|
14 |
|
|
|
15 |
// Include the Human model from AMMR |
|
|
16 |
#include "<ANYBODY_PATH_BODY>\HumanModel.any" |
|
|
17 |
|
|
|
18 |
|
|
|
19 |
}; //Main |
|
|
20 |
|