Describes a point To create a point there are several ways: Part.Point() Creates a default point Part.Point(Point) Creates a copy of the given point Part.Point(Vector) Creates a line for the given coordinates Create a vertex from this point. X component of this point. Y component of this point. Z component of this point.