| Vertices | Vertices | Mesh vertices | Point |
| Faces | Faces | Mesh faces | Mesh |
| Edges | Edges | Mesh edges | Line |
| Normals | Normals | Mesh normals | Vector |
| Colors | Colors | Mesh colors | Colour |
| Face | Face adjacency | Face | Face adjacency | For each face, list of all faces that surround it | Integer |
| Face | Edge adjacency | Face | Edge adjacency | For each face, list of all edges that surround it | Integer |
| Face | Vertex adjacency | Face | Vertex adjacency | For each face, list of all vertex that surround it | Integer |
| Naked faces | Naked faces | For each face, returns whether contains a naked edge | Boolean |
| Quad | Quads | For each face returns whether is a quad face | Boolean |
| Edge | Face adjacency | Edge | Face adjacency | For each edge, list of all faces that surround it | Integer |
| Edge | Edge adjacency | Edge | Edge adjacency | For eachedge, list of all edges that surround it | Integer |
| Edge | Vertex adjacency | Edge | Vertex adjacency | For each edge, list of all vertex that surround it | Integer |
| Naked edge | Naked edges | For each edge returns whether is a naked edge | Boolean |
| Vertex | Face adjacency | Vertex | Face adjacency | For each vertex, list of all face that surround it | Integer |
| Vertex | Edge adjacency | Vertex | Edge adjacency | For each vertex, list of all edges that surround it | Integer |
| Vertex | Vertex adjacency | Vertex | Vertex adjacency | For each vertex, list of all vertices that surround it | Integer |
| Naked vertices | Naked vertices | For each vertex, returns whether is a naked vertex | Boolean |