View Issue Details

IDProjectCategoryView StatusLast Update
0003826Slicer4Core: GUIpublic2014-09-06 05:30
Reportermillerjv Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status acknowledgedResolutionopen 
Product VersionSlicer 4.3.1-2 
Target VersionFixed in Version 
Summary0003826: Model slice intersections are not colored by scalars
Description

If you have a model with scalars that you are mapping through a colortable, then when that model is shown in the slice planes, the model color is used instead of the scalar color.

This leads to models in the Slice Viewers to be a different color than the model in the 3D viewer.

In my specific case, I have run a connectivity filter on the polydata of a model. This labels each object with a region id. I can render the objects in 3D and use the region id to pick a color for the model from a look up table. But when that model is sliced, the lines are drawn in the default model color, not the color resulting from running the region id through the lookup table.

TagsNo tags attached.

Activities

pieper

pieper

2014-09-06 05:30

administrator   ~0012465

Yes, I've looked into this in the past. Turns out that the vtkCutter code does not provide interpolated scalar fields (if I recall correctly it is some other scalar field to do with the intersection calculation). So there is not a simple solution for this issue.

http://www.vtk.org/doc/release/6.1/html/classvtkCutter.html

Issue History

Date Modified Username Field Change
2014-09-03 09:00 millerjv New Issue
2014-09-06 05:30 pieper Note Added: 0012465
2014-09-06 05:30 pieper Status new => acknowledged