--- a
+++ b/Application/Examples/StandingModel/Model/BodyModelConfiguration.any
@@ -0,0 +1,27 @@
+#path __BM_PLUGIN_FILE__ "BodyModelConfiguration.any"
+#define BM_CONFIG_PLUGIN __BM_PLUGIN_FILE__
+
+// -----------------------------------------------------------------------------------
+// The BodyModel configuration can be modified using BodyModel GUI plugin
+// or by manually editing this file.
+//
+// Please see this this file for more information on the options:
+// #path HTML_DOC "<AMMR_PATH_DOC>/bm_config/index.html"
+// -----------------------------------------------------------------------------------
+
+// Enable/disable default mannequin drivers on all degrees of freedom
+#define BM_MANNEQUIN_DRIVER_DEFAULT ON
+
+// Enable/disable the detailed hand
+#define BM_ARM_DETAILED_HAND ON
+
+// Enable the TLEM2 lower extremity model
+#define BM_LEG_MODEL _LEG_MODEL_TLEM2_
+
+// Antropometry is locked to a 50 percentile male.
+#define BM_SCALING _SCALING_STANDARD_
+
+// Note: Use another scaling law to allow for changing
+// values in Main.HumanModel.Anthropometrics.SegmentDimensions
+// e.g. #define BM_SCALING _SCALING_LENGTHMASSFAT_ 
+