from_points method

from_points(, points)

Construct a Line instance from a set of points.

Returns


@staticmethod
def from_points(points):
    ...
ParameterTypeDescription
pointslist

See Also