Message 1 of 6
SetWindowToPlot Coordinates
Not applicable
11-30-2006
01:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Does anyone know a reason that 9000 or so would be added to coordinates
passed to SetWindowToPlot?
ThisDrawing.ActiveLayout.RefreshPlotDeviceInfo
Set oPltConf = ThisDrawing.PlotConfigurations("DwfExport")
With oPltConf
.PlotType = acWindow
.SetWindowToPlot dLowLt, dUprRt
.UseStandardScale = True
.StandardScale = acScaleToFit
End With
If I do a -PLOT at the command line, the coordinates are 'shifted' from what
was passed. I've verified this by drawing a line to the points used above.
No UCSs are present...........I'm stumped. The distance between the lower
left/upper right is good.........just shifted 9000 units.
passed to SetWindowToPlot?
ThisDrawing.ActiveLayout.RefreshPlotDeviceInfo
Set oPltConf = ThisDrawing.PlotConfigurations("DwfExport")
With oPltConf
.PlotType = acWindow
.SetWindowToPlot dLowLt, dUprRt
.UseStandardScale = True
.StandardScale = acScaleToFit
End With
If I do a -PLOT at the command line, the coordinates are 'shifted' from what
was passed. I've verified this by drawing a line to the points used above.
No UCSs are present...........I'm stumped. The distance between the lower
left/upper right is good.........just shifted 9000 units.