Get dimensions of a 3d model

Is it possible to get the width, height, length of a 3d model so it can be used as the dimensions for the collision shapes? Any help is appreciated.

Yes, you can retrieve its worldBound, then you’ll have a boundingBox.

You then have xExtend, yExtend, zExtend on it, which are actually the half extends of the model