<?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: Insert Block to COGO points in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10625957#M55506</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2832802"&gt;@JohnC_ISM&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;when i used the command it asks to select objects. im not sure what to select so i tried multiple things ie; blocks, lines, points, exploded blocks, and even the whole drawing. the result always said "0 objects found" so im not sure what im doing wrong. none of the dialog boxes popped up.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3930636"&gt;@john.uhden&lt;/a&gt;&amp;nbsp;wrote:
&lt;P&gt;I think the OP does not have C3D, so he has no AECC_COGO_POINTs to deal with.&amp;nbsp; He is using the last version of LDT.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;Like&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3930636"&gt;@john.uhden&lt;/a&gt;&amp;nbsp; I should've read the first post.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&lt;EM&gt;&amp;nbsp;-- they are Civil object points and the raw description is what i would need incorporated into the lisp-&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&lt;EM&gt;What caught my eye was the image at post #1.&amp;nbsp;&amp;nbsp;&lt;/EM&gt;&lt;EM&gt;Thinking the if OP can see the "Points Group Manager" or its equivalent in LDT, the&amp;nbsp;AECC_COGO_POINT objects and its data should be exposed thru VLisp API.&amp;nbsp;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&lt;EM&gt;Knowing that now, &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2832802"&gt;@JohnC_ISM&lt;/a&gt;&amp;nbsp;What do you see in LDT? what type of object? can you post a sample drawing? Leave a couple of "points" on the file to test.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Sep 2021 03:55:55 GMT</pubDate>
    <dc:creator>pbejse</dc:creator>
    <dc:date>2021-09-16T03:55:55Z</dc:date>
    <item>
      <title>Insert Block to COGO points</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10614505#M55493</link>
      <description>&lt;P&gt;i have a topo im working on and it has tons of mailboxes and im looking for a lisp that will insert a block to each one if possible. and im hoping to be able to modify the lisp for other blocks such as utility poles and what not. they are Civil object points and the raw description is what i would need incorporated into the lisp&lt;/P&gt;&lt;P&gt;autocad LDT 09&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 19:59:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10614505#M55493</guid>
      <dc:creator>JohnC_ISM</dc:creator>
      <dc:date>2021-09-10T19:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Block to COGO points</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10614703#M55494</link>
      <description>&lt;P&gt;You need to learn about C3D point label styles.&amp;nbsp; It's all there already.&lt;/P&gt;
&lt;P&gt;You can create label styles for mailboxes, u-poles, manholes, signs, etc. and create point groups using wild card descriptors to which you assign those styles.&amp;nbsp; Don't use overrides unless you absolutely have to.&lt;/P&gt;
&lt;P&gt;You should continue your learning over in the C3D forum where there's a wizard named Jeff Mishler (@Jeff_M).&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 22:17:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10614703#M55494</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2021-09-10T22:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Block to COGO points</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10614993#M55495</link>
      <description>&lt;P&gt;Do you have CIV3d point styles, descriptor keys sets all ready ? Like John you will be going nowhere without them. You should have got a DWT from your CAD dealer with at least something set up. Ours has like 250 keys so mail would be one of them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking at image can see trees, Light pole, telepit to right hydrant and water valve, all auto inserted.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SeaHaven_0-1631332101795.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/963911i5283E0C7F70C7947/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SeaHaven_0-1631332101795.png" alt="SeaHaven_0-1631332101795.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I do have a make descriptor keys sets from excel as its not an option in CIV3D, can export but not import.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Sep 2021 03:49:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10614993#M55495</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2021-09-11T03:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Block to COGO points</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10615665#M55496</link>
      <description>&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6254908"&gt;@Sea-Haven&lt;/a&gt;,&lt;BR /&gt;Even without descriptor keys, point groups have include options for wild&lt;BR /&gt;card descriptors.  And as you might create a new group and/or style, it can&lt;BR /&gt;be copied to other drawings including the master template.</description>
      <pubDate>Sat, 11 Sep 2021 15:59:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10615665#M55496</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2021-09-11T15:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Block to COGO points</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10619286#M55497</link>
      <description>&lt;P&gt;as i mentioned i have land desktop 2009. so i dont think i have those options.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 17:42:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10619286#M55497</guid>
      <dc:creator>JohnC_ISM</dc:creator>
      <dc:date>2021-09-13T17:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Block to COGO points</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10619455#M55498</link>
      <description>&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2832802"&gt;@JohnC_ISM&lt;/a&gt;&lt;BR /&gt;My apologies for having missed that.&lt;BR /&gt;In that case you do need to set up description keys for when you import&lt;BR /&gt;your points.  If I recall, the help is pretty good at describing how to&lt;BR /&gt;employ them.  If you have trouble, get back to me.  I was pretty good with&lt;BR /&gt;LDT.</description>
      <pubDate>Mon, 13 Sep 2021 19:03:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10619455#M55498</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2021-09-13T19:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Block to COGO points</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10620156#M55499</link>
      <description>&lt;P&gt;John do you have some 2009 LDT dwt that would be quickest way, either number or alpha keys. That is why I wrote the import description keys for CIV3D as making 250 keys is painfully slow 1 at a time. LDT may have been better never used it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 02:24:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10620156#M55499</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2021-09-14T02:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Block to COGO points</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10621035#M55500</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2832802"&gt;@JohnC_ISM&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;i have a topo im working on and it has tons of mailboxes and im looking for a lisp that will insert a block to each one if possible. and im hoping to be able to modify the lisp for other blocks such as utility poles and what not. they are Civil object points and the raw description is what i would need incorporated into the lisp&lt;/P&gt;
