From c357aa044466a2fdd79deabd029237ed627327b5 Mon Sep 17 00:00:00 2001 From: Michael Fogleman Date: Mon, 22 Feb 2021 10:12:29 -0500 Subject: [PATCH] Update README.md --- README.md | 33 +++------------------------------ 1 file changed, 3 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 56944a30..364b9c38 100644 --- a/README.md +++ b/README.md @@ -76,36 +76,9 @@ from the root folder. ## File Formats -`sdf` natively writes binary STL files. For other formats, [meshio](https://github.com/nschloe/meshio) is used (based on your output file extension). This adds support for over 20 different 3D file formats, including: - -> [Abaqus](http://abaqus.software.polimi.it/v6.14/index.html), - ANSYS msh, - [AVS-UCD](https://lanl.github.io/LaGriT/pages/docs/read_avs.html), - [CGNS](https://cgns.github.io/), - [DOLFIN XML](https://manpages.ubuntu.com/manpages/disco/man1/dolfin-convert.1.html), - [Exodus](https://nschloe.github.io/meshio/exodus.pdf), - [FLAC3D](https://www.itascacg.com/software/flac3d), - [H5M](https://www.mcs.anl.gov/~fathom/moab-docs/h5mmain.html), - [Kratos/MDPA](https://github.com/KratosMultiphysics/Kratos/wiki/Input-data), - [Medit](https://people.sc.fsu.edu/~jburkardt/data/medit/medit.html), - [MED/Salome](https://docs.salome-platform.org/latest/dev/MEDCoupling/developer/med-file.html), - [Nastran](https://help.autodesk.com/view/NSTRN/2019/ENU/?guid=GUID-42B54ACB-FBE3-47CA-B8FE-475E7AD91A00), - [Neuroglancer precomputed format](https://github.com/google/neuroglancer/tree/master/src/neuroglancer/datasource/precomputed#mesh-representation-of-segmented-object-surfaces), - [Gmsh](https://gmsh.info/doc/texinfo/gmsh.html#File-formats), - [OBJ](https://en.wikipedia.org/wiki/Wavefront_.obj_file), - [OFF](https://segeval.cs.princeton.edu/public/off_format.html), - [PERMAS](https://www.intes.de), - [PLY](https://en.wikipedia.org/wiki/PLY_(file_format)), - [STL](https://en.wikipedia.org/wiki/STL_(file_format)), - [Tecplot .dat](http://paulbourke.net/dataformats/tp/), - [TetGen .node/.ele](https://wias-berlin.de/software/tetgen/fformats.html), - [SU2](https://su2code.github.io/docs_v7/Mesh-File), - [UGRID](http://www.simcenter.msstate.edu/software/downloads/doc/ug_io/3d_grid_file_type_ugrid.html), - [VTK](https://www.vtk.org/wp-content/uploads/2015/04/file-formats.pdf), - [VTU](https://www.vtk.org/Wiki/VTK_XML_Formats), - [WKT](https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry) ([TIN](https://en.wikipedia.org/wiki/Triangulated_irregular_network)), - [XDMF](https://www.xdmf.org/index.php/XDMF_Model_and_Format). - +`sdf` natively writes binary STL files. For other formats, [meshio](https://github.com/nschloe/meshio) +is used (based on your output file extension). This adds support for over 20 different 3D file formats, +including OBJ, PLY, VTK, and many more. ## Viewing the Mesh