<?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: Points imported using a script are missing in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/points-imported-using-a-script-are-missing/m-p/12742183#M16902</link>
    <description>&lt;P&gt;I've edited my title in hopes of getting a reply. Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 29 Apr 2024 23:13:13 GMT</pubDate>
    <dc:creator>nara7ZXKX</dc:creator>
    <dc:date>2024-04-29T23:13:13Z</dc:date>
    <item>
      <title>Points imported using a script are missing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/points-imported-using-a-script-are-missing/m-p/12734624#M16901</link>
      <description>&lt;PRE&gt;&lt;FONT face="Arial, sans-serif"&gt;Hello all and thanks for any insight in advance,&lt;/FONT&gt;
&lt;FONT face="Arial, sans-serif"&gt;&lt;BR /&gt;I am working in AutoCAD24 and do not have access to Civil3D. &lt;/FONT&gt;
&lt;FONT face="Arial, sans-serif"&gt;&lt;BR /&gt;I have adapted a script I found &lt;A href="https://forums.autodesk.com/t5/autocad-forum/import-point-number-and-xyz-data-from-excel-and-display/m-p/7534748#M906533" target="_blank" rel="noopener"&gt;here&lt;/A&gt; to import points with their elevations and descriptions.&lt;/FONT&gt;
&lt;FONT face="Arial, sans-serif"&gt;&lt;BR /&gt;I actually posted &lt;A href="https://forums.autodesk.com/t5/autocad-forum/adjusting-points-especially-elevations/m-p/12703400#M1128676" target="_blank" rel="noopener"&gt;here&lt;/A&gt; awhile ago asking about adjusting points, and didn’t get the answer I needed yet, but you can read about the toys I’m testing. Some features have been removed or rearranged on my property so I’ve thinned the Excel file to only the hardscaping that still exists so I can compare common points measured previously with a total station to those taken currently with a Moasure ONE and Disto S910.&lt;/FONT&gt;
&lt;FONT face="Arial, sans-serif"&gt;Because the Moasure and Disto both start all their files on 0,0,0 after swapping northings and eastings columns from my original csv to x and y, in Excel I then shifted all the points that I’m keeping, so that the Southwest property pin is at 0,0,10 before applying COTATENATE and turning it into a script. &lt;/FONT&gt;
&lt;/PRE&gt;&lt;P align="left"&gt;&lt;FONT face="Arial, sans-serif"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;=CONCATENATE("point ",&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color="#0000ff"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;A2&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;,",",&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color="#ff0000"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;B2&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;,",",&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color="#ff00ff"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;C2&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;," ","text ",&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color="#0000ff"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;A2&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;,",",&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color="#ff0000"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;B2&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;,",",&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color="#ff00ff"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;C2&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;," ",0.15," ",0," ",&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color="#ff00ff"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;C2&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;," \U+000Dtext ",&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color="#0000ff"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;A2&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;,",",&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color="#ff0000"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;B2&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;-0.25,",",&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color="#ff00ff"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;C2&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;," ",0.15," ",0," ",&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color="#ff00ff"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;E2&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;," ")&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;FONT face="Arial, sans-serif"&gt;is what I used. If someone could please steer me to how to bring in the descriptions at a rotation, that would be great please as I need to highlight, select similar, and then apply the rotation. &lt;/FONT&gt;
&lt;FONT face="Arial, sans-serif"&gt;&lt;BR /&gt;But that’s after copying from one drawing to another because I want the drawing “Existing Landscape” to be the one I work in as it has the layers I’ll want to use. I suspected it needs a purge because the script only brought in a small handful of points and must have got hung up on something. But there were no purge-able entities.&lt;/FONT&gt;
&lt;FONT face="Arial, sans-serif"&gt;Instead I used the script in the “Test with Reduced Points” drawing that has all the original points with their numbers only at 5000,5000, 100 coordinates so they don’t interfere in location. &lt;/FONT&gt;
&lt;FONT face="Arial, sans-serif"&gt;Even though I don’t want to have any negative elevations, I decided to drop everything so the 0 datum would be on the patio corner where I started with the Disto and Moasure, so I adjusted the Excel and created a different script. &lt;/FONT&gt;
&lt;FONT face="Arial, sans-serif"&gt;When I brought that in, I noticed that some labels appeared stacked, while others were staggered as intended. &lt;/FONT&gt;

