I’m new to VTK and I cannot seem to figure out how to put different text annotations/labels on the faces of a VTKHexahedron.
I’m displaying a thousands of cubes ( implemented using vtkhexahedrons) stacked on on each other using a singular unstructured grid and I need to label the different faces of the hexahedron with custom labels.
For example X+ face will have text “Label1”, Y+ face will have a label “Label2”, Z+ face will have “Label3”. My question is whether this is possible ? If it is, how do I do this ? If it is not possible, what suggestions do you have on changing my implementation ( using unstructured grid and cells defining hexahedrons) ? I’m completely lost and would appreciate any pointers/suggestions.