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 738
    • Issues 738
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 201
    • Merge requests 201
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTK
  • VTKVTK
  • Issues
  • #1032

Closed
Open
Created Aug 03, 2004 by Kitware Robot@kwrobotOwner

vtkCutter

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


Please refer to the figures on the URLs:

  1. What I have done: (refer to http://www.simcore.com/vtkBugreport/Image1.png) I have created a structured grid with a scalar array (vtkFloatArray), then used vtkContourFilter to create an isosurface. vtkCutter has been used to slice through the vtkStructuredGrid with a vtkPlane. The values of the scalar array are used to generate the contours on the plane. The starting value of the contour is the same as the value for the isosurface.

  2. The problem I have found: (refer to htp://www.simcore.com/vtkBugreport/Image2.png http://www.simcore.com/vtkBugreport/Image3.png http://www.simcore.com/vtkBugreport/Image4.png http://www.simcore.com/vtkBugreport/Image5.png http://www.simcore.com/vtkBugreport/Image6.png) These images show the rotation of the object. The first (out-most) contour on the cutting plane does not agree with the isosurface. It seems that vtkCutter does not cut correctly. I have then replace vtkcutter with vtkExtractGrid to extract a slice of the structured grid, then generated contours on the slice. It did well. The problem is that vtkExtractGrid is limited to the grid orientation.

Assignee
Assign to
Time tracking