Changeset 4967


Ignore:
Timestamp:
Jan 30, 2015, 9:20:05 AM (9 years ago)
Author:
ldelgass
Message:

Only apply cutplane settings to the appropriate dataset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/vtkisosurfaceviewer.tcl

    r4964 r4967  
    22002200        set pos [expr $_settings(-${axis}cutplaneposition) * 0.01]
    22012201        set visible $_settings(-${axis}cutplanevisible)
    2202         SendCmd "cutplane slice $axis $pos"
    2203         SendCmd "cutplane axis $axis $visible"
     2202        SendCmd "cutplane slice $axis $pos $tag"
     2203        SendCmd "cutplane axis $axis $visible $tag"
    22042204    }
    22052205    SendCmd "cutplane visible $style(-cutplanesvisible) $tag"
Note: See TracChangeset for help on using the changeset viewer.