<?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: Entities not created at the coordinates I specify in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/entities-not-created-at-the-coordinates-i-specify/m-p/7531129#M7312</link>
    <description>&lt;P&gt;That appears to have solved it.&amp;nbsp; It was set to "Unnamed" &amp;amp; I set it to "World" now.&amp;nbsp; Thank you so much.&amp;nbsp; Do you know if there is a method to set the UCS in code?&lt;/P&gt;</description>
    <pubDate>Thu, 09 Nov 2017 16:09:23 GMT</pubDate>
    <dc:creator>NickBrege</dc:creator>
    <dc:date>2017-11-09T16:09:23Z</dc:date>
    <item>
      <title>Entities not created at the coordinates I specify</title>
      <link>https://forums.autodesk.com/t5/vba-forum/entities-not-created-at-the-coordinates-i-specify/m-p/7530660#M7308</link>
      <description>&lt;P&gt;I'm having an issue of my entities not being created at the coordinates I specify in code.&amp;nbsp; For example, if I create a circle entity (see code below) with a center point of 0,0,0 it is not created there, but at a coordinate of -347,-1957,0.&amp;nbsp; Does anybody have any idea what might be going on here?&amp;nbsp; Any help would be greatly appreciated.&amp;nbsp; Thanks...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Dim center() As Double = {0.0, 0.0, 0.0}
Dim circleObj As AcadCircle = doc.ModelSpace.AddCircle(center, 1.0)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 348px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/423937i4E375FD0F1F7B65D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 13:57:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/entities-not-created-at-the-coordinates-i-specify/m-p/7530660#M7308</guid>
      <dc:creator>NickBrege</dc:creator>
      <dc:date>2017-11-09T13:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Entities not created at the coordinates I specify</title>
      <link>https://forums.autodesk.com/t5/vba-forum/entities-not-created-at-the-coordinates-i-specify/m-p/7531026#M7309</link>
      <description>&lt;P&gt;Do you have a user coordinate system in effect?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 15:44:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/entities-not-created-at-the-coordinates-i-specify/m-p/7531026#M7309</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2017-11-09T15:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Entities not created at the coordinates I specify</title>
      <link>https://forums.autodesk.com/t5/vba-forum/entities-not-created-at-the-coordinates-i-specify/m-p/7531038#M7310</link>
      <description>&lt;P&gt;Not that I am aware of.&amp;nbsp; How would I check something like that?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 15:48:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/entities-not-created-at-the-coordinates-i-specify/m-p/7531038#M7310</guid>
      <dc:creator>NickBrege</dc:creator>
      <dc:date>2017-11-09T15:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Entities not created at the coordinates I specify</title>
      <link>https://forums.autodesk.com/t5/vba-forum/entities-not-created-at-the-coordinates-i-specify/m-p/7531053#M7311</link>
      <description>&lt;P&gt;UCSMAN will show you what UCS's have been defined and which one is current.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 15:53:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/entities-not-created-at-the-coordinates-i-specify/m-p/7531053#M7311</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2017-11-09T15:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Entities not created at the coordinates I specify</title>
      <link>https://forums.autodesk.com/t5/vba-forum/entities-not-created-at-the-coordinates-i-specify/m-p/7531129#M7312</link>
      <description>&lt;P&gt;That appears to have solved it.&amp;nbsp; It was set to "Unnamed" &amp;amp; I set it to "World" now.&amp;nbsp; Thank you so much.&amp;nbsp; Do you know if there is a method to set the UCS in code?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 16:09:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/entities-not-created-at-the-coordinates-i-specify/m-p/7531129#M7312</guid>
      <dc:creator>NickBrege</dc:creator>
      <dc:date>2017-11-09T16:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Entities not created at the coordinates I specify</title>
      <link>https://forums.autodesk.com/t5/vba-forum/entities-not-created-at-the-coordinates-i-specify/m-p/7531277#M7313</link>
      <description>&lt;P&gt;You may need to keep the current ucs. You can translate a point from one coordinate system to another. In the Object Browser, find the TranslateCoordinates method of the AcadUtility object and click on the help button. It will explain it and there is a code sample. PS, if I solved your original question, I would appreciate if you marked it as solved.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 16:50:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/entities-not-created-at-the-coordinates-i-specify/m-p/7531277#M7313</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2017-11-09T16:50:39Z</dc:date>
    </item>
  </channel>
</rss>

