pub fn make_box_brep( corner: Vec3, size_x: f64, size_y: f64, size_z: f64, ) -> Result<BrepSolid, String>