# make_box_rsolid ## API Definition ```python def make_box_rsolid(width: ScalarLike, height: ScalarLike, depth: ScalarLike, bottom_face_center: Tuple[float, float, float] = (0, 0, 0)) -> Solid ``` *Source: operations.py* ## Import Surface - top-level: `from simplecadapi import make_box_rsolid` ## Description Create a box solid.