pub fn cylinder_brep_json( base_x: f64, base_y: f64, base_z: f64, axis_x: f64, axis_y: f64, axis_z: f64, radius: f64, height: f64, ) -> Result<String, JsValue>