comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Displaying a grid
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: Displaying a grid [message #39811] Wed, 23 June 2004 06:13
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
July writes:

> I'm looking for a possibility to diplay a grid. I have an array, with
> coordinates ((z),x,y / float). it's an elastic deformed grid, that's
> why I use float-values. the z-values are all the same (0.0).
>
> I've written a procedure, that uses the surface-method (top view). now
> I've the problem, that the grid displays only some lines correct, some
> are missing or look dashed. only if I set az (in surface) to an angle
> like 15.0 all lines are drawn. but I don't need a rotated view!!! what
> can I do???

Well, I wouldn't use the SURFACE command, for starters. :-)

SURFACE is not really a 3D routine. It's more of a 2.5D
routine. The Z-axis must *always* be vertical in any rotation
of the SURFACE command. This is probably why your lines
are distorted in the views you are choosing.

I'd do this in object graphics, which is really 3D. Then
you could get a nice flat plane to display your surface on.

Cheers,

David

--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Random Access Text (like getline)
Next Topic: Re: iimage tool

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 15:27:55 PDT 2025

Total time taken to generate the page: 0.00454 seconds