Scaling Tutorial - Problems with DrawExternalMeasures file - lesson 2

Hello all,

I am doing the scaling tutorial and I’m trying to see the external measurements on the model within lesson 2. I have uncommented the portion of code which allows AnyBody to draw the external measurements but when I run the code I get the following error:

" [SIZE=2]’<BM_LEG_PATH>/NodeForScalingExt.any’ : Path definition does not exist."

It appears that the string <BM_LEG_PATH> was supposed to have been set but was never set in the include file.

Could someone provide assistance?

Thanks,

Brandon Brown
[/SIZE]

Hi Brandon,

Very sorry for the late reply! There are two issues with this tutorial due to it originally being written for an earlier version of the AMMR. We need to fix this in the next version, so thank you for bringing this to our attention! :slight_smile:

To make it work, do thw following:

  1. Add this statement at the start of your main file:
    #path BM_LEG_PATH “<ANYBODY_PATH_BODY>\LegTLEM”

  2. In “DrawExternalMeasures.any”, replace the define statement for HUMAN_MODEL with this:
    #define HUMAN_MODEL Main.HumanModel.BodyModel

Hope this helps :slight_smile:

Regards,
Ananth