This method of the Direct3dRMMesh Class retrieves the bounding box containing a Direct3dRMMesh object. The bounding box gives the minimum and maximum model coordinates in each dimension.
public void getBox(D3dRMBox vector);
vector | A D3dRMBox object that receives the bounding box-coordinates. |