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

Home » Public Forums » archive » Re: screen capture of xplot3d
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: screen capture of xplot3d [message #74208 is a reply to message #74064] Sat, 01 January 2011 18:36 Go to previous message
kedmond is currently offline  kedmond
Messages: 8
Registered: July 2008
Junior Member
I agree, it's easier to do what I want in plot3d.pro, but the surface
procedure that it uses to draw the plot symbols doesn't support IDL's
graphical objects...unless I'm mistaken. For example, for the really
nice image I can make in xplot3d, I do something like the following


oSphere1 = obj_new('orb', COLOR=coltet[*, 0], alpha_channel=alphaval)
...
oSymbol1 = obj_new('IDLgrSymbol', oSphere1)
...

xplot3d, x, y, z, symbol=[oSymbol1, oSymbol2 ... ]

and I get the following: http://picasaweb.google.com/kedmond/IDLImages?feat=directlin k

So, for example, it'd be nice if that group of spheres, the 'orb'
object, could rotate in an animation. That's what I'm trying to do.

And I guess Ken Bowman is saying that I need to learn how to use
iTools in order to be able to do this programmaticly.

By the way, I really appreciate everyone's responses! Thanks.

-Kazem





On Dec 31 2010, 4:25 pm, Paulo Penteado <pp.pente...@gmail.com> wrote:
> On Dec 31, 7:18 pm, kedmond <kedm...@gmail.com> wrote:
>
>>     Thanks for the tip.  Yeah, when I say from the command line I mean
>> I want to be able to configure and control things without a mouse so
>> that I can just copy-paste commands from a notes file into the CL.
>> For example, to turn off the axes in xplot3d, you have to go to the
>> View menu and select an Axes type from the sub-menu.  Ideally, xplot3d
>> would be like plot in that you could just define the axes type as a
>> parameter.
>
> Those things can be done with iTools, but it will probably be easier
> with the new graphics (in this particular case, plot3d()). As I
> mentioned above, they have the rotate method, and the window contents
> can be either directly saved to files (save method) or copied to
> arrays (copywindow method). Or the graphics hierarchy could be
> retrieved and used to make a VRML file with IDLgrVRML, I suppose.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Book Draft Finished!
Next Topic: Re: LIST extensions

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

Current Time: Sun Oct 12 00:55:29 PDT 2025

Total time taken to generate the page: 0.16246 seconds