Plugin for AV Mesh

The U. S. Air Force uses AV Mesh. avmeshlib

Has anyone written a ParaView plugin to read mesh files in this format?

ParaView natively support AVMesh Volume Grid (.avm).

1 Like

@elynch had a plugin for older versions of ParaView. He also implemented an AV Mesh reader that is now in ParaView 6.0 so you may just need to update to a newer version of ParaView.

1 Like

Thank you for your responses. Before posting the question here, I had searched the forums and also asked one of the top AI engines (I better not say which one) about this, and I foolishly believed the response “No, ParaView cannot read .avmesh files natively. The .avmesh file format is a custom data format from the avmeshlib project and is not a standard VTK or open-source file type that ParaView has a built-in reader for. To get ParaView to read these files, you would need to write a custom plugin.”