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