Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ParaView ParaView
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,842
    • Issues 1,842
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 86
    • Merge requests 86
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaView
  • ParaViewParaView
  • Issues
  • #18573
Closed
Open
Created Oct 30, 2018 by ym jia@jym

Filter Gaussian Curvature get wrong results

To reproduce:

  1. Sources -> Box
  2. Filter -> Triangulate
  3. Filter -> Curvature

Gaussian Curvature of points in the corner of the cube should be PI / 2, it gives 28.274334

If we set properties(X/Y/Z Length) of the Box to 0.01, result becomes 282743.351463

I have checked the source in vtkCurvatures.cxx line 289, curvature assignment is gaussCurvatureData[v] = 3 * K[v] / dA[v] in which dA is total area of the neighboring triangles. This devision makes no sense in gaussian curvature computation (2 * PI - total angle).

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking