[vtkusers] data on cells, faces, edges?

Nico Schlömer nico.schloemer at gmail.com
Fri Jul 20 10:46:42 EDT 2012


Hi,

in (Python) VTK, it is possible to associate data with nodes in a
given mesh, e.g.,

    a = [... create my VTK array ...]
    my_vtk_mesh.GetPointData().AddArray(a)

Is the same thing possible for data that is associated with cells,
faces, or edges?

Cheers,
Nico



More information about the vtkusers mailing list