1v.extrude(1) Grass User's Manual v.extrude(1)
2
3
4
6 v.extrude - Extrudes flat vector object to 3D with defined height.
7
9 vector, geometry, 3D
10
12 v.extrude
13 v.extrude help
14 v.extrude [-t] input=name output=name [zshift=float] [eleva‐
15 tion=name] [height=float] [hcolumn=name]
16 [type=string[,string,...]] [layer=integer] [--overwrite] [--ver‐
17 bose] [--quiet]
18
19 Flags:
20 -t
21 Trace elevation
22
23 --overwrite
24 Allow output files to overwrite existing files
25
26 --verbose
27 Verbose module output
28
29 --quiet
30 Quiet module output
31
32 Parameters:
33 input=name
34 Name of input 2D vector map
35
36 output=name
37 Name of resulting 3D vector map
38
39 zshift=float
40 Shifting value for z coordinates
41 Default: 0
42
43 elevation=name
44 Elevation raster for height extraction
45
46 height=float
47 Fixed height for 3D vector objects
48
49 hcolumn=name
50 Name of attribute column with object heights
51
52 type=string[,string,...]
53 Type
54 Feature type(s)
55 Options: point,line,boundary,area
56 Default: point,line,boundary,area
57
58 layer=integer
59 Layer number
60 A single vector map can be connected to multiple database tables.
61 This number determines which table to use.
62 Default: 1
63
65 v.extrude creates 3D faces, kernels or lines based on 2D vector
66 objects, i.e. points become 3D vertical lines, lines to 3D lines,
67 boundaries to faces and areas to faces and kernel.
68
69 If the flag -t is used then 3D vector objects follow the elevation
70 model by using individual elevation values for the vertices and nodes.
71 This can be useful for models of large objects (forest stands).
72
74 3D houses with fixed height
75
76 v.extrude input=houses output=houses3D height=5 type=area
77
78
79 3D houses with individual height
80
81 v.extrude input=houses output=houses3D elevation=dem hcolumn=height
82 type=area
83
84
85 Convert 2D lines to 3D with fixed height
86
87 v.extrude input=lines output=lines3D elevation=dem height=0 type=line
88
89
91 nviz
92
94 Jachym Cepicky,
95 Updated by Martin Landa, FBK-irst, Italy
96
97 Last changed: $Date: 2008-02-21 15:34:50 +0100 (Thu, 21 Feb 2008) $
98
99 Full index
100
101 © 2003-2008 GRASS Development Team
102
103
104
105GRASS 6.3.0 v.extrude(1)