Hi Everyone!
I've been following the Aveva forum for a while now, gathering useful information, and this is my first time posting. I hope someone might be able to offer some insights.
I'm trying to customize a function for extracting DXF files from an Aveva E3D drawing.
Does anyone have any suggestions on how to extract DXF files via a command? Or perhaps I’m missing something in the Aveva documentation?
For extracting PDFs, I was able to use the following command:
PDF: PLOT SHEE PDF /C:\TEMP\S3.PDF 'PLOTSTYLE "MDS-WPM-MONOCHROME_EI", REDUCETOFIT' A3 CUT OFF BORD 25 OVER
But on DXF, I'm not successful on how to extract them using command basically using the same PLTSTY with PDF: MDS-WPM-MONOCHROME_EI.
Although it's possible to extract both PDF and DXF files using the menu, I'm trying to do this via command for project requirements.
Any help would be greatly appreciated.