Dear development team,
Now I'm doing a project about visualization. In the process of visualization, the surface mesh is preferred. I have two questions about the DMPlex mesh.
- Can I output the 3D volume mesh in DMPlex as a .obj or .fbx file? Both these two meshes are just surface mesh.
1) These are undocumented, proprietary formats. We would have to link Autodesk in order to write them.
- If not, can I output part of the mesh out? Since I have some labels for this part of mesh, can I output this part of mesh (boundary surface mesh) separately?
2) Yes, you can output the surface or the volume to VTK or HDF5. To get just the surface, you can use
with the boundary label.
Thanks,
Matt