Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fogleman authored Feb 22, 2021
1 parent 302dd37 commit c357aa0
Showing 1 changed file with 3 additions and 30 deletions.
33 changes: 3 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c357aa0

Please sign in to comment.