FormGraph.from_lines
- classmethod FormGraph.from_lines(lines, precision=None)
 Construct a graph from a set of lines represented by their start and end point coordinates.
- Parameters:
 - lineslist[tuple[list[float, list[float]]]]
 A list of pairs of point coordinates.
- precisionint, optional
 Precision for converting numbers to strings. Default is
TOL.precision.
- Returns:
 compas.datastructures.GraphA graph object.