Describes a cylinder in 3D space To create a cylinder there are several ways: Part.Cylinder() Creates a default cylinder with center (0,0,0) and radius 1 Part.Cylinder(Cylinder) Creates a copy of the given cylinder Part.Cylinder(Cylinder, Distance) Creates a cylinder parallel to given cylinder at a certain distance Part.Cylinder(Point1,Point2,Point2) Creates a cylinder defined by three non-linear points Part.Cylinder(Circle) Creates a cylinder by a circular base The radius of the cylinder. Center of the cylinder. The axis direction of the cylinder