<?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: Selecting objects with specific extended data in a script  (lisp or dynamo) in Civil 3D Customization Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12609297#M2341</link>
    <description>&lt;P&gt;Yes, that's exactly what we do in our drawing that I send you : we make our own data-fields.&lt;/P&gt;&lt;P&gt;But why we can't see them in the list of entity groupcodes ?&lt;/P&gt;&lt;P&gt;I was thinking that the 330 or 360-codes maybe hide these data&lt;/P&gt;&lt;P&gt;In AutoCAD Help I found this :&amp;nbsp; &lt;A href="https://help.autodesk.com/view/ACD/2024/ENU/?guid=GUID-51B921F2-16CA-4948-AC75-196198DD1796" target="_blank"&gt;https://help.autodesk.com/view/ACD/2024/ENU/?guid=GUID-51B921F2-16CA-4948-AC75-196198DD1796&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 03 Mar 2024 15:20:15 GMT</pubDate>
    <dc:creator>filip</dc:creator>
    <dc:date>2024-03-03T15:20:15Z</dc:date>
    <item>
      <title>Selecting objects with specific extended data in a script  (lisp or dynamo)</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12581735#M2331</link>
      <description>&lt;P&gt;I do not find the extended data of an object bij selection with (car (entsel)) in lisp&lt;/P&gt;&lt;P&gt;Is there a way to view the extended data and modify it&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;I have no experience with Dynamo-scripts, but maybe there allreday exist a script for these issue.&lt;/P&gt;</description>
      <pubDate>Sun, 25 Feb 2024 17:57:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12581735#M2331</guid>
      <dc:creator>filip</dc:creator>
      <dc:date>2024-02-25T17:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting objects with specific extended data in a script  (lisp or dynamo)</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12582270#M2332</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3214660"&gt;@filip&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you attached example drawing&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 04:12:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12582270#M2332</guid>
      <dc:creator>hosneyalaa</dc:creator>
      <dc:date>2024-02-26T04:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting objects with specific extended data in a script  (lisp or dynamo)</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12587544#M2333</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In attach you find a dwg with many objects where we add extended data properties.&lt;/P&gt;&lt;P&gt;For instance :&lt;/P&gt;&lt;P&gt;- tree (Block "Boom_1") has xdata "Bouwheer" (= the builder) or "Type" (= sort of tree)&lt;/P&gt;&lt;P&gt;- haches, lines, pipes and structures have also extra properties according to make tables of quantities&lt;/P&gt;&lt;P&gt;- in the xref 'IMKL' you can see the location of the gas pipes, waterpipes, cables, ... of different compagnies with extended data of the sort of cable or pipe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I 'm interested in a script that can select objects by property of the extended data and can modify the extended data. I looked in the database (with a dxf-file, search in the file by entityname or by vlax-ename) but i didn't find the extended data-properties.&amp;nbsp;&lt;/P&gt;&lt;P&gt;See also&amp;nbsp;&lt;A href="https://help.autodesk.com/view/CIV3D/2024/ENU/?guid=GUID-A94BC605-5517-437F-A6FE-D3EB8116A01A" target="_blank"&gt;https://help.autodesk.com/view/CIV3D/2024/ENU/?guid=GUID-A94BC605-5517-437F-A6FE-D3EB8116A01A&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 10:31:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12587544#M2333</guid>
      <dc:creator>filip</dc:creator>
      <dc:date>2024-02-28T10:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting objects with specific extended data in a script  (lisp or dynamo)</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12589866#M2334</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;I did not find&amp;nbsp; &lt;SPAN&gt;Xdata&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;do you mean&amp;nbsp; &lt;SPAN class=""&gt;property sets&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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="0.JPG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1331686i6D7507C9331D8108/image-size/large?v=v2&amp;amp;px=999" role="button" title="0.JPG" alt="0.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 05:44:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12589866#M2334</guid>
      <dc:creator>hosneyalaa</dc:creator>
      <dc:date>2024-02-29T05:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting objects with specific extended data in a script  (lisp or dynamo)</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12590039#M2335</link>
      <description>&lt;P&gt;Yes, where can I find these properties in the database ?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 07:45:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12590039#M2335</guid>
      <dc:creator>filip</dc:creator>
      <dc:date>2024-02-29T07:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting objects with specific extended data in a script  (lisp or dynamo)</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12591805#M2336</link>
      <description>&lt;P&gt;Trying&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forum.dynamobim.com/t/using-whileloop/91457/3?u=hosneyalaa" target="_blank"&gt;https://forum.dynamobim.com/t/using-whileloop/91457/3?u=hosneyalaa&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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="fe22f65ae7466c1b09848422596701cab9d45090.png" style="width: 3942px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1332094i6483EF968AB1CF98/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fe22f65ae7466c1b09848422596701cab9d45090.png" alt="fe22f65ae7466c1b09848422596701cab9d45090.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 20:43:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12591805#M2336</guid>
      <dc:creator>hosneyalaa</dc:creator>
      <dc:date>2024-02-29T20:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting objects with specific extended data in a script  (lisp or dynamo)</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12609231#M2337</link>
      <description>&lt;P&gt;Thanks for the script, it works.&lt;/P&gt;&lt;P&gt;I'm still interested how to manage the property sets in lisp, because I don't understand why I can't see the group code -3 of the entity. Is the desciption of the help-page&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://help.autodesk.com/view/CIV3D/2024/ENU/?guid=GUID-A94BC605-5517-437F-A6FE-D3EB8116A01A" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.autodesk.com/view/CIV3D/2024/ENU/?guid=GUID-A94BC605-5517-437F-A6FE-D3EB8116A01A misleading ?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Mar 2024 13:51:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12609231#M2337</guid>
      <dc:creator>filip</dc:creator>
      <dc:date>2024-03-03T13:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting objects with specific extended data in a script  (lisp or dynamo)</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12609262#M2338</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3214660"&gt;@filip&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you reading this&lt;/P&gt;&lt;P&gt;Until you are&amp;nbsp; understand Extended Entity Data&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;&lt;A href="https://www.afralisp.net/autolisp/tutorials/extended-entity-data-part-1.php" target="_blank"&gt;https://www.afralisp.net/autolisp/tutorials/extended-entity-data-part-1.php&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Mar 2024 14:26:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12609262#M2338</guid>
      <dc:creator>hosneyalaa</dc:creator>
      <dc:date>2024-03-03T14:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting objects with specific extended data in a script  (lisp or dynamo)</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12609278#M2339</link>
      <description>&lt;P&gt;Is the conclusion that "extended entity data" (see example Afralisp) and the extended data of property sets are two different things ? That's really confusing !&lt;/P&gt;</description>
      <pubDate>Sun, 03 Mar 2024 14:49:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12609278#M2339</guid>
      <dc:creator>filip</dc:creator>
      <dc:date>2024-03-03T14:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting objects with specific extended data in a script  (lisp or dynamo)</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12609283#M2340</link>
      <description>&lt;P&gt;And there are&amp;nbsp;&lt;SPAN&gt;object data table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/CIV3D/2024/ENU/?guid=GUID-072A678F-E210-40D2-A829-D98A6C473509" target="_blank"&gt;https://help.autodesk.com/view/CIV3D/2024/ENU/?guid=GUID-072A678F-E210-40D2-A829-D98A6C473509&lt;/A&gt;&amp;nbsp;&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="OD_5.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1332659iDD5AA83A591E8E1B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="OD_5.png" alt="OD_5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Sun, 03 Mar 2024 14:58:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12609283#M2340</guid>
      <dc:creator>hosneyalaa</dc:creator>
      <dc:date>2024-03-03T14:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting objects with specific extended data in a script  (lisp or dynamo)</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12609297#M2341</link>
      <description>&lt;P&gt;Yes, that's exactly what we do in our drawing that I send you : we make our own data-fields.&lt;/P&gt;&lt;P&gt;But why we can't see them in the list of entity groupcodes ?&lt;/P&gt;&lt;P&gt;I was thinking that the 330 or 360-codes maybe hide these data&lt;/P&gt;&lt;P&gt;In AutoCAD Help I found this :&amp;nbsp; &lt;A href="https://help.autodesk.com/view/ACD/2024/ENU/?guid=GUID-51B921F2-16CA-4948-AC75-196198DD1796" target="_blank"&gt;https://help.autodesk.com/view/ACD/2024/ENU/?guid=GUID-51B921F2-16CA-4948-AC75-196198DD1796&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Mar 2024 15:20:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12609297#M2341</guid>
      <dc:creator>filip</dc:creator>
      <dc:date>2024-03-03T15:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting objects with specific extended data in a script  (lisp or dynamo)</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12609534#M2342</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3214660"&gt;@filip&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Yes, that's exactly what we do in our drawing that I send you : we make our own data-fields.&lt;/P&gt;
