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

NAME

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

KEYWORDS

9       vector, export, output
10

SYNOPSIS

12       v.out.pov
13       v.out.pov --help
14       v.out.pov input=name  [layer=string]   [type=string[,string,...]]  out‐
15       put=name  [size=string]    [zmod=string]    [objmod=string]    [--over‐
16       write]  [--help]  [--verbose]  [--quiet]  [--ui]
17
18   Flags:
19       --overwrite
20           Allow output files to overwrite existing files
21
22       --help
23           Print usage summary
24
25       --verbose
26           Verbose module output
27
28       --quiet
29           Quiet module output
30
31       --ui
32           Force launching GUI dialog
33
34   Parameters:
35       input=name [required]
36           Name of input vector map
37           Or data source for direct OGR access
38
39       layer=string
40           Layer number or name (’-1’ for all layers)
41           A  single  vector map can be connected to multiple database tables.
42           This number determines which table to use. When  used  with  direct
43           OGR access this is the layer name.
44           Default: -1
45
46       type=string[,string,...]
47           Input feature type
48           Options: point, line, boundary, centroid, area, face, kernel
49           Default: point,line,area,face
50
51       output=name [required]
52           Name for output POV file
53
54       size=string
55           Radius of sphere for points and tube for lines
56           May be also variable, e.g. grass_r.
57           Default: 10
58
59       zmod=string
60           This  string  is  appended  to  each z coordinate. Examples: ’*10’,
61           ’+1000’, ’*10+100’, ’*exaggeration’
62
63       objmod=string
64           Object modifier (OBJECT_MODIFIER in POV-Ray documentation)
65           Example: "pigment { color red 0 green 1 blue 0 }"
66

DESCRIPTION

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

EXAMPLE

71       v.out.pov input=vector3d output=vector3d.pov objmod="pigment { color red 0 green 1 blue 0 }"
72       The generated file can be included in an existing .pov  file  with  the
73       following statement:
74       #include "vector3d.pov"
75

REFERENCES

77       POV-Ray
78

SEE ALSO

80       r.out.pov
81

AUTHOR

83       Radim Blazek, ITC-Irst, Trento, Italy
84

SOURCE CODE

86       Available at: v.out.pov source code (history)
87
88       Main  index  | Vector index | Topics index | Keywords index | Graphical
89       index | Full index
90
91       © 2003-2019 GRASS Development Team, GRASS GIS 7.8.2 Reference Manual
92
93
94
95GRASS 7.8.2                                                       v.out.pov(1)
Impressum