pub fn make_cone_brep( base: Vec3, axis_direction: Vec3, radius_bottom: f64, radius_top: f64, height: f64, ) -> Result<BrepSolid, String>