Switch to unified view

a b/Application/Examples/StatisticalScalingPlugin/BodyModelConfiguration.any
1
#path __BM_PLUGIN_FILE__ "BodyModelConfiguration.any"
2
#define BM_CONFIG_PLUGIN __BM_PLUGIN_FILE__
3
4
// -----------------------------------------------------------------------------------
5
// The BodyModel configuration can be modified using BodyModel GUI plugin
6
// or by manually editing this file.
7
//
8
// Please see this this file for more information on the options:
9
// #path HTML_DOC "<AMMR_PATH_DOC>/bm_config/index.html"
10
// -----------------------------------------------------------------------------------
11
12
// Enable/disable default mannequin drivers on all degrees of freedom
13
#define BM_MANNEQUIN_DRIVER_DEFAULT ON
14
15
#define BM_SCALING _SCALING_XYZ_
16
17
// Note: Use another scaling law to allow for changing
18
// values in Main.HumanModel.Anthropometrics.SegmentDimensions
19
// e.g. #define BM_SCALING _SCALING_LENGTHMASSFAT_ 
20