[770c98]: / Application / Examples / LegPressMachine / Model / SupportParameters.any

Download this file

10 lines (9 with data), 282 Bytes

AnyFolder SupportSettings = 
{  
  AnyVar StaticFrictionSeat = 0.2;
  AnyVar StaticFrictionBackrest = 0.2;
  AnyVar StaticFrictionFootrest = 0.2; 
  
  AnyVar LowerbodySupportStrength=1000 ;
  AnyVar BackrestSupportStrength=1000 ;
  AnyVar FootrestSupportStrength=1000 ;
};