<?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: Lisp to create Point with name Labeling in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/11606790#M37355</link>
    <description>&lt;P&gt;Did you attach the wrong file?&amp;nbsp; I don't see any relationship between your image and what the file does.&amp;nbsp; At the least, if I give it a starting number of 0, it doesn't put 0 at &lt;EM&gt;every&lt;/EM&gt; location, but increments the numbers upward, so it won't make what you have in your image.&amp;nbsp; What would be the purpose of having them all be the same, when you therefore can't distinguish one point from another by its nearby Text?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And the code has some strange things in it, like asking you to supply a file name twice when it could ask only once, and the use of&lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#000000"&gt; (* 1 pi) &lt;/FONT&gt;&lt;/STRONG&gt;when plain&lt;FONT face="courier new,courier" color="#000000"&gt;&lt;STRONG&gt; pi&lt;/STRONG&gt; &lt;/FONT&gt;would do [why multiply anything by 1?].&amp;nbsp; And something's wrong with the chart-making [not included in the image] -- it seems to do the first point's worth by itself, but not subsequent ones without some encouragement, by hitting Enter/space a few times and ignoring some error messages.&amp;nbsp; And that gets around to only the Text elements, but doesn't do the linework that the code looks like it's intended to draw.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Finally, I would recommend &lt;EM&gt;not&lt;/EM&gt; using "I" as a command name, since it is the default command alias for INSERT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More explanation, and a sample drawing file complete with &lt;EM&gt;all&lt;/EM&gt; that the routine does, would help.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Dec 2022 14:46:04 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2022-12-08T14:46:04Z</dc:date>
    <item>
      <title>Lisp to create Point with name Labeling</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/11606346#M37352</link>
      <description>&lt;P&gt;Hey All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please i need a Lisp to create Point with name Labeling (example RE or CRB).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 11:16:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/11606346#M37352</guid>
      <dc:creator>m.galib</dc:creator>
      <dc:date>2022-12-08T11:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp to create Point with name Labeling</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/11606554#M37353</link>
      <description>&lt;P&gt;Post some dwg sample to take a look at what you have in mind.&lt;/P&gt;
