Skip to content

dimensions Model Interface

A measurement of equipment in a particular direction, especially its height, length, or width:

Variables

NameTypeDescriptionRequiredConstant
depthintObject's depth in mm
heightintObject's height in mm
widthintObject's width in mm

Examples

{
  "dimensions": {
    "depth": 220,
    "height": 43.6,
    "width": 442
  }
}