<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SetPlotorigin not working in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/setplotorigin-not-working/m-p/3352473#M57115</link>
    <description>&lt;P&gt;The only thing I am setting is the plot type -&amp;gt;Autodesk.AutoCAD.DatabaseServices.PlotType.Extents&lt;/P&gt;&lt;P&gt;My thinking is if changing the origin pushes part of the plot off the page it should automatically just clip it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 29 Feb 2012 18:42:03 GMT</pubDate>
    <dc:creator>GeeHaa</dc:creator>
    <dc:date>2012-02-29T18:42:03Z</dc:date>
    <item>
      <title>SetPlotorigin not working</title>
      <link>https://forums.autodesk.com/t5/net-forum/setplotorigin-not-working/m-p/3350845#M57110</link>
      <description>&lt;PRE&gt;acPlSetVdr.SetPlotRotation(acPlSet, orient) Dim xyoff As Point2d = New Point2d(Convert.ToDouble(Xoff), Convert.ToDouble(Yoff)) If Xoff = "0.0" And Yoff = "0.0" Then '' Center the plot acPlSetVdr.SetPlotCentered(acPlSet, True) Else acPlSetVdr.SetPlotCentered(acPlSet, False) acPlSetVdr.SetPlotOrigin(acPlSet, xyoff) 'MsgBox(acPlSet.PlotOrigin.ToString) End If&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone tell me why the plot origin does not move. It is staying centered even though I set it to 0,3&lt;/P&gt;&lt;P&gt;I'm using a transaction. The msgBox come up with (0,3). Plot rotation works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2012 20:41:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setplotorigin-not-working/m-p/3350845#M57110</guid>
      <dc:creator>GeeHaa</dc:creator>
      <dc:date>2012-02-28T20:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: SetPlotorigin not working</title>
      <link>https://forums.autodesk.com/t5/net-forum/setplotorigin-not-working/m-p/3350971#M57111</link>
      <description>&lt;P&gt;Try doing the&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;acPlSetVdr.SetPlotOrigin&lt;/PRE&gt;&lt;P&gt;statement without an IF statement. See what that does.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2012 21:50:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setplotorigin-not-working/m-p/3350971#M57111</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-28T21:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: SetPlotorigin not working</title>
      <link>https://forums.autodesk.com/t5/net-forum/setplotorigin-not-working/m-p/3351005#M57112</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I step through the code it executes the statements&amp;nbsp;following the else condition. But I tried moving it out- Still does not change the origin. I also checked for a rouge setplotcentered statement. But find did not find anything with the word centered in it other than the if statement.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2012 22:17:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setplotorigin-not-working/m-p/3351005#M57112</guid>
      <dc:creator>GeeHaa</dc:creator>
      <dc:date>2012-02-28T22:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: SetPlotorigin not working</title>
      <link>https://forums.autodesk.com/t5/net-forum/setplotorigin-not-working/m-p/3352411#M57114</link>
      <description>&lt;P&gt;my guess is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. copy the new, validated settings back to the layout;&lt;/P&gt;&lt;P&gt;2. check any collision of settings that directly affect the plot origin, in particular plot area and plot type.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;felix&lt;/P&gt;</description>
      <pubDate>Wed, 29 Feb 2012 18:20:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setplotorigin-not-working/m-p/3352411#M57114</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-29T18:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: SetPlotorigin not working</title>
      <link>https://forums.autodesk.com/t5/net-forum/setplotorigin-not-working/m-p/3352473#M57115</link>
      <description>&lt;P&gt;The only thing I am setting is the plot type -&amp;gt;Autodesk.AutoCAD.DatabaseServices.PlotType.Extents&lt;/P&gt;&lt;P&gt;My thinking is if changing the origin pushes part of the plot off the page it should automatically just clip it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 29 Feb 2012 18:42:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setplotorigin-not-working/m-p/3352473#M57115</guid>
      <dc:creator>GeeHaa</dc:creator>
      <dc:date>2012-02-29T18:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: SetPlotorigin not working</title>
      <link>https://forums.autodesk.com/t5/net-forum/setplotorigin-not-working/m-p/3353823#M57116</link>
      <description>&lt;P&gt;well, that could be it, precisley: plottype.extents is said to print everything within the boundaries of the current space. in&amp;nbsp;turn this could determine the plotorigin. if that holds true, you might have just answered it&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2012 15:04:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setplotorigin-not-working/m-p/3353823#M57116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-01T15:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: SetPlotorigin not working</title>
      <link>https://forums.autodesk.com/t5/net-forum/setplotorigin-not-working/m-p/3353927#M57117</link>
      <description>&lt;P&gt;I figured it out. I just remembered the offset is in millimeters so with (0,3) I couldn't tell it moved. I multiplied by 25.4&amp;nbsp;It works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for all your help.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2012 16:03:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setplotorigin-not-working/m-p/3353927#M57117</guid>
      <dc:creator>GeeHaa</dc:creator>
      <dc:date>2012-03-01T16:03:29Z</dc:date>
    </item>
  </channel>
</rss>

