RE: [GRASS-dev] Re: [GRASS-user] V.extrude... confused

2008-02-21 Thread Patton, Eric
>some examples are there, only thing, which is missing is link to nviz >manual page. I've added the missing link to main nviz html page in TRUNK and grass63_release branch. ~ Eric. ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osg

Re: [GRASS-dev] Re: [GRASS-user] V.extrude... confused

2008-02-21 Thread Moritz Lennert
On 21/02/08 13:53, Jachym Cepicky wrote: Hi, some examples are there, only thing, which is missing is link to nviz manual page. the entire "chain" consist out of two commands: v.extrude ... out=buildings nviz elev=dem vect=buildings Can you just show extruded vectors without a DEM underneath

Re: [GRASS-dev] Re: [GRASS-user] V.extrude... confused

2008-02-21 Thread Jachym Cepicky
Hi, some examples are there, only thing, which is missing is link to nviz manual page. the entire "chain" consist out of two commands: v.extrude ... out=buildings nviz elev=dem vect=buildings jachym Moritz Lennert píše v Čt 21. 02. 2008 v 13:39 +0100: > On 13/02/08 22:31, Markus Neteler wrote:

Re: [GRASS-dev] Re: [GRASS-user] V.extrude... confused

2008-02-21 Thread Moritz Lennert
On 13/02/08 22:31, Markus Neteler wrote: On Feb 13, 2008 10:06 PM, Michael Barton <[EMAIL PROTECTED]> wrote: On Feb 13, 2008, at 1:45 PM, Sampson, David wrote: ... I guess I was expecting to see a 3D object afterwords. I have to turn on faces to see anything and still I only see lines. Do I h

Re: [GRASS-dev] Re: [GRASS-user] V.extrude... confused

2008-02-13 Thread Markus Neteler
On Feb 13, 2008 10:06 PM, Michael Barton <[EMAIL PROTECTED]> wrote: > On Feb 13, 2008, at 1:45 PM, Sampson, David wrote: ... > > I guess I was expecting to see a 3D object afterwords. I have to > > turn on faces to see anything and still I only see lines. > > > > Do I have to view this in nVIZ? Ye

Re: [GRASS-dev] Re: [GRASS-user] V.extrude... confused

2008-02-13 Thread Hamish
Jachym Cepicky wrote: > strange, I just tried out under Linux, works fine :-/ The vector map > you want to produce seems to be created anyway. > > Maybe adding > > G_percent(nelements, nelements, 1); > > at the end of the module would help? Yes, G_percent() within the loop should usually be