CGM output from object graphics [message #10282] |
Fri, 14 November 1997 00:00 |
thomas.sutor
Messages: 1 Registered: November 1997
|
Junior Member |
|
|
Dear IDL Users,
Due to some restrictions on the project I'm currently working on, it
would be an advantage to generate cgm files from my object graphic
elements. Is this possible and if yes how?
Thank you in advance
Thomas Sutor
|
|
|
Re: CGM output from object graphics [message #10378 is a reply to message #10282] |
Fri, 14 November 1997 00:00  |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Thomas Sutor (thomas.sutor@dlr.de) writes:
> Due to some restrictions on the project I'm currently working on, it
> would be an advantage to generate cgm files from my object graphic
> elements. Is this possible and if yes how?
I don't believe you can do this directly with object graphics.
I think the best you could do would be to get a snapshot of
the graphics window and send that to the CGM file. You get
a snapshot like this:
info.thisWindow->GetProperty, Image_Data=snapshot
Cheers,
David
-----------------------------------------------------------
David Fanning, Ph.D.
Fanning Software Consulting
E-Mail: davidf@dfanning.com
Phone: 970-221-0438
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|