visualizing the mesh internal to a volume

I’m trying to visualize the mesh inside a volume per the
startup tips, but all I get is the surface mesh and an
empty interior (a volume mesh does exist).

I’ve also tried “graphics slice” from the command line
but claro dumps core immediately.

This is with 13.1. Any clues about what I’m doing wrong?

Thanks,

By default cubit only draws the exterior of the mesh to speed graphics display. With clipping on, try typing

draw hex all

at the command line to get the internal elements as well.

– Karl