[vtkusers] data on cells, faces, edges?

David E DeMarle dave.demarle at kitware.com
Fri Jul 20 11:04:51 EDT 2012


Cells yes, faces and edges generally no, but the new vtkPolyhedron
cell type may allow it.

http://www.vtk.org/Wiki/VTK/Polyhedron_Support

David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909


On Fri, Jul 20, 2012 at 10:46 AM, Nico Schlömer
<nico.schloemer at gmail.com> wrote:
> 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
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers



More information about the vtkusers mailing list