Changeset 4965 for branches/1.3


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

merge r4964 from trunk

Location:
branches/1.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3

    • Property svn:mergeinfo changed
      /trunkmerged: 4964
  • branches/1.3/gui/scripts/vtkisosurfaceviewer.tcl

    r4928 r4965  
    21972197    SendCmd "cutplane add $tag"
    21982198    SendCmd "cutplane color [Color2RGB $itk_option(-plotforeground)] $tag"
     2199    foreach axis {x y z} {
     2200        set pos [expr $_settings(-${axis}cutplaneposition) * 0.01]
     2201        set visible $_settings(-${axis}cutplanevisible)
     2202        SendCmd "cutplane slice $axis $pos"
     2203        SendCmd "cutplane axis $axis $visible"
     2204    }
    21992205    SendCmd "cutplane visible $style(-cutplanesvisible) $tag"
    22002206
Note: See TracChangeset for help on using the changeset viewer.