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

Home » Public Forums » archive » Re: IDLgrWindow Pickdata on an IDLexObjView Obect.
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: IDLgrWindow Pickdata on an IDLexObjView Obect. [message #25379] Tue, 12 June 2001 06:25 Go to previous message
Don J Lindler is currently offline  Don J Lindler
Messages: 19
Registered: April 2001
Junior Member
"Don J Lindler" <lindler@rockit.gsfc.nasa.gov> wrote in message
news:9g2til$hv5$1@skates.gsfc.nasa.gov...
> Does anyone have any suggestions on how to get the correct 3-D position
> using the Pickdata method for an IDLgrWindow object which is displaying an
> IDLexObjView. Pickdata correctly finds the objects but returns incorrect
> x,y,z values. I am trying to modify xplot3d.pro to return the x,y, and z
> coordinates of a IDLgrPolyline displayed using Orbs for each datapoint.
>
> Thanks,
> Don Lindler
>
>

Thanks for the input. It convinced me to keep looking for the problem. It
turns out that the routine XPLOT3D.PRO uses the following line to add the
model to the view.

Oview2 -> setproperty, subject = Omodel

which appears to be the same as:

Oview2 -> add, Omodel, /alias

When I replaced the line with simply:

Oview2 -> add, Omodel

Pickdata worked fine.

Thanks,
Don Lindler
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: Mapping question...
Next Topic: netplan

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

Current Time: Fri Oct 10 05:53:18 PDT 2025

Total time taken to generate the page: 0.79792 seconds