Files
cad-Integration/SimpleCADAPI-master/docs/api/make_box_rsolid.md
T
2026-07-22 13:48:46 +08:00

337 B

make_box_rsolid

API Definition

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.