Ignore:
Timestamp:
Jan 3, 2012, 11:32:08 PM (13 years ago)
Author:
ldelgass
Message:

Set default cutplane slice to center (ratio=0.5) to match slider default

File:
1 edited

Legend:

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

    r2744 r2749  
    23632363    #SendCmd "cutplane visible $tag"
    23642364    foreach axis { x y z } {
    2365         SendCmd "cutplane slice $axis 1.0 $tag"
     2365        SendCmd "cutplane slice $axis 0.5 $tag"
    23662366        SendCmd "cutplane axis $axis 0 $tag"
    23672367    }
Note: See TracChangeset for help on using the changeset viewer.