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 via
set_path().Add loads via
add_load().
- Parameters:
common_path (Path) – Path object that all load groups will traverse.
global_increment (float or int, optional) – Number of increments for discretizing the Path object. Used in advanced cases where a MovingLoad has multiple load groups each with a unique path.
- Returns:
MovingLoadobject.