MantisBT - VTK
View Issue Details
0001586VTK(No Category)public2005-02-09 00:112016-08-12 09:54
 
Will Schroeder 
lowminoralways
closedmoved 
 
 
0001586: documentation bug in vtkClipPolyData
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?
No tags attached.
Issue History
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:54Kitware RobotNote Added: 0036765
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved

Notes
(0036765)
Kitware Robot   
2016-08-12 09:54   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.