[GRASS-user] v.extrude not changing anything

Alexander Muriy amuriy at gmail.com
Thu Jun 28 12:41:50 PDT 2012


*giannis


I have a 2D vector map which is actually a single line (it shows a
> coastline). I try to give to this fixed height and make it a 3D map (the
> line to become a wall).
>
> I try v.extrude --overwrite input=COASTLINE at final output=coast_3d at finalheight=10 type=line but nothing changing at all (then I export this in .vtk
> and i check it out in 3D software).
>
>

Try also module <v.to.3d>:

v.to.3d input=COASTLINE output=coast_3d height=10 type=line

----------------------------------------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20120628/777486d2/attachment.html>


More information about the grass-user mailing list