<?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 How to Name a Point? in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/how-to-name-a-point/m-p/9384193#M110300</link>
    <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an AutoCAD file, out of which I want to extract the coordinates into the excel. The points are created through the intersection of the lines. So, to export the coordinates I am placing the "points" there. However, I want to give names to the points like P101, P102... so that while extracting the coordinate data to excel I could get the name of the point automatically.&amp;nbsp; I can try other methods as well if there is any because there are 100s of points and all the points are getting a name as ''POINT''.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Wed, 18 Mar 2020 09:15:28 GMT</pubDate>
    <dc:creator>it</dc:creator>
    <dc:date>2020-03-18T09:15:28Z</dc:date>
    <item>
      <title>How to Name a Point?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-name-a-point/m-p/9384193#M110300</link>
      <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an AutoCAD file, out of which I want to extract the coordinates into the excel. The points are created through the intersection of the lines. So, to export the coordinates I am placing the "points" there. However, I want to give names to the points like P101, P102... so that while extracting the coordinate data to excel I could get the name of the point automatically.&amp;nbsp; I can try other methods as well if there is any because there are 100s of points and all the points are getting a name as ''POINT''.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 09:15:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-name-a-point/m-p/9384193#M110300</guid>
      <dc:creator>it</dc:creator>
      <dc:date>2020-03-18T09:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Name a Point?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-name-a-point/m-p/9384201#M110301</link>
      <description>&lt;P&gt;Unless you have some vertical (eg. C3D) you are not able to assign a name to a regular point.&lt;/P&gt;
&lt;P&gt;What can be done is to make a block that will have an attribute. Something like the attachment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 09:21:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-name-a-point/m-p/9384201#M110301</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2020-03-18T09:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to Name a Point?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-name-a-point/m-p/9384894#M110302</link>
      <description>&lt;P&gt;Another workaround could be replacing all the &lt;FONT color="#3366FF"&gt;&lt;STRONG&gt;POINT&lt;/STRONG&gt;&lt;/FONT&gt; objects with &lt;FONT color="#3366FF"&gt;&lt;STRONG&gt;TEXT&lt;/STRONG&gt;&lt;/FONT&gt; objects.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Set the &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;POSITION X&lt;/STRONG&gt;&lt;/FONT&gt; and &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;POSITION Y&lt;/STRONG&gt;&lt;/FONT&gt; values of that &lt;FONT color="#3366FF"&gt;&lt;STRONG&gt;TEXT&lt;/STRONG&gt;&lt;/FONT&gt; objects on each &lt;STRONG&gt;&lt;FONT color="#3366FF"&gt;LINE&lt;/FONT&gt;&lt;/STRONG&gt; intersection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fill each &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;CONTENTS&lt;/STRONG&gt;&lt;/FONT&gt; value with an unique name. You can try the &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;&lt;A title="TCOUNT Command" href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2019/ENU/AutoCAD-Core/files/GUID-4B92219C-DA94-4D71-B308-D3818D3C6B8F-htm.html" target="_blank" rel="noopener"&gt;TCOUNT&lt;/A&gt;&lt;/FONT&gt;&lt;/STRONG&gt; command to batch rename all the &lt;FONT color="#3366FF"&gt;&lt;STRONG&gt;TEXT&lt;/STRONG&gt;&lt;/FONT&gt; objects with a sequential number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally run the &lt;STRONG&gt;&lt;A title="DX Command" href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/screencast/Main/Details/08247d03-9c37-4dc8-9e1b-9a0828004b93.html" target="_blank" rel="noopener"&gt;DX&lt;/A&gt;&lt;/STRONG&gt; command, check only &lt;STRONG&gt;&lt;FONT color="#3366FF"&gt;TEXT&lt;/FONT&gt;&lt;/STRONG&gt; from the objects list and then check only &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;POSITION X&lt;/FONT&gt;&lt;/STRONG&gt;, &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;POSITION Y&lt;/STRONG&gt;&lt;/FONT&gt;, &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;POSITION Z&lt;/FONT&gt;&lt;/STRONG&gt; and &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;CONTENTS&lt;/FONT&gt;&lt;/STRONG&gt; from the properties list.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 14:30:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-name-a-point/m-p/9384894#M110302</guid>
      <dc:creator>fatal.error</dc:creator>
      <dc:date>2020-03-18T14:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Name a Point?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-name-a-point/m-p/9384934#M110303</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is something similar which I found&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/autocad-lt-forum/how-to-create-a-specific-point-label-style/td-p/9355929" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/autocad-lt-forum/how-to-create-a-specific-point-label-style/td-p/9355929&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 14:47:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-name-a-point/m-p/9384934#M110303</guid>
      <dc:creator>vinodkl</dc:creator>
      <dc:date>2020-03-18T14:47:14Z</dc:date>
    </item>
  </channel>
</rss>

