edge_by_point# Line3dLayout.edge_by_point(point: list[float | int])# Return the index of the closest edge to the specified point. Parameters: pointlist of float or intCoordinates of the point as [x, y]. Returns: intIndex of the closest edge in self.edges.