- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm having problem with the plot command. Sometimes the parameters are not the same. So it will give error during the process or it will stop in the middle of the batch process.
(COMMAND "_.PLOT"
"Y" ;; Detailed plot configuration? [Yes/No] <No>:
"" ;; Enter a layout name or [?] <LAYOUT>:
"PublishToWeb JPG.pc3" ;; Enter an output device name or [?] <DWG To PDF.pc3>:
"" ;; PublishToWeb JPG.pc3 Enter paper size or [?] <Sun Hi-Res (1600.00 x 1280.00 Pixels)>:
"Landscape" ;; Enter drawing orientation [Portrait/Landscape] <Landscape>:
"N" ;; Landscape Plot upside down? [Yes/No] <No>:
"EXTENTS" ;; Enter plot area [Display/Extents/Layout/View/Window] <Window>:
"FIT" ;; Enter plot scale (Plotted pixels=Drawing Units) or [Fit] <1=2>:
"0,0" ;; Enter plot offset (x,y) or [Center] <Center>:
"N" ;; Plot with plot styles? [Yes/No] <Yes>:
"." ;; Enter plot style table name or [?] (enter . for none) <PWA_COLOR_A1.ctb>:
"Y" ;; Plot with lineweights? [Yes/No] <Yes>:
"N" ;; Scale lineweights with plot scale? [Yes/No] <No>:
"N" ;; Plot paper space first? [Yes/No] <No>:
"N" ;; Hide paperspace objects? [Yes/No] <No>:
(strcat (getvar "dwgprefix") "Exp2013\\" (getvar "dwgname") "v1.jpg")
"N"
"Y"
)
It will give the following problem
_.PLOT Detailed plot configuration? [Yes/No] <No>: Y
Enter a layout name or [?] <Model>:
Enter an output device name or [?] <None>: PublishToWeb JPG.pc3
Enter paper size or [?] <Sun Hi-Res (1600.00 x 1280.00 Pixels)>:
Enter drawing orientation [Portrait/Landscape] <Portrait>:
Landscape Plot upside down? [Yes/No] <No>: N
Enter plot area [Display/Extents/Limits/View/Window] <Display>: EXTENTS
Enter plot scale (Plotted pixels=Drawing Units) or [Fit] <Fit>: FIT
Enter plot offset (x,y) or [Center] <0.00,0.00>: C
Plot with plot styles? [Yes/No] <Yes>: N
Enter plot style table name or [?] (enter . for none) <>: .
Plot with lineweights? [Yes/No] <Yes>: Y
Enter shade pEnter a layout name or [?] <Model>:
Enter an output device name or [?] <None>:
PublishToWeb JPG.pc3
Enter paper size or [?] <Sun Hi-Res (1600.00 x 1280.00 Pixels)>:
Enter drawing orientation [Portrait/Landscape] <Portrait>:
Landscape Plot upside down? [Yes/No] <No>: N
Enter plot area [Display/Extents/Limits/View/Window] <Display>: EXTENTS
Enter plot scale (Plotted pixels=Drawing Units) or [Fit] <Fit>:
FIT Enter plot offset (x,y) or [Center] <0.00,0.00>: C
Plot with plot styles? [Yes/No] <Yes>: N
Enter plot style table name or [?] (enter . for none) <>: .
Plot with lineweights? [Yes/No] <Yes>: Y
Enter shade plot setting [As displayed/legacy Wireframe/legacy Hidden/Visual styles/Rendered] <As displayed>: N
Enter file name <C:\Users\AlexPalaboy\Desktop\Test\Sai\SmallFiles\Exp2013\test1 - Copy-Model.jpg>: N
Save changes to page setup [Yes/No]? <N> N
Proceed with plot [Yes/No] <Y>: C:\Users\p009790c\Desktop\Test\SEnter file name <C:\Users\AlexPalaboy\Desktop\Test\Sai\SmallFiles\Exp2013\test1 - Copy-Model.jpg>: N
Save changes to page setup [Yes/No]? <N> N Proceed with plot [Yes/No] <Y>: C:\Users\AlexPalaboy\Desktop\Test\Sai\SmallFiles\Exp2013\Exp2013\test1 - Copy.dwgv1.jpg
Yes or No, please.
; error: Function cancelled
Proceed with plot [Yes/No] <Y>:
or
Is there any solution for this kind of problem?
Thanks in advance
Solved! Go to Solution.