GetMeshBoundingBox method
Compute mesh bounding box limits
Implementation
BoundingBoxD GetMeshBoundingBox(
MeshD mesh,
) => run(
() => _debugLabels.GetMeshBoundingBox(mesh),
() => _flat.GetMeshBoundingBox(
mesh,
),
);
Compute mesh bounding box limits
BoundingBoxD GetMeshBoundingBox(
MeshD mesh,
) => run(
() => _debugLabels.GetMeshBoundingBox(mesh),
() => _flat.GetMeshBoundingBox(
mesh,
),
);