- Timestamp:
- Apr 29, 2014, 1:23:42 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtkisosurfaceviewer.tcl
r4344 r4352 969 969 } 970 970 set _first "" 971 SendCmd " datasetvisible 0"971 SendCmd "contour3d visible 0" 972 972 foreach dataobj [get -objects] { 973 973 if { [info exists _obj2ovride($dataobj-raise)] && $_first == "" } { … … 1005 1005 # Setting dataset visible enables outline 1006 1006 # and contour3d 1007 SendCmd " datasetvisible 1 $tag"1007 SendCmd "contour3d visible 1 $tag" 1008 1008 } 1009 1009 } … … 1419 1419 "-isosurfacevisible" { 1420 1420 set bool $_settings($what) 1421 SendCmd "contour3d visible $bool" 1421 SendCmd "contour3d visible 0" 1422 if { $bool } { 1423 foreach tag [CurrentDatasets -visible] { 1424 SendCmd "contour3d visible $bool $tag" 1425 } 1426 } 1422 1427 if { $bool } { 1423 1428 Rappture::Tooltip::for $itk_component(contour) \ … … 2099 2104 -opacity 0.6 2100 2105 -outline 0 2106 -wireframe 0 2107 -xcutplaneposition 50 2101 2108 -xcutplanevisible 1 2102 - xcutplaneposition 502109 -ycutplaneposition 50 2103 2110 -ycutplanevisible 1 2104 - ycutplaneposition 502111 -zcutplaneposition 50 2105 2112 -zcutplanevisible 1 2106 -zcutplaneposition 502107 -wireframe 02108 2113 } 2109 2114 array set style [$dataobj style $comp]
Note: See TracChangeset
for help on using the changeset viewer.