Describes an infinite line To create a line there are several ways: Part.Line() Creates a default line Part.Line(Line) Creates a copy of the given line Part.Line(Point1,Point2) Creates a line that goes through two given points Returns the location of this line. Returns the direction of this line.