[770c98]: / Application / Examples / WheelChairRancho / Model / HumanModel.any

Download this file

24 lines (19 with data), 811 Bytes

  
  AnyFolder HumanModel = {
    
    AnyFolder &Mannequin=.Model.Mannequin;
    // #include "<ANYBODY_PATH_BODY>\BodyModels\TrunkNoMusclesRightArm\BodyModel.Any"
    #include  "BodyPartsSetup.any"
    #include  "<ANYBODY_PATH_BODY>/BodyModels/GenericBodyModel/BodyModel.any"
    
    AnyFolder StrengthParameters={
      AnyVar SpecificMuscleTensionSpine= 90; //N/cm^2
      AnyVar StrengthIndexLeg= 1; 
      AnyVar SpecificMuscleTensionShoulderArm= 90; //N/cm^2
    };
    #include "<ANYBODY_PATH_BODY>\Scaling\ScalingStandard.any"
    
    //include the marker set
    
    BodyModel.Right={ 
      #include "<ANYBODY_PATH_MODELUTILS>\Markersets\ShoulderArmMarkers.any"
    };
    BodyModel.Trunk={
      #include "<ANYBODY_PATH_MODELUTILS>\Markersets\SpineMarkers.any"
    };
  };