&lt;P&gt;autocad LDT 09&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT size="3"&gt;You see the COGO points in Land Desktop as&amp;nbsp;"AECC_COGO_POINT" entity?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;If yes try the attached lisp&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;Command: InsBlocks&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;Select objects &lt;EM&gt;( user select objects )&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;Prompts the user for block name to insert onto the cogo point location&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pbejse_0-1631615450421.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/964903iC59BA3A82D115448/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pbejse_0-1631615450421.png" alt="pbejse_0-1631615450421.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;Prompts the user for raw description to process&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pbejse_2-1631616216744.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/964909i908118734F8A5171/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pbejse_2-1631616216744.png" alt="pbejse_2-1631616216744.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;The current settings will replace the cogo point, IF you dont want that settings revmvoe this line on the attached lisp file.&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;;;	Remove this Line if you want to keep the cogo point	;;
(vla-delete (Cadr rdname))
;;								;;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;HTH&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 10:44:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10621035#M55500</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2021-09-14T10:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Block to COGO points</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10621485#M55501</link>
      <description>&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6254908"&gt;@Sea-Haven&lt;/a&gt;&lt;BR /&gt;I would have to look back through my archives on my old Win7 laptop at home.&lt;BR /&gt;My files wouldn't be for LDT2009, but probably for LDT2004 (R16), but the&lt;BR /&gt;format should still be the same, right?&lt;BR /&gt;Actually, I thought that the last LDT was as a companion to C3D 2008.</description>
      <pubDate>Tue, 14 Sep 2021 13:40:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10621485#M55501</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2021-09-14T13:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Block to COGO points</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10623282#M55502</link>
      <description>&lt;P&gt;If we look at how many versions have gone past 2009 it is just maybe to hard, Stephen you would be better of looking at CIV3D or one of the other CIVIL packages that are out there Civil Site Design is cheaper running on Bricscad or Autocad OEM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CIV3D can be rented its a bit high for a few months but I think it can be done. Check &lt;A href="http://www.Autodesk.com" target="_blank"&gt;www.Autodesk.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 06:28:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10623282#M55502</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2021-09-15T06:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Block to COGO points</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10625308#M55503</link>
      <description>&lt;P&gt;when i used the command it asks to select objects. im not sure what to select so i tried multiple things ie; blocks, lines, points, exploded blocks, and even the whole drawing. the result always said "0 objects found" so im not sure what im doing wrong. none of the dialog boxes popped up.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 19:51:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10625308#M55503</guid>
      <dc:creator>JohnC_ISM</dc:creator>
      <dc:date>2021-09-15T19:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Block to COGO points</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10625430#M55504</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/564264"&gt;@pbejse&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think the OP does not have C3D, so he has no AECC_COGO_POINTs to deal with.&amp;nbsp; He is using the last version of LDT.&lt;/P&gt;
&lt;P&gt;That's why&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6254908"&gt;@Sea-Haven&lt;/a&gt;&amp;nbsp;asked if I had any old description key files leftover for the OP to use as a starting point for building his own.&amp;nbsp; If he can, then he can get all the symbols (blocks) inserted when he imports his &amp;lt;POINTS&amp;gt;.TXT file.&lt;/P&gt;
&lt;P&gt;Otherwise we would have to build him a custom routine for LDT to read each description and insert the correct block on the desired layer.&amp;nbsp; I have old code to do the description recognition and insertion point for LDT, but I no longer have it installed to test, and he would still need a data file like:&lt;/P&gt;
&lt;P&gt;desc,symbol,layer&lt;/P&gt;
&lt;P&gt;UP,u_pole,UTIL-ES&lt;/P&gt;
&lt;P&gt;MB,mailbox,MISC-ES&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think a description key file is a heckuva lot different.&lt;/P&gt;
&lt;P&gt;He should be able to study the help and figure it out for himself.&amp;nbsp; That's what I had to do back when.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 20:37:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10625430#M55504</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2021-09-15T20:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Block to COGO points</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10625815#M55505</link>
      <description>&lt;P&gt;Like John if the OP has LDT he can maybe export a csv file of ptnum.x.yz.description, then read that file find the corresponding block name to the point description and insert, ("Mail" "Mail")("PP" "Powerpole")....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The project may have already started with a p,x,y,z,d point file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 01:30:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10625815#M55505</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2021-09-16T01:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Block to COGO points</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10625957#M55506</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2832802"&gt;@JohnC_ISM&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;when i used the command it asks to select objects. im not sure what to select so i tried multiple things ie; blocks, lines, points, exploded blocks, and even the whole drawing. the result always said "0 objects found" so im not sure what im doing wrong. none of the dialog boxes popped up.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3930636"&gt;@john.uhden&lt;/a&gt;&amp;nbsp;wrote:
