Changeset 4969 for branches/1.4
- Timestamp:
- Jan 30, 2015, 9:22:18 AM (10 years ago)
- Location:
- branches/1.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4
-
branches/1.4/gui/scripts/vtkisosurfaceviewer.tcl
r4966 r4969 2200 2200 set pos [expr $_settings(-${axis}cutplaneposition) * 0.01] 2201 2201 set visible $_settings(-${axis}cutplanevisible) 2202 SendCmd "cutplane slice $axis $pos "2203 SendCmd "cutplane axis $axis $visible "2202 SendCmd "cutplane slice $axis $pos $tag" 2203 SendCmd "cutplane axis $axis $visible $tag" 2204 2204 } 2205 2205 SendCmd "cutplane visible $style(-cutplanesvisible) $tag"
Note: See TracChangeset
for help on using the changeset viewer.