Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 830
    • Issues 830
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 234
    • Merge requests 234
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTKVTK
  • VTKVTK
  • Issues
  • #18002
Closed
Open
Issue created Sep 10, 2020 by bistek@bistek

numpy_interface.dataset_adapter vtkPolydata issue: getting vtkLine cells

Hello,

it appears that getting cells in vtkPolydata with cells = dsa.WrapDataObject(self).Polygons is limited to vtkPolygon cells (including e.g. vtkTriangle cells). However vtkPolydata can also be used to represent polylines composed of vtkLine cells, but in this case the Polygons method returns a void array.

This is a problem in some application!

Thanks very much!

Assignee
Assign to
Time tracking