GeometryCuboid
GeometryCuboid describes rectangular prism shapes recognized on the drawing or inferred from dimensions. It captures the width, height, and depth as Size objects, alongside a geometry type discriminator that marks the shape as a cuboid, so that bounding boxes or stock sizes can be calculated. This model is useful for estimating material requirements, checking packaging constraints, or simplifying collision detection for automation planning. When paired with weight and material data, it helps approximate mass properties of an assembly before detailed CAD models are available.
Bases: Geometry
Represents the geometry of a cuboid
| PARAMETER | DESCRIPTION |
|---|---|
geometry_type | TYPE: |
width | The width of the cuboid. TYPE: |
height | The height of the cuboid. TYPE: |
depth | The depth of the cuboid. TYPE: |