Input/Output

MeshProcessing.loadmeshMethod
mesh::TriMesh, mobj = loadmesh(filename[, typ=Float64])

Load triangle mesh from file, e.g., in OFF format using FileIO and GeometryBasics

mobj is the mesh as defined by GeometryBasics and can be used for rendering. coordinates(mobj) and faces(mobj) provide Vectors of vertex positions and triangle indices, respectively.

See also readoff

source