Changeset 3531 for trunk/gui/scripts
- Timestamp:
- Mar 18, 2013, 3:34:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtkisosurfaceviewer.tcl
r3530 r3531 570 570 # Remove it from the dataobj list. 571 571 set _dlist [lreplace $_dlist $pos $pos] 572 SendCmd " contour3dvisible 0"572 SendCmd "dataset visible 0" 573 573 array unset _obj2ovride $dataobj-* 574 574 array unset _settings $dataobj-* … … 967 967 } 968 968 set _first "" 969 SendCmd " contour3dvisible 0"969 SendCmd "dataset visible 0" 970 970 foreach dataobj [get -objects] { 971 971 if { [info exists _obj2ovride($dataobj-raise)] && $_first == "" } { … … 1003 1003 # Setting dataset visible enables outline (if enabled) 1004 1004 # and contour3d 1005 SendCmd " contour3dvisible 1 $tag"1005 SendCmd "dataset visible 1 $tag" 1006 1006 } 1007 1007 } … … 1037 1037 $itk_component(field) value $_curFldLabel 1038 1038 } 1039 1039 InitSettings cutplaneVisible 1040 1040 if { $_reset } { 1041 1041 # These are settings that rely on a dataset being loaded. … … 1047 1047 cutplaneXPosition cutplaneYPosition cutplaneZPosition \ 1048 1048 cutplaneXVisible cutplaneYVisible cutplaneZVisible \ 1049 cutplanePreinterp cutplaneVisible1049 cutplanePreinterp 1050 1050 1051 1051 Zoom reset
Note: See TracChangeset
for help on using the changeset viewer.