ospgrillage.load.create_moving_load#
- create_moving_load(**kwargs)#
User interface function to create Moving Load object. Following this function, users are required to:
*. Set a common path to object via
set_path()
*. Add loads to object viaadd_load()
- Returns:
MovingLoad
object- Keyword:
**common_path**(Path): Path object for all load groups added to the Moving load object to traverse
**global_increment**(float or int): Number of increments to discretize Path object. This keyword is only used in advance usage where Moving Load contains multiple load groups each with unique path objects.