create_moving_path#

create_moving_path(**kwargs)#

User interface function to create Path object for moving load.

Parameters:
  • start_point (Point) – Starting point of the path.

  • end_point (Point) – End point of the path.

  • increments (int) – Number of incremental steps along the path. Defaults to 50.

  • mid_point (Point, optional) – Optional intermediate point to define a curved path. Defaults to None.

Returns:

Path object.