Autocad -Plot command one of the parameter is not working as expected in custom lsp when opening DWG drawing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We have a custom starter lsp script, which when we load the autocad drawing makes some changes to the drawing settings and parameters. One of the section in lsp runs -PLOT command and it is not working as expected in one of the virtual machines.
FILEIDA system variable is set to 0 before the plot command is executed, so that FileDialogue does not show up in the process of loading autocad drawing.
But , when -plot command is executed, The File Dialogue is shown expecting to enter the filepath..(which is not expected since we have set the FILEIDA =0).
We are using Autocad 2014 version. and opening *.DWG drawing , OS is Windows 10 where Autocad 2014 is installed.
Plot command:
(command "-plot" "y" "Merchandise Layout" "DWG to PDF.pc3" "ARCH expand E1 (30.00 x 42.00 Inches)" "inches" "landscape" "n" "extents" "1=1" "center" "y" "." "y" "y" "n" "n" "n" "y" "n")
"n" is the FileDialogue parameter which not working as expected in -PLOT command
If anyone has faced similar issue and found a resolution please post here.