&lt;P&gt;I think the OP does not have C3D, so he has no AECC_COGO_POINTs to deal with.&amp;nbsp; He is using the last version of LDT.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;Like&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3930636"&gt;@john.uhden&lt;/a&gt;&amp;nbsp; I should've read the first post.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&lt;EM&gt;&amp;nbsp;-- they are Civil object points and the raw description is what i would need incorporated into the lisp-&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&lt;EM&gt;What caught my eye was the image at post #1.&amp;nbsp;&amp;nbsp;&lt;/EM&gt;&lt;EM&gt;Thinking the if OP can see the "Points Group Manager" or its equivalent in LDT, the&amp;nbsp;AECC_COGO_POINT objects and its data should be exposed thru VLisp API.&amp;nbsp;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&lt;EM&gt;Knowing that now, &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2832802"&gt;@JohnC_ISM&lt;/a&gt;&amp;nbsp;What do you see in LDT? what type of object? can you post a sample drawing? Leave a couple of "points" on the file to test.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 03:55:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10625957#M55506</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2021-09-16T03:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Block to COGO points</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10626944#M55507</link>
      <description>&lt;P&gt;see if this works&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 13:29:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10626944#M55507</guid>
      <dc:creator>JohnC_ISM</dc:creator>
      <dc:date>2021-09-16T13:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Block to COGO points</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10627031#M55508</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2832802"&gt;@JohnC_ISM&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;see if this works&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;As I&amp;nbsp;I can only access this with C3D and Autocad&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you list the objects using LIST command, what do you see on LDT?&lt;/P&gt;
&lt;P&gt;ACAD_PROXY_ENTITY or AECC_POINT?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 14:05:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10627031#M55508</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2021-09-16T14:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Block to COGO points</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10627045#M55509</link>
      <description>Ya know, there's plenty of help on-line.&lt;BR /&gt;I Googled "Land Desktop Description Keys" and among other links I found&lt;BR /&gt;&lt;A href="https://documentation.help/AutoCAD-Land-Desktop-Tutorial/land6mk3.htm" target="_blank"&gt;https://documentation.help/AutoCAD-Land-Desktop-Tutorial/land6mk3.htm&lt;/A&gt;</description>
      <pubDate>Thu, 16 Sep 2021 14:11:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10627045#M55509</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2021-09-16T14:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Block to COGO points</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10627070#M55510</link>
      <description>&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/564264"&gt;@pbejse&lt;/a&gt;&lt;BR /&gt;I have tried accessing LDT points in C3D, but most all the properties that&lt;BR /&gt;were available in LDT are lobotomized in C3D.  The only way you can access&lt;BR /&gt;their properties is to have C3D convert them to Cogo points.  Same scenario&lt;BR /&gt;is true for AECC_CONTOURs as well.&lt;BR /&gt;And if you try to copy old LDT points from a local coordinate system into&lt;BR /&gt;NAD83, or vice versa, you will have a mess which you can not clean up with&lt;BR /&gt;any kind of AutoLisp.</description>
      <pubDate>Thu, 16 Sep 2021 14:21:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10627070#M55510</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2021-09-16T14:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Block to COGO points</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10627249#M55511</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3930636"&gt;@john.uhden&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I have tried accessing LDT points in C3D, but most all the properties that&lt;BR /&gt;were available in LDT are lobotomized in C3D...&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That cant be good&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;I guess you're right, regardless if its &lt;SPAN&gt;AECC_POINT&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;or&amp;nbsp;&amp;nbsp;ACAD_PROXY_ENTITY, if it doesnt include the essential information then its no good,&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Best we can do is use what we have, perhaps exploding the object and replace it with a block using the lines as the point and the text as the raw description. But its not an ideal solution.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 15:27:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10627249#M55511</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2021-09-16T15:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Block to COGO points</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10627535#M55512</link>
      <description>&lt;P&gt;AECC_POINT&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 17:25:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/insert-block-to-cogo-points/m-p/10627535#M55512</guid>
      <dc:creator>JohnC_ISM</dc:creator>
      <dc:date>2021-09-16T17:25:34Z</dc:date>
    </item>
  </channel>
</rss>

