Cone
public static Cone ByCoordinateSystemHeightRadii(CoordinateSystem cs, double height = 1, double startRadius = 1, double endRadius = 1)
public static Cone ByCoordinateSystemHeightRadius(CoordinateSystem cs, double height = 1, double startRadius = 1)
public static Cone ByPointsRadii(Point startPoint, Point endPoint, double startRadius = 1, double endRadius = 1)