MantisBT - VTK
View Issue Details
0000576VTK(No Category)public2004-02-04 11:022016-08-12 09:54
Mathieu Malaterre 
Will Schroeder 
lowminoralways
closedmoved 
 
 
0000576: Quadratic hexs
I made the change you suggested and I can now colour map the cutter plane provided vtkCutter::GenerateCutScalarsOn() is called - thanks. I can also get line contours on the plane for any of my result arrays using vtkContourFilter::SelectInputScalars("My_Results"),

for example.

I would like to display contour surfaces of my FE results. Unfortunately, vtkQuadraticHexahedron::Contour() will only contour the scalars by virtue of the line

  vtkDataArray *localScalars = this->PointData->GetScalars();

ignoring vtkContourFilter::SelectInputScalars("My_Results");
No tags attached.
Issue History
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:54Kitware RobotNote Added: 0036715
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved

Notes
(0000619)
Mathieu Malaterre   
2004-02-04 11:03   
We should be carefull with this once the new framework will be in place.
(0036715)
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.