&lt;P&gt;Is it a C3D label or just a text?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 13:06:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/11606554#M37353</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2022-12-08T13:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp to create Point with name Labeling</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/11606606#M37354</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 552px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1150036i33D18D72246D54D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Lisp attached as it is..i think we just need to make some changes in lisp please check.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 13:32:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/11606606#M37354</guid>
      <dc:creator>m.galib</dc:creator>
      <dc:date>2022-12-08T13:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp to create Point with name Labeling</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/11606790#M37355</link>
      <description>&lt;P&gt;Did you attach the wrong file?&amp;nbsp; I don't see any relationship between your image and what the file does.&amp;nbsp; At the least, if I give it a starting number of 0, it doesn't put 0 at &lt;EM&gt;every&lt;/EM&gt; location, but increments the numbers upward, so it won't make what you have in your image.&amp;nbsp; What would be the purpose of having them all be the same, when you therefore can't distinguish one point from another by its nearby Text?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And the code has some strange things in it, like asking you to supply a file name twice when it could ask only once, and the use of&lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#000000"&gt; (* 1 pi) &lt;/FONT&gt;&lt;/STRONG&gt;when plain&lt;FONT face="courier new,courier" color="#000000"&gt;&lt;STRONG&gt; pi&lt;/STRONG&gt; &lt;/FONT&gt;would do [why multiply anything by 1?].&amp;nbsp; And something's wrong with the chart-making [not included in the image] -- it seems to do the first point's worth by itself, but not subsequent ones without some encouragement, by hitting Enter/space a few times and ignoring some error messages.&amp;nbsp; And that gets around to only the Text elements, but doesn't do the linework that the code looks like it's intended to draw.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Finally, I would recommend &lt;EM&gt;not&lt;/EM&gt; using "I" as a command name, since it is the default command alias for INSERT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More explanation, and a sample drawing file complete with &lt;EM&gt;all&lt;/EM&gt; that the routine does, would help.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 14:46:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/11606790#M37355</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2022-12-08T14:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp to create Point with name Labeling</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/11607728#M37356</link>
      <description>&lt;P&gt;Regards&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12736884"&gt;@m.galib&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is not necessary to apply lisp, the Acad "FIND" command can do it.&lt;/P&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="calderg1000_0-1670533061788.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1150259i37CCC59CC9020F4C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="calderg1000_0-1670533061788.png" alt="calderg1000_0-1670533061788.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 21:00:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/11607728#M37356</guid>
      <dc:creator>calderg1000</dc:creator>
      <dc:date>2022-12-08T21:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp to create Point with name Labeling</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/11608022#M37357</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12736884"&gt;@m.galib&lt;/a&gt;&amp;nbsp; some like it?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="devitg_0-1670543404978.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1150314iA68B7A89B0700043/image-size/medium?v=v2&amp;amp;px=400" role="button" title="devitg_0-1670543404978.png" alt="devitg_0-1670543404978.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(defun run ()
       (setq pll (getstring t "\n get name of new file (name.ext) :")) ; t so you can put spaces 
       (setq pl (open pll "w"))
       ;(setq e (getstring "\nget no. of first Point :"))
       ;(setq a (atoi e))
        (setq  a "GRB")
 
  (setq osmode (getvar 'osmode))
(setvar 'osmode 512)
  
       (while (setq p (getpoint "\nselect point :"))
       
;;;              (setq v1 (strcat "\n " (itoa a) "    "))
              (setq v1  (strcat "\n "  a "    "))     
              (setq d (polar p (/ (* 1 pi) 2) 0.5))    
              (command "layer" "m" "number" "c" "3" "" "")
              (command "text" "m" d 1.0 0.0 a)
              (setq num (entlast))
              (command "change" num "" layer "" number "") 
              
              (command "layer" "m" "point" "c" "1" "" "")
              (command "point" p)
              (setq pt (entlast))
              (command "change" pt "" layer "" point "")   
              (princ v1 pl)
              
              (setq x (car p))
              (setq x (rtos x 2 3)) 
              (setq x (strcat x "             "))
              (setq v2 x)
              (princ v2 pl)
              
              (setq y (cadr p))
              (setq y (rtos y 2 3))
              (setq y (strcat y "          "))
              (setq v3 y)
              (princ v3 pl)
;;;              (setq a (+ a 1))
       )
       (command "layer" "m" "txt" "c" "5" "" "")
       (close pl)
       (redraw)
       (princ)
)
; to get what is at pll
(startapp "notepad" pll)
;;
(defun c:pt+lb ()
       (run)
  
       ;(setq fil (getstring "\nget name of the file (name.ext) :"))
          
  (setq fil pll); you just have the file.
       (setq p1 (getpoint "select insertion point :"))
       (setq p2 (polar p1 0.0 30.0))
       (setq p3 (polar p1 0.0 100.0))
       (setq p4 (polar p1 (/ (* -1 pi) 2) 20.0))
       (setq p5 (polar p4 0.0 30.0))
       (setq p6 (polar p4 0.0 65.0))
       (setq p7 (polar p4 0.0 100.0))
       (setq p8 (polar p2 (/ (* -1 pi) 2) 10.0))
       (setq p9 (polar p8 0.0 35.0))
       (setq p10 (polar p8 0.0 70.0))
       (setq p11 (polar p8 (* -1 pi) 15.0))
       (setq p12 (polar p8 (/ pi 2) 5.0))
       (setq p13 (polar p8 (/ (* -1 pi) 2) 5.0))
       (setq p14 (polar p12 0.0 35.0))
       (setq p15 (polar p13 0.0 17.5))
       (setq p16 (polar p13 0.0 52.5))
       (setq p1- (polar p1 (/ (* -1 pi) 2) 2000000000.0))

       (command "text" "m" p11 3.0 0.0 "POINT NO.")
       (command "text" "m" p14 3.0 0.0 "COORDINATES")
       (command "text" "m" p15 3.0 0.0 "X")
       (command "text" "m" p16 3.0 0.0 "Y")
  ;new lines
(setq osmode (getvar 'osmode))
  (setvar 'osmode 0)
  ;new 
                       (command "line" p1 p4 "")
       (setq L14 (entlast))
       (command "line" p2 p8 p5 "")
       (setq L285 (entlast))
       (command "line" p9 p6 "")
       (setq L96 (entlast))
       (command "line" p3 p10 p7 "")
       (setq L3107 (entlast))
       (command "line" p1 p2 p3 "")
       (command "line" p8 p9 p10 "")
       (command "pline" p4 p5 p6 p7 "")
       (setq L4567 (entlast))

       (setq fill (open fil "r"))
       (read-line fill)
       (setq new ())
       (setq j 0.0)
       (setq p44 p4)
       (while (setq S (read-line fill))
              (setq pt (polar p44 (/ (* -1 pi) 2) (+ 5 j)))
              (setq pt1 (polar pt 0.0 15.0))
              (setq pt2 (polar pt 0.0 47.5))
              (setq pt3 (polar pt 0.0 82.5))
              
              (setq t1 (substr S 1 4))
              (setq t2 (substr S 5 16))
              (setq t3 (substr S 21 32))
              
              (command "text" "m" pt1 3.0 0.0 t1)
              (command "text" "m" pt2 3.0 0.0 t2)
              (command "text" "m" pt3 3.0 0.0 t3)
              
              (setq p4 (polar p4 (/ (* -1 pi) 2) 10.0))
              (setq p5 (polar p5 (/ (* -1 pi) 2) 10.0))
              (setq p6 (polar p6 (/ (* -1 pi) 2) 10.0))  
              (setq p7 (polar p7 (/ (* -1 pi) 2) 10.0))    
              
              (command "offset" (+ j 10.0) (list L4567 p4) p1- "")
              (setq new (entlast))
              
              (command "extend" new "" (list L14 P4) "")
              (command "extend" new "" (list L285 p5) "")
              (command "extend" new "" (list L96 p6) "")
              (command "extend" new "" (list L3107 p7) "")
              (setq j (+ j 10.0))
       )
       (close fill); to close fill

  
)&lt;/LI-CODE&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;</description>
      <pubDate>Thu, 08 Dec 2022 23:50:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/11608022#M37357</guid>
      <dc:creator>devitg</dc:creator>
      <dc:date>2022-12-08T23:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp to create Point with name Labeling</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/11608770#M37358</link>
      <description>&lt;P&gt;Is this to do with say field surveys where a point file has XYZ &amp;amp; code, then you want to string them all together ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So post a data file. After all this is the stuff CIVIL software does and more.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 09:38:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/11608770#M37358</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2022-12-09T09:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp to create Point with name Labeling</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/11610912#M37359</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/58962"&gt;@devitg&lt;/a&gt;I’m thankful for your support and understanding what i need exactly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1-I have attached your DWG. with the additional&amp;nbsp; which needed .&lt;/P&gt;&lt;P&gt;2- Main DWG.&amp;nbsp; is attached where i have to create those points on every CYAN Lines and need to export them&amp;nbsp; in Excel or Notepad format ( The Lisp i have attached in previous does the same in some unknown format and its seems like Notepad).&lt;/P&gt;&lt;P&gt;3- The Lisp you attached here is giving error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Dec 2022 08:40:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/11610912#M37359</guid>
      <dc:creator>m.galib</dc:creator>
      <dc:date>2022-12-10T08:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp to create Point with name Labeling</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/11610915#M37360</link>
      <description>&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4920461"&gt;@calderg1000&lt;/a&gt;, Thanks for kind reply, but am asking the help here to create point with labelling.</description>
      <pubDate>Sat, 10 Dec 2022 08:42:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/11610915#M37360</guid>
      <dc:creator>m.galib</dc:creator>
      <dc:date>2022-12-10T08:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp to create Point with name Labeling</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/11610923#M37361</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt; Thank you so much for reply . Sorry I didn't explain myself well.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Dec 2022 08:49:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/11610923#M37361</guid>
      <dc:creator>m.galib</dc:creator>
      <dc:date>2022-12-10T08:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp to create Point with name Labeling</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/11610927#M37362</link>
      <description>&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6254908"&gt;@Sea-Haven&lt;/a&gt;, thanks for your suggestion, Currently I'm using just AutoCad.</description>
      <pubDate>Sat, 10 Dec 2022 08:53:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/11610927#M37362</guid>
      <dc:creator>m.galib</dc:creator>
      <dc:date>2022-12-10T08:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp to create Point with name Labeling</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/11613552#M37363</link>
      <description>&lt;P&gt;So do you have a data points file that we could look at ?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 08:20:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/11613552#M37363</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2022-12-12T08:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp to create Point with name Labeling</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/12824769#M37364</link>
      <description>&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;i see that lisp is very good&amp;nbsp;&lt;/P&gt;&lt;P&gt;but i need to select a group of points in one time then to create the table of the coordinates &amp;amp; label&lt;/P&gt;&lt;P&gt;not one by one&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 07:15:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/12824769#M37364</guid>
      <dc:creator>remon.shawky</dc:creator>
      <dc:date>2024-06-07T07:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp to create Point with name Labeling</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/12825029#M37365</link>
      <description>&lt;P&gt;Post a dwg showing clearly the "POINT" to be labelled. With say a before and after of the point, yes table can be created no problem.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 09:48:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/12825029#M37365</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2024-06-07T09:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp to create Point with name Labeling</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/12990476#M37366</link>
      <description>&lt;P&gt;Hi, can you help me with this too? Thank you.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="456294024_485564250905761_5644114420608296138_n.jpg" style="width: 946px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1403785i7F31898F62006B53/image-size/large?v=v2&amp;amp;px=999" role="button" title="456294024_485564250905761_5644114420608296138_n.jpg" alt="456294024_485564250905761_5644114420608296138_n.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 02:49:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/12990476#M37366</guid>
      <dc:creator>kamjonggg24</dc:creator>
      <dc:date>2024-08-30T02:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp to create Point with name Labeling</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/12990720#M37367</link>
      <description>&lt;P&gt;Something like what you want is best by going way back and use something like CIV3D or another Civil package "Civil site design" the labelling of field survey points and the stringing is all built in, you can control say by point type "CRB",&amp;nbsp; layer, or just pick a point and use the inbuilt labeller.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 06:05:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-create-point-with-name-labeling/m-p/12990720#M37367</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2024-08-30T06:05:37Z</dc:date>
    </item>
  </channel>
</rss>

