def update_polydata(self, vertices_flow_index=-1):
     TriMesh_Vtk.set_polydata_triangles(
         self, TriMeshFlow.get_triangles(self))
     TriMesh_Vtk.set_polydata_vertices(
         self, TriMeshFlow.get_vertices(self, vertices_flow_index=vertices_flow_index))