Extend the path to a list of points. If this method is called on a 2D path, the path will be forced to 3D with a default Z value of 0.0.
coords (list[tuple[float]]) – The list of 3D points to be extended to.
None