1v.out.pov(1)                  Grass User's Manual                 v.out.pov(1)
2
3
4

NAME

6       v.out.pov  - Convert to POV-Ray format, GRASS x,y,z -> POV-Ray x,z,y
7

KEYWORDS

9       vector, export
10

SYNOPSIS

12       v.out.pov
13       v.out.pov help
14       v.out.pov    input=name     [type=string[,string,...]]    output=string
15       [size=string]      [zmod=string]      [objmod=string]       [--verbose]
16       [--quiet]
17
18   Parameters:
19       input=name
20           Name of input vector map
21
22       type=string[,string,...]
23           Type
24           Feature type(s)
25           Options: point,centroid,line,boundary,area,face,kernel
26           Default: point,line,area,face
27
28       output=string
29           Output file
30
31       size=string
32           Radius  of  sphere for points and tube for lines. May be also vari‐
33           able, e.g. grass_r.
34           Default: 10
35
36       zmod=string
37           Modifier for z coordinates, this string is appended to each z coor‐
38           dinate.
39                     Examples: '*10', '+1000', '*10+100', '*exaggeration'
40           Default:
41
42       objmod=string
43           Object modifier (OBJECT_MODIFIER in POV-Ray documentation).
44                     Example: "pigment { color red 0 green 1 blue 0 }"
45           Default:
46

DESCRIPTION

48       v.out.pov converts GRASS vector data to POV-Ray format (www.povray.com)
49

EXAMPLE

51
52       v.out.pov  input=tin output=tin.pov objmod="pigment { color red 0 green
53       1 blue 0 }"
54
55

REFERENCES

57       POV-Ray
58

SEE ALSO

60       r.out.pov,
61

AUTHOR

63       Radim Blazek, ITC-Irst, Trento, Italy
64
65       Last changed: $Date: 2006-01-02 15:44:52 +0100 (Mon, 02 Jan 2006) $
66
67       Full index
68
69       © 2003-2008 GRASS Development Team
70
71
72
73GRASS 6.3.0                                                       v.out.pov(1)
Impressum