pub fn pyramid_brep_json( corner_x: f64, corner_y: f64, corner_z: f64, side_length: f64, height: f64, sides: u32, ) -> Result<String, JsValue>