File: nviz_script.html

package info (click to toggle)
grass 6.0.2-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 40,044 kB
  • ctags: 31,303
  • sloc: ansic: 321,125; tcl: 25,676; sh: 11,176; cpp: 10,098; makefile: 5,025; fortran: 1,846; yacc: 493; lex: 462; perl: 133; sed: 1
file content (39 lines) | stat: -rw-r--r-- 1,137 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<html>

<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="GENERATOR" content="Mozilla/4.76 [de] (X11; U; Linux 2.2.16 i686) [Netscape]">
   <title>GRASS 5.0 Tutorial for nviz</title>
</head>

<body bgcolor="#FFFFFF" link="#0000DF" vlink="#006000">

<h1><img src="grass.smlogo.gif">NVIZ Reference Manual</h1>
<hr width="100%" align=center size=4 noshade>
<p>
<a href="nviz_toc.html">CONTENTS</a>
</p>

<h2>Scripting</h2>


<h3>NVIZ - Introduction</h3>
<P><strong>NOTE:</strong> The scripting tools are still under developemnt. A number of the functions in these menus are not yet fully functional.
</p>

<p>The scripting environment lets you develop a one-time script file that can handle 
complex changes to the <strong>NVIZ</strong> environment.</p>

<p>Scripting is controlled by the commands provided in the scripting
pulldown menu.  A script
file can be played back in Nviz by using the <em>Play Script</em> option
in the menu.  Scripting can become more powerful,
however, by adding loops around a sequence of script events, or by
using higher-level tools.  
</p>




</body>
</html>