ModelData:getHeight
EditReturns the height of the model, computed from its axis-aligned bounding box.
Get the height of the whole model.
Arguments
None
Returns
| Name | Type | Description |
| height | number | The height. |
Get the height of a single mesh in the model.
Arguments
| Name | Type | Description |
| mesh | number | The mesh to get the height of. |
Returns
| Name | Type | Description |
| height | number | The height. |
Get the height of a single part of a mesh in the model.
Arguments
| Name | Type | Description |
| mesh | number | The mesh to get the height of. |
| part | number | The part to get the height of. |
Returns
| Name | Type | Description |
| height | number | The height. |