ospgrillage.load.MovingLoad.add_load#

MovingLoad.add_load(load_obj: Loads | CompoundLoad, path_obj=None)#

Function to set a load type (Loads class object) with its path (Path class object). Function accepts compound load (Compound load class) as a load input, which in turn sets the path object to all loads within the compound load group.

Parameters:
  • load_obj – Loads class object , or Compound load object

  • path_obj – Path class object - this is for advance use, where users specify unique path object for each load within the moving load object.