Changeset 4773 for trunk/gui/scripts
- Timestamp:
- Nov 23, 2014, 8:50:18 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtkviewer.tcl
r4771 r4773 247 247 248 248 array set _axis [subst { 249 labels 1 250 minorticks 1 251 visible 1 249 252 xgrid 0 250 253 ygrid 0 … … 259 262 ydirection -1 260 263 zdirection -1 261 visible 1262 labels 1263 minorticks 1264 264 }] 265 265 array set _settings [subst { 266 legend 1267 266 glyphs-edges 0 268 267 glyphs-lighting 1 … … 272 271 glyphs-visible 1 273 272 glyphs-wireframe 0 274 polydata-edges 0 275 polydata-lighting 1 276 polydata-opacity 100 277 polydata-outline 0 278 polydata-palette BCGYR 279 polydata-visible 1 280 polydata-wireframe 0 273 legend 1 274 molecule-atoms-visible 1 281 275 molecule-atomscale 0.3 276 molecule-bonds-visible 1 282 277 molecule-bondscale 0.075 283 278 molecule-bondstyle "cylinder" 284 molecule-atoms-visible 1285 molecule-bonds-visible 1286 279 molecule-edges 0 287 280 molecule-labels 0 … … 295 288 molecule-visible 1 296 289 molecule-wireframe 0 290 polydata-edges 0 291 polydata-lighting 1 292 polydata-opacity 100 293 polydata-outline 0 294 polydata-palette BCGYR 295 polydata-visible 1 296 polydata-wireframe 0 297 297 }] 298 298 itk_component add view {
Note: See TracChangeset
for help on using the changeset viewer.