3

I made a picture of a blob in VTK. Blob consists of many triangular pyramids with their vertices in the centre of the blob.

enter image description here

I would like to see all lines, but Paraview hid all internal lines of the blob. Is it possible to make these lines visible?

Andrew
  • 958
  • 13
  • 25

1 Answers1

5

Yes. Use the Extract Edges filter. This will extract all edges in your mesh, not just the edges on the outside surface.

Cory Quammen
  • 1,243
  • 7
  • 9