[general] name = Bohemian; comments = Bohemian Dome surface; a1_min = 0; a1_max = 360; a1_steps = 40; a2_min = 0; a2_max = 360; a2_steps = 40; [param] name = a; title = x-Width; default = 1; min = 0.01; max = 10; [param] name = b; title = z-Width; default = 1; min = 0.01; max = 10; [formula] X = a * cos(A1); Y = a * sin(A1) + b * sin(A2); Z = -b * cos(A2); [preset] name = default; a = 1; b = 1; a1_min = 0; a1_max = 360; a1_steps = 40; a2_min = 0; a2_max = 360; a2_steps = 40;