Describes a line segment To create a line segment there are several ways: Part.LineSegment() Creates a default line segment Part.LineSegment(LineSegment) Creates a copy of the given line segment Part.LineSegment(Point1,Point2) Creates a line segment 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.