GeometryCuboid
GeometryCuboid
describes rectangular prism shapes recognized on the drawing or inferred from dimensions. It captures origin coordinates, edge lengths, and orientation vectors 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. The object also records which view supplied the cuboid, confidence scores, and relationships to other geometric primitives so you can trace assumptions back to the source annotation and refine them as more detailed geometry becomes 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: |