Instead of looping over tethers/segments/points to find the static point that probably is the winch point, a specific index should be provided. - [x] Add the index here: https://github.com/OpenSourceAWE/SymbolicAWEModels.jl/blob/1fd0932e604e2fc3f0b98956c395289548224a85/src/system_structure.jl#L374 It should be a const, because the structure of the system cannot be changed, only scalar values can be changed. - [x] update the Winch constructor - [x] update the Winch docs - [x] Remove the loop and just use the point_idx here: https://github.com/OpenSourceAWE/SymbolicAWEModels.jl/blob/1fd0932e604e2fc3f0b98956c395289548224a85/src/mtk_model.jl#L565