TheSwamp

Code Red => .NET => Topic started by: nobody on February 02, 2020, 02:08:21 AM

Title: SetPlotOrigin
Post by: nobody on February 02, 2020, 02:08:21 AM
Seems for me SetPlotOrigin is in millimeters and the x/y are backward. Can anyone confirm the same?
Title: Re: SetPlotOrigin
Post by: Jeff_M on February 02, 2020, 12:05:00 PM
I would think that the units would be whatever the PlotPaperUnit value is for those plostsettings. However, it does appear that the PlotOrigin is always in mm. The XY is always based on the plot orientation being Portrait. When changing to Landscape mode in Acad, the x/y values that are displayed switch, but they remain the same when obtained in the .NET properties.
Title: Re: SetPlotOrigin
Post by: Jeff_M on February 02, 2020, 12:22:34 PM
Looks like all of the values in the plot settings are in mm.
Title: Re: SetPlotOrigin
Post by: nobody on February 03, 2020, 03:41:29 AM
Thanks Jeff m :)