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 Set the parameter range of the underlying line geometry Returns the start point of this line. Returns the end point point of this line. Defines the line as infinite. The StartPoint and EndPoint will be ignored as boundaries. public: bool Infinite;