Read .off files

It’s great that ParaView is compatible with many mesh file formats, but a very common one is missing: OFF. Originally from GeomView, it is pretty widespread and perhaps the most simple of them all. I’ve been wanting to directly open .off files in ParaView for more than 10 years.

That looks pretty simple to implement to be honest.

Do you have some programming experience, @Roman? It would be great to get this reader into ParaView. It might even be a good candidate for a Python Algorithm plugin (some examples)

I do, but Python/VTK isn’t my home territory. Besides I don’t exactly have free time on my hands, unfortunately… I’m sure it’ll be much easier and quicker for somebody with experience in those areas to deliver a high-quality implementation than it would be for me.