GetModelBoundingBox method
Compute model bounding box limits (considers all meshes)
Implementation
BoundingBoxD GetModelBoundingBox(
ModelD model,
) => run(
() => _debugLabels.GetModelBoundingBox(model),
() => _flat.GetModelBoundingBox(
model,
),
);