I have an STL file that MeshLab renders well.
The STL file contains multiple named solids. ( It represents items packed into bins.) The file looks like this:
solid VBA330K005
facet normal 0.000000e+000 0.000000e+000 -1.000000e+000
outer loop
vertex 0 0 0
vertex 347 0 0
vertex 0 219 0
endloop
endfacet
....
endsolid VBA330K005
solid VBA330K009
...
I need to be able to visualize the individual solids by name. Highlight a particular solid, or hide it. I have searched around on the GUI, but cannot see how to do this.