[GRASS-SVN] r56242 - grass/trunk/vector/v.extrude

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 13 07:26:40 PDT 2013


Author: martinl
Date: 2013-05-13 07:26:40 -0700 (Mon, 13 May 2013)
New Revision: 56242

Modified:
   grass/trunk/vector/v.extrude/v.extrude.html
Log:
v.extrude: note v.drape in the manual


Modified: grass/trunk/vector/v.extrude/v.extrude.html
===================================================================
--- grass/trunk/vector/v.extrude/v.extrude.html	2013-05-13 12:35:51 UTC (rev 56241)
+++ grass/trunk/vector/v.extrude/v.extrude.html	2013-05-13 14:26:40 UTC (rev 56242)
@@ -21,13 +21,14 @@
 define a volume.
 
 <p>
-For conversion of 2D points or lines to 3D can be also
-used <em><a href="v.to.3d.html">v.to.3d</a></em> module. In opposite
-to <em>v.extrude</em>, <em><a href="v.to.3d.html">v.to.3d</a></em>
-doesn't extrude vector features, it just defines z-coordinate in the
-features geometry. It means that no feature type conversion is
-applied, points remain still points in the output vector map. Same
-applies for the lines.
+For conversion of 2D points or lines to 3D can be
+used <em><a href="v.to.3d.html">v.to.3d</a></em>
+or <em><a href="v.drape.html">v.drape</a></em>. In opposite
+to <em>v.extrude</em>, these modules do not extrude vector features,
+they defines z-coordinate for the features from given parameters or by
+sampling elevation raster map values. It means that no feature type
+conversion is applied, points remain still points in the output vector
+map. Same applies for the lines.
 
 <p>
 <em>v.extrude</em> modifies only features geometry. Feature categories



More information about the grass-commit mailing list