<?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: Import atributos Excel to autocad in Civil 3D Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12715416#M18167</link>
    <description>&lt;P&gt;&lt;SPAN&gt;"apply the value in the attribute, "block_size" to "x-y scale""&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;No because civil3d is trash like that. it has to be applied exactly the same way I did it. description key as the name suggest will ONLY read information in the description attribute and nothing else.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;also looking at your screenshot you created an attribute for block name. civil 3d wont be able to read that with description key so you have to manually change the block for each point if you choose to do it that way.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"I didn't understand the part about your description keys....how to recognize the size value and apply it to the block"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;perhaps this will help?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://forums.autodesk.com/t5/civil-3d-forum/scaling-using-description-keys/td-p/7455481" target="_blank" rel="noopener"&gt;Solved: Scaling using Description Keys - Autodesk Community - Civil 3D&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Apr 2024 18:51:42 GMT</pubDate>
    <dc:creator>jeff.wangD95HG</dc:creator>
    <dc:date>2024-04-17T18:51:42Z</dc:date>
    <item>
      <title>Import atributos Excel to autocad</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12710845#M18154</link>
      <description>&lt;P&gt;I'm looking for a lisp or some solution... import attributes from Excel that can import blocks and give a size and name to each block and coordinates Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 02:11:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12710845#M18154</guid>
      <dc:creator>Dambrowski</dc:creator>
      <dc:date>2024-04-16T02:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Import atributos Excel to autocad</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12710931#M18155</link>
      <description>&lt;P&gt;You're on the C3D forum so assuming you're using C3D which is built on to of Autocad, the functionality is part of the software look at the ribbon and select points create creation tools. Then you'll use the import icon to import the points based on your format. As far as the blocks you would need to set up description keys and/or point labels to achieve the rest. Perhaps if we could see what you have, we could point you in the right direction more accurately.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 03:38:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12710931#M18155</guid>
      <dc:creator>rl_jackson</dc:creator>
      <dc:date>2024-04-16T03:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Import atributos Excel to autocad</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12712650#M18156</link>
      <description>&lt;P&gt;I'm going to put a figure, what I need, which is to show a block with a label, in a certain coordinate.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="captura1.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1350579i2950C2DA74D556C5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="captura1.png" alt="captura1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I thought of two solutions, an Excel spreadsheet, with the data I need, but I don't know how to load it and show it in Autocad.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dambrowski_0-1713289470712.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1350582i30F8C8472BDF4881/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dambrowski_0-1713289470712.png" alt="Dambrowski_0-1713289470712.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;would be to load a coordinate with a specific block and a specific size and show a label.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tried with a lisp, it worked but I couldn't show the label...(A20) (A21) (A22)...&lt;/P&gt;&lt;P&gt;(defun c:lisp_a () (command&lt;BR /&gt;"insert" "t24" "100,100" "1" "1" "0"&lt;BR /&gt;"insert" "t24" "200,200" "2" "2" "0"&lt;BR /&gt;"insert" "t24" "300,300" "5" "5" "0"&lt;BR /&gt;))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is welcome, it seems very simple, but I'm not getting it. I thank&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 17:49:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12712650#M18156</guid>
      <dc:creator>Dambrowski</dc:creator>
      <dc:date>2024-04-16T17:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Import atributos Excel to autocad</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12712815#M18157</link>
      <description>&lt;P&gt;I dont think you need a lisp for this.&lt;/P&gt;&lt;P&gt;this can probably be done using description key functionality&lt;/P&gt;&lt;P&gt;I am just going to give a few keyword for you to research and will go in depth if you need&lt;/P&gt;&lt;P&gt;the excel CSV set up should look something like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PT#, Northing, Easting, height, BlockName scale, description&lt;/P&gt;&lt;P&gt;Make special note that BlockName and Scale is separated by Space and not by comma&lt;/P&gt;&lt;P&gt;This is a PNEZD point format with additional attributes.&lt;/P&gt;&lt;P&gt;and you can import CSV files as cogo points&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="jeffwangD95HG_0-1713294515221.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1350612iCDE576F3F65388A1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jeffwangD95HG_0-1713294515221.png" alt="jeffwangD95HG_0-1713294515221.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;make sure you set up the point style and label style which you may want to research on your own&lt;/P&gt;&lt;P&gt;go to description key and modify stuff and make sure you check the scale parameter&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jeffwangD95HG_1-1713294655433.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1350613i0C5DCD3D756B9BF3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jeffwangD95HG_1-1713294655433.png" alt="jeffwangD95HG_1-1713294655433.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;it will read the D element of PNEZD and take the element after the space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from point style you should be able to get it&amp;nbsp; to display the needed block&lt;/P&gt;&lt;P&gt;description key will match it base on the block name to the point style that is created&lt;/P&gt;&lt;P&gt;label style you can set it to display the descriptions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its a lot of work to set up but once set up you can probably save it as a template and it will be really fast afterwards&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;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 19:21:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12712815#M18157</guid>
      <dc:creator>jeff.wangD95HG</dc:creator>
      <dc:date>2024-04-16T19:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Import atributos Excel to autocad</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12712896#M18158</link>
      <description>&lt;P&gt;I followed your steps, mounted the file and imported it, but I've never worked with a description key, I'll study it a bit, but from what I've seen, it should work for what I need.&lt;/P&gt;&lt;P&gt;I had already done something similar, but I couldn't define the size of the label, with the data from the .txt file.&lt;/P&gt;&lt;P&gt;I don't know where are these description keys but I'll study hehe thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll post what I did to see if it's correct.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.jpg" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1350638iEE5C574E15288A17/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.jpg" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1350639i7A5B78FB2853277B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2.jpg" alt="2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 20:09:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12712896#M18158</guid>
      <dc:creator>Dambrowski</dc:creator>
      <dc:date>2024-04-16T20:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Import atributos Excel to autocad</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12712916#M18159</link>
      <description>&lt;P&gt;raw description is incorrect. you had it reversed&lt;/P&gt;&lt;P&gt;it should be&lt;/P&gt;&lt;P&gt;t24 5&lt;/P&gt;&lt;P&gt;t24 9&lt;/P&gt;&lt;P&gt;t24 12&lt;/P&gt;&lt;P&gt;also the current set up of PnezD doesn't work because it doesn't read what is after D so you need to look at this video to add additional attritbute&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=bdZEpnuG5lo" target="_blank"&gt;(205) Points with Attribute Labels - YouTube&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 20:17:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12712916#M18159</guid>
      <dc:creator>jeff.wangD95HG</dc:creator>
      <dc:date>2024-04-16T20:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Import atributos Excel to autocad</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12712992#M18160</link>
      <description>&lt;P&gt;OK, thanks, I'll look and study.&lt;/P&gt;&lt;P&gt;but can I define the block size by imported attributes?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 21:03:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12712992#M18160</guid>
      <dc:creator>Dambrowski</dc:creator>
      <dc:date>2024-04-16T21:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Import atributos Excel to autocad</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12712994#M18161</link>
      <description>&lt;P&gt;yes as long as you put it in the right spot and setted up correctly it should read base on description key&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 21:05:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12712994#M18161</guid>
      <dc:creator>jeff.wangD95HG</dc:creator>
      <dc:date>2024-04-16T21:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Import atributos Excel to autocad</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12713146#M18162</link>
      <description>&lt;P&gt;I managed to create and import all the attributes, just like in the video!&lt;/P&gt;&lt;P&gt;but I still don't understand how each block will take the size, which is loaded in the created attribute column, and apply it to it to get the desired size.&lt;/P&gt;&lt;P&gt;Same as the first image I sent today.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dambrowski_0-1713309241354.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1350676iECD6D2F6D3A27793/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dambrowski_0-1713309241354.png" alt="Dambrowski_0-1713309241354.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;the size will not be displayed on the label, it will only change the size of the block&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 23:12:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12713146#M18162</guid>
      <dc:creator>Dambrowski</dc:creator>
      <dc:date>2024-04-16T23:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Import atributos Excel to autocad</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12714292#M18163</link>
      <description>&lt;P&gt;Hi Luis,&lt;BR /&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;&lt;STRONG&gt;"the size will not be displayed on the label, it will only change the size of the block"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;In addition to the Description Keys, you'll also need to create Label Styles reflecting the A20, A21, and A22 label sizes; and then seperate Point Groups Including A20, A21, and A22 Descriptions, with Label Style Overrides. A bit of work, but do-able.&lt;BR /&gt;Dave&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 11:06:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12714292#M18163</guid>
      <dc:creator>Pointdump</dc:creator>
      <dc:date>2024-04-17T11:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Import atributos Excel to autocad</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12715323#M18164</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3187447"&gt;@Dambrowski&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;forgot to tell you to check apply to x-y in description key&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jeffwangD95HG_0-1713374261854.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1351141iB192BED94861909D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jeffwangD95HG_0-1713374261854.png" alt="jeffwangD95HG_0-1713374261854.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;this is the final result&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jeffwangD95HG_1-1713374281442.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1351142i77CBE79E110D2F53/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jeffwangD95HG_1-1713374281442.png" alt="jeffwangD95HG_1-1713374281442.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;i also included drawing so you can possibly see where you went wrong&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 17:20:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12715323#M18164</guid>
      <dc:creator>jeff.wangD95HG</dc:creator>
      <dc:date>2024-04-17T17:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Import atributos Excel to autocad</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12715409#M18165</link>
      <description>&lt;P&gt;I believe I did it differently.....I haven't fixed the styles yet, but I'll fix that later.&lt;/P&gt;&lt;P&gt;The way I did it, it is possible to apply the value in the attribute, "block_size" to "x-y scale"&lt;/P&gt;&lt;P&gt;I didn't understand the part about your description keys....how to recognize the size value and apply it to the block.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.jpg" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1351154iEBEC14A914DE86F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.jpg" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1351156i8F1DA570662C5253/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2.jpg" alt="2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 17:58:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12715409#M18165</guid>
      <dc:creator>Dambrowski</dc:creator>
      <dc:date>2024-04-17T17:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Import atributos Excel to autocad</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12715415#M18166</link>
      <description>&lt;P&gt;What do I have... I just need the block to obey the block size value&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 18:02:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12715415#M18166</guid>
      <dc:creator>Dambrowski</dc:creator>
      <dc:date>2024-04-17T18:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Import atributos Excel to autocad</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12715416#M18167</link>
      <description>&lt;P&gt;&lt;SPAN&gt;"apply the value in the attribute, "block_size" to "x-y scale""&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;No because civil3d is trash like that. it has to be applied exactly the same way I did it. description key as the name suggest will ONLY read information in the description attribute and nothing else.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;also looking at your screenshot you created an attribute for block name. civil 3d wont be able to read that with description key so you have to manually change the block for each point if you choose to do it that way.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"I didn't understand the part about your description keys....how to recognize the size value and apply it to the block"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;perhaps this will help?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://forums.autodesk.com/t5/civil-3d-forum/scaling-using-description-keys/td-p/7455481" target="_blank" rel="noopener"&gt;Solved: Scaling using Description Keys - Autodesk Community - Civil 3D&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 18:51:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12715416#M18167</guid>
      <dc:creator>jeff.wangD95HG</dc:creator>
      <dc:date>2024-04-17T18:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Import atributos Excel to autocad</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12715803#M18168</link>
      <description>&lt;P&gt;I need exactly the same thing as this post you sent me; But I didn't understand!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a lisp or another way?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just need a block at a coordinate with a size.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 21:50:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12715803#M18168</guid>
      <dc:creator>Dambrowski</dc:creator>
      <dc:date>2024-04-17T21:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Import atributos Excel to autocad</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12715925#M18169</link>
      <description>&lt;P&gt;&lt;SPAN&gt;"I need exactly the same thing as this post you sent me; But I didn't understand!"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I will try to explain in my own words but if that doesn't help then perhaps someone else can explain it better&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Basically the PNEZD data import format with attribute for civil 3d to read. You are able to create additional attributes but the new attributes can only&amp;nbsp; be read as text (you can reference/display them with label styles) and can't be used for any form of calculation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PNEZD (comma delimited) = point#, northing, easting, elevation, description&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;comma delimited = attritbutes are separated by commas&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;for our purpose we need to add one more attribute for it to display the Name(you defined it as description) because we need the ACTUAL description attribute for civil 3d to do some stuff while Name(you defined it as description) is just text for display purpose&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so the new data format should be&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PNEZDA&amp;nbsp;(comma delimited) = point#, northing, easting, elevation, description, attribute1(NAME)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The description key ONLY reads the description attribute has its built in data format but it is space&amp;nbsp;delimited meaning it will read whatever is in the attribute as&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;code parameter1 parameter2 parameter3 ......&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;which is why I told you to write "tk2 5" and in the description key you told civil 3d that parameter1 is scale and apply it to x-y scaling.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"Is there a lisp or another way?"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Try asking ChatGPT then for a lisp. you already have the cogo points imported. Ask it to write a lisp that modifies the imported cogo point and update its x-y scale by matching the point numbers in your CSV.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I don't try lisp anymore as its functionality is still too limited for me. I just write C# .net .dll stuff for civil 3d to run&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 23:02:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12715925#M18169</guid>
      <dc:creator>jeff.wangD95HG</dc:creator>
      <dc:date>2024-04-17T23:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Import atributos Excel to autocad</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12718401#M18170</link>
      <description>&lt;P&gt;&lt;SPAN&gt;This lisp is exactly what I need, but I wanted to change the values... that were read from a .txt file&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(defun c:arvore () (command&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"insert" "arvore" "100,100" "1" "1" "0"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"text" "100,100" "5" "0" "A1"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"insert" "arvore" "200,200" "2" "2" "0"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"text" "200,200" "5" "0" "A2"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"insert" "arvore" "300,300" "5" "5" "0"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"text" "300,300" "5" "0" "A3"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;use the civil 3d 2018&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 20:14:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12718401#M18170</guid>
      <dc:creator>Dambrowski</dc:creator>
      <dc:date>2024-04-18T20:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Import atributos Excel to autocad</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12718450#M18171</link>
      <description>&lt;P&gt;what I got, with this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Command: ARVORE&lt;BR /&gt;; error: too many arguments&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(defun c:arvore ()&lt;BR /&gt;(setq file_path "C:/Users/CAD2/Downloads/att.txt") ; Substitua pelo caminho do seu arquivo .txt&lt;BR /&gt;(setq file (open file_path "r"))&lt;BR /&gt;&lt;BR /&gt;(if file&lt;BR /&gt;(progn&lt;BR /&gt;(while (setq line (read-line file))&lt;BR /&gt;(setq data (vl-string-&amp;gt;list line ";")) ; Alterado para usar ";" como separador&lt;BR /&gt;(if (= (car data) "arvore") ; Verifica se o comando é "arvore"&lt;BR /&gt;(progn&lt;BR /&gt;(setq params (vl-string-&amp;gt;list (nth 1 data) ",")) ; Separa os parâmetros por ","&lt;BR /&gt;(setq x_coord (nth 1 params))&lt;BR /&gt;(setq y_coord (nth 2 params))&lt;BR /&gt;(setq scale_x (nth 3 params))&lt;BR /&gt;(setq scale_y (nth 4 params))&lt;BR /&gt;(setq angle (nth 5 params))&lt;BR /&gt;(setq raw (nth 6 params))&lt;BR /&gt;(command "insert" raw x_coord y_coord scale_x scale_y angle) ; Corrigido para usar o valor correto do bloco&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;(close file)&lt;BR /&gt;)&lt;BR /&gt;(alert "Falha ao abrir o arquivo.")&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 20:35:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12718450#M18171</guid>
      <dc:creator>Dambrowski</dc:creator>
      <dc:date>2024-04-18T20:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Import atributos Excel to autocad</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12720880#M18172</link>
      <description>&lt;P&gt;Can you make me a video or a step by step guide? I tried to insert more points in your drawing that you sent me but they didn't scale the same as the ones you made, thank you in advance&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 17:54:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12720880#M18172</guid>
      <dc:creator>Dambrowski</dc:creator>
      <dc:date>2024-04-19T17:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Import atributos Excel to autocad</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12720903#M18173</link>
      <description>&lt;P&gt;assuming you have my drawing open. The only step is import cogo point so type "importpoints" and select the CSV file and the format PNEZD ATT1 ATT2 ....&lt;/P&gt;&lt;P&gt;I attached my CSV so follow the layout and input the data EXACTLY where it should be.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 18:01:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/import-atributos-excel-to-autocad/m-p/12720903#M18173</guid>
      <dc:creator>jeff.wangD95HG</dc:creator>
      <dc:date>2024-04-19T18:01:35Z</dc:date>
    </item>
  </channel>
</rss>

