/// <summary> /// Creates (of finds an existing) vertex for the given position /// </summary> /// <param name="position"></param> /// <returns></returns> public Vertex GetVertexForPosition(Vec3d position) { return(VertexQuery.GetVertexForPosition(_vertices, position)); }