&lt;FONT face="Arial, sans-serif"&gt;Confused, I moved those points out of the way and reran the first script. Again, most everything was stacked, but some points were missing like when I tried in the other drawing. And there were 2 points where part of the label appeared, but not the point. &lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT face="Arial, sans-serif"&gt;So! What setting is allowing this to work once in one drawing but not the other?&lt;/FONT&gt;&lt;/PRE&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 23:12:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/points-imported-using-a-script-are-missing/m-p/12734624#M16901</guid>
      <dc:creator>nara7ZXKX</dc:creator>
      <dc:date>2024-04-29T23:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Points imported using a script are missing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/points-imported-using-a-script-are-missing/m-p/12742183#M16902</link>
      <description>&lt;P&gt;I've edited my title in hopes of getting a reply. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 23:13:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/points-imported-using-a-script-are-missing/m-p/12742183#M16902</guid>
      <dc:creator>nara7ZXKX</dc:creator>
      <dc:date>2024-04-29T23:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Points imported using a script are missing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/points-imported-using-a-script-are-missing/m-p/12742263#M16903</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;default setting in Acad is to use running object snaps (if they are on) while automation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Short test: Press [F3] and run script..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Better&lt;/P&gt;
&lt;P&gt;Change this setting by add a new first line in your script&lt;/P&gt;
&lt;P&gt;Osnapcoord 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, it doesn't if osnaps are on or not&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 00:09:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/points-imported-using-a-script-are-missing/m-p/12742263#M16903</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2024-04-30T00:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Points imported using a script are missing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/points-imported-using-a-script-are-missing/m-p/12743028#M16904</link>
      <description>&lt;P&gt;It looks to me as if your point plotting is suffering from the effect of the running snaps, so I think that all your points are plotted on top of each other instead of being missing.&lt;/P&gt;&lt;P&gt;To disable running snaps for one command at a time, you must introduce "_non " before each set of coordinates in the concatenation (notice the space after non before the quote marks).&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;=CONCATENATE("point "&lt;FONT color="#FF6600"&gt;,"_non "&lt;/FONT&gt;,&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color="#0000ff"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;A2&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;,",",&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color="#ff0000"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;B2&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;,",",&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color="#ff00ff"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;C2&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;," ","text ",&lt;FONT color="#FF0000"&gt;"_non "&lt;/FONT&gt;,&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color="#0000ff"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;A2&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;,",",&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color="#ff0000"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;B2&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;,",",&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color="#ff00ff"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;C2&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;," ",0.15," ",0," ",&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color="#ff00ff"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;C2&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;," \U+000Dtext ",&lt;FONT color="#FF6600"&gt;"_non "&lt;FONT color="#000000"&gt;,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color="#0000ff"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;A2&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;,",",&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color="#ff0000"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;B2&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;-0.25,",",&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color="#ff00ff"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;C2&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;," ",0.15," ",0," ",&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color="#ff00ff"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;E2&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;," ")&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;It then does not matter whether running snaps are active or not.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 09:24:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/points-imported-using-a-script-are-missing/m-p/12743028#M16904</guid>
      <dc:creator>richard_387</dc:creator>
      <dc:date>2024-04-30T09:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Points imported using a script are missing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/points-imported-using-a-script-are-missing/m-p/12744506#M16905</link>
      <description>&lt;P&gt;Thank you!!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 19:08:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/points-imported-using-a-script-are-missing/m-p/12744506#M16905</guid>
      <dc:creator>nara7ZXKX</dc:creator>
      <dc:date>2024-04-30T19:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Points imported using a script are missing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/points-imported-using-a-script-are-missing/m-p/12744517#M16906</link>
      <description>&lt;P&gt;Thank you! Yes, it is the snaps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you also please suggest where and what I'd insert into the script to have the text rotated?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 19:12:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/points-imported-using-a-script-are-missing/m-p/12744517#M16906</guid>
      <dc:creator>nara7ZXKX</dc:creator>
      <dc:date>2024-04-30T19:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Points imported using a script are missing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/points-imported-using-a-script-are-missing/m-p/12744716#M16907</link>
      <description>&lt;P&gt;Start the command (text) and check out what Acad ask for,&lt;/P&gt;
&lt;P&gt;write down your keystrokes and you know what you have to add (or to change)&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 21:05:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/points-imported-using-a-script-are-missing/m-p/12744716#M16907</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2024-04-30T21:05:03Z</dc:date>
    </item>
  </channel>
</rss>

