Skip to content

GitLab

  • Menu
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 740
    • Issues 740
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 198
    • Merge requests 198
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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
  • VTK
  • VTKVTK
  • Issues
  • #543
Closed
Open
Created Jan 25, 2004 by Kitware Robot@kwrobotOwner

Quadratic cells and vtkCutter

This issue was created automatically from an original Mantis Issue. Further discussion may take place here.


However, if I use a cutter plane with the quadratic cells, I get no output from vtkCutter::UnstructuredGridCutter() – linear cells are OK.

When the higher order cells are subdivided using vtkQuadraticHexahedron::Subdivide() (for example), the input point data contains the original point scalars and vectors of the unstructured grid but not the implicit function values. Consequently, no linear cells are ever found for contouring (in this particular case the original point scalars are the point id’s).

The implicit function scalars are passed into vtkQuadraticHexahedron::Contour() as ‘cellScalars’ but are not used. Some how, these

scalars need to be used by Subdivide() but presumably the original scalars must also be preserved.

Maybe I have got this completely wrong but any help is greatly appreciated.

Assignee
Assign to
Time tracking