GetModelBoundingBox method

BoundingBoxC GetModelBoundingBox(
  1. ModelC model
)

Implementation

BoundingBoxC GetModelBoundingBox(ModelC model) {
  return _GetModelBoundingBox(model);
}