This tool can be used to divide longer vector lines (input) into segments of a maximum specified length (length).
input
length
assess_route
def split_vector_lines(self, input: Vector, segment_length: float) -> Vector: ...