librarian@ADUS.ECN.UIOWA.EDU (ADUS librarian) (01/24/91)
I have a user not on the Internet who is looking for something to convert GMR3D files into CGM or HPGL format. Does anyone know of such a thing? Thanks in advance, Dave Shaw librarian@adus.ecn.uiowa.edu
krowitz@RICHTER.MIT.EDU (David Krowitz) (01/24/91)
There are two 3D GMR calls, gmr_$print_display and gmr_$print_viewport which are supposed to render their containts into a output file according to the "print_style". My out of date insert files show two available print styles for 3D GMR, postscript and CGM. All you should need to do is to open the metafile, and then call one of the two "print" routines with the CGM print style. -- David Krowitz krowitz@richter.mit.edu (18.83.0.109) krowitz%richter.mit.edu@eddie.mit.edu krowitz%richter.mit.edu@mitvma.bitnet (in order of decreasing preference)
steffenp@hpbbi4.BBN.HP.COM (#Steffen Papke) (01/28/91)
David, thanks for your reply. Though it is not documented it should work! Regards, Steffen / hpbbi4:comp.sys.apollo / krowitz@RICHTER.MIT.EDU (David Krowitz) / 11:17 pm Jan 23, 1991 / There are two 3D GMR calls, gmr_$print_display and gmr_$print_viewport which are supposed to render their containts into a output file according to the "print_style". My out of date insert files show two available print styles for 3D GMR, postscript and CGM. All you should need to do is to open the metafile, and then call one of the two "print" routines with the CGM print style. -- David Krowitz krowitz@richter.mit.edu (18.83.0.109) krowitz%richter.mit.edu@eddie.mit.edu krowitz%richter.mit.edu@mitvma.bitnet (in order of decreasing preference) ----------