&lt;P&gt;But why we can't see them in the list of entity groupcodes ?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Because property sets are an Architecture based feature and is not available for Civil3D/AutoCAD users in lisp. It is available in .NET, which makes it available in Dynamo.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Mar 2024 20:09:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12609534#M2342</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2024-03-03T20:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting objects with specific extended data in a script  (lisp or dynamo)</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12610274#M2343</link>
      <description>&lt;P&gt;Thank you, Jef !&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 07:39:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12610274#M2343</guid>
      <dc:creator>filip</dc:creator>
      <dc:date>2024-03-04T07:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting objects with specific extended data in a script  (lisp or dynamo)</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12919070#M2344</link>
      <description>&lt;P&gt;Project Explorer can be used to access all property set data in dwg . Also filter and select them. like a data table tool.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 09:24:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/12919070#M2344</guid>
      <dc:creator>ahuygen</dc:creator>
      <dc:date>2024-07-25T09:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting objects with specific extended data in a script  (lisp or dynamo)</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/13238710#M2345</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3214660"&gt;@filip&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;yes, reading the values of extended data seems useful, but apparently it only exists for Map features or Cogo Points.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you proceed on this?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="willemcreffierKCWFB_0-1735820481606.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1450511iD8A9A6BCA0104ACB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="willemcreffierKCWFB_0-1735820481606.png" alt="willemcreffierKCWFB_0-1735820481606.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;&lt;BR /&gt;Willem&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2025 12:23:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/selecting-objects-with-specific-extended-data-in-a-script-lisp/m-p/13238710#M2345</guid>
      <dc:creator>willem.creffierKCWFB</dc:creator>
      <dc:date>2025-01-02T12:23:25Z</dc:date>
    </item>
  </channel>
</rss>

