Ignore:
Timestamp:
Mar 19, 2013 6:48:23 PM (11 years ago)
Author:
ldelgass
Message:

Switch clients to use new outline command in vtkvis.

File:
1 edited

Legend:

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

    r3543 r3544  
    14451445        "isosurfaceOutline" {
    14461446            set bool $_settings(isosurfaceOutline)
    1447             SendCmd "dataset outline $bool"
     1447            SendCmd "outline visible $bool"
    14481448        }
    14491449        "isolineColor" {
     
    15611561        set rgb [Color2RGB $itk_option(-plotforeground)]
    15621562        SendCmd "axis color all $rgb"
    1563         SendCmd "dataset color $rgb"
     1563        SendCmd "outline color $rgb"
    15641564        SendCmd "cutplane ccolor $rgb"
    15651565    }
     
    21772177    SendCmd [list contour3d add contourlist $_contourList $tag]
    21782178    SendCmd "contour3d edges $style(-edges) $tag"
    2179     SendCmd "dataset outline $style(-outline) $tag"
    2180     SendCmd "dataset color [Color2RGB $itk_option(-plotforeground)]"
     2179    SendCmd "outline add $tag"
     2180    SendCmd "outline color [Color2RGB $itk_option(-plotforeground)] $tag"
     2181    SendCmd "outline visible $style(-outline) $tag"
    21812182    set _settings(isosurfaceOutline) $style(-outline)
    21822183    set _settings(isosurfaceEdges) $style(-edges)
Note: See TracChangeset for help on using the changeset viewer.