I'm always interested in undocumented commands that may do something I really need. Do you have the time to give a one sentence explanation of the "JPEG" commands you listed? Also, do you know if these will become "official" documented commands at 5.7?
Thanks,
Jim P.
James J. Patterson Engineering Analyst Hendrickson Trailer Suspension Systems 2070 Industrial Place SE Canton, OH 44707 Tele: 330-489-0095 Fax: 330-489-0450 email: jpatterson@h...
"James J.
Kosloski" To:
ai.com> Subject: RE: [xansys] Controlling name of jpeg output
11/30/00
03:50 PM
There are a couple of undocumented commands that should help with this: Using Mark's macro below
/dev,psfn,ninc ! Command to prevent indexing of jpgs (or ps files) ! all plots will be jobname.jpg /sho,jpeg ! switch output to jpeg file replo ! replot output(sending it to jpeg file) /show,close ! make sure all data is written to file (no small files) /sho,term ! switch output back to screen /RENAME,,jpg,,myname,jpg ! Use the ANSYS rename command for platform compatibility !/sys,rename Jobname000.jpg MyName.jpg ! rename jpeg file