Cylinder public class Cylinder : Cone Documentation Code public Vector Axis { get; } public double Height { get; } public double Radius { get; } public static Cylinder ByPointsRadius(Point startPoint, Point endPoint, double radius = 1) public static Cylinder ByRadiusHeight(CoordinateSystem coordinateSystem, double radius = 1, double height = 1)