Changeset 5378 for trunk


Ignore:
Timestamp:
May 1, 2015, 11:03:03 AM (10 years ago)
Author:
ldelgass
Message:

fix cutplane position

File:
1 edited

Legend:

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

    r5377 r5378  
    12561256    set vols [CurrentDatasets -cutplanes]
    12571257    foreach axis {x y z} {
    1258         set pos [expr {0.01*$_settings(-${axis}cutposition)}]
     1258        set pos [expr {0.01*$_settings(-${axis}cutplaneposition)}]
    12591259        SendCmd "cutplane position $pos $axis $vols"
    12601260    }
Note: See TracChangeset for help on using the changeset viewer.