dimensions Model Interface¶
A measurement of equipment in a particular direction, especially its height, length, or width:
Variables¶
Name | Type | Description | Required | Constant |
---|---|---|---|---|
depth | int | Object's depth in mm | ||
height | int | Object's height in mm | ||
width | int | Object's width in mm |
Examples¶
{
"dimensions": {
"depth": 220,
"height": 43.6,
"width": 442
}
}