Hey, I'm trying to perform incremental construction of Surface Mesh (Mutation as its called in the docs) Common operations would be e.g. - Insert 1 Vertex, connect with two existing vertices (create new face) - Insert 3 Vertices, create new face disconnected from everything else It seems like none of this is currently possible without recreating the mesh. Is this observation correct?