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 199
    • Merge requests 199
  • 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
  • #1586
Closed
Open
Created Feb 08, 2005 by Kitware Robot@kwrobotOwner

documentation bug in vtkClipPolyData

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


In vtkClipPolyData.h and vtkClipDataSet.h, the description says:

// To use this filter, you must decide if you will be clipping with an // implicit function, or whether you will be using the input scalar // data. If you want to clip with an implicit function, you must: // 1) define an implicit function // 2) set it with the SetClipFunction method // 3) apply the GenerateClipScalarsOn method // If a ClipFunction is not specified, or GenerateClipScalars is off // (the default), then the input's scalar data will be used to clip // the polydata.

But actually, GenerateClipScalars need not be on to clip with ClipFunction. This flag affects only to the output scalar values. Is this against the original intention?

Assignee
Assign to
Time tracking