Suggested file format for storing quad mesh after QuadRemesh function

Hello community!

I am trying to convert a NURBS body to all-quad body using the QuadRemesh functionality (for CFD applications). The objective is to do CFD meshing in Salome meshing tool. Post conversion, what is the suggested file format to export, so that the quad faces of the newly created mesh is retained?

Tried using .stl file format for export, but the geometry got triangulated.

Thanks in advance
Aravind

I use .obj file format; it can store both triangles and quads. Be sure to review the export options in order to retain the features you want.

I have no idea if Salome accepts this widely used format.

Regards,
Terry.

1 Like

Thanks for your recommendation, Terry!