Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
ParaView
ParaView
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,658
    • Issues 1,658
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 59
    • Merge Requests 59
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaView
  • ParaViewParaView
  • Issues
  • #20138

Closed
Open
Created Aug 06, 2020 by John Patchett@patchett2002Developer

Isovolume and Clip Filters Appears to Convert VTK_POLY_LINES to VTK_LINES

given a single streamline

  • tetrahedralize will break line into line segments and return a vtkUnstructuredGrid --The number of cells has increased to the number of line segments

  • Clip appears to break line into segments then clip -- returns many more cells

  • d3 and append datasets will return that line as an ustructured grid --The number of cells will remain the same

I believe the behavior of Isovolume and Clip should be to preserve the poly line and simply clip that. I believe the current behavior is incorrect.

This is a problem when working with polylines produced from streamline filter.

Workarounds include not using these filters until the very end of the pipeline, but perhaps the filters should be behave as one would expect?

Edited Aug 06, 2020 by John Patchett
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None