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

Home » Public Forums » archive » Re: how get data from iSurface
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: how get data from iSurface [message #54521] Mon, 18 June 2007 16:57
Michael Galloy is currently offline  Michael Galloy
Messages: 1114
Registered: April 2006
Senior Member
On Jun 18, 1:01 pm, "skymaxw...@gmail.com" <skymaxw...@gmail.com>
wrote:
> how get X,Y and Z values for surface ?

Like this (similar for X and Y, if you pass them into iSurface):

IDL> isurface, dist(20)
IDL> id = itGetCurrent(tool=oTool)
IDL> idSurface = oTool->findIdentifiers('*surface', /visualizations)
IDL> oSurface = oTool->getByIdentifier(idSurface)
IDL> oDataZ = oSurface->getParameter('Z')
IDL> ok = oDataZ->getData(z)
IDL> help, z
Z FLOAT = Array[20, 20]
IDL> shade_surf, z


Mike
--
www.michaelgalloy.com
[Message index]
 
Read Message
Previous Topic: how get data from iSurface
Next Topic: Re: IDL input files.

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

Current Time: Fri Oct 10 09:38:52 PDT 2025

Total time taken to generate the page: 0.96191 seconds