Plotting multi sheet with different media
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, everyone.
I have a issue with the PlotInfo in the Plotting API
In my test drawing there are 10 PaperSpaces, 8 are with A1 size sheet and 2 are A2 size sheet.
The problem is, when a validate the PlotInfo first time (before PlotEngine.BeginDocument), it is in one of A1 PaperSpaces.
As the layout change, I need to validate it again (before PlotEngine.BeginPage).
So in the 9th PaperSpace the Media change, to a Media that has a size close to A2. But when change the Media, i receve a exception.
If I force all PaperSpaces to plot in the same Media, the exception does not happen.
My question is, there is a way to change the Media?
Don't make sense to me can change the Layout, and can not change the size, but in the documentation says:
Do not edit the PlotInfo during the plotting.
Thanks
Gdiael Barros