Garry's Mod Wiki

Entity:GetModelBounds

  Vector, Vector Entity:GetModelBounds()

Description

Returns the entity's model bounds, not scaled by Entity:SetModelScale.

These bounds are affected by all the animations the model has at compile time, if they go outside of the models' render bounds at any point.
See Entity:GetModelRenderBounds for just the render bounds of the model.

This is different than the collision bounds/hull, which are set via Entity:SetCollisionBounds.

Returns

1 Vector
The minimum vector of the bounds
2 Vector
The maximum vector of the bounds