We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4b7cb5 + c313462 commit 6d48d71Copy full SHA for 6d48d71
docs/src/meshes.md
@@ -8,3 +8,17 @@
8
## How to create a mesh
9
10
### Meshing.jl
11
+
12
+### MeshIO.jl
13
14
+The [`MeshIO.jl`](https://github.com/JuliaIO/MeshIO.jl) package provides load/save support for several file formats which store meshes.
15
16
+## How to access data
17
18
+The following functions can be called on an [`AbstractMesh`](@ref) to access its underlying data.
19
20
+* [`faces`](@ref)
21
+* [`coordinates`](@ref)
22
+* [`texturecoordinates`](@ref)
23
+* [`normals`](@ref)
24
0 commit comments