<?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 Betreff: select hatch/object from linked table data in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/select-hatch-object-from-linked-table-data/m-p/11704266#M43742</link>
    <description>&lt;P&gt;Ootb not, but with a tool it is possible.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jan 2023 12:02:30 GMT</pubDate>
    <dc:creator>cadffm</dc:creator>
    <dc:date>2023-01-25T12:02:30Z</dc:date>
    <item>
      <title>select hatch/object from linked table data</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-hatch-object-from-linked-table-data/m-p/11704137#M43741</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there any way to select the hatch from the table to which I linked the area previously to it using (field - object - area)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;because I have a big table for room areas with over 250 cells all of them are linked to specific hatch&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 10:52:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-hatch-object-from-linked-table-data/m-p/11704137#M43741</guid>
      <dc:creator>mhdalshalabi</dc:creator>
      <dc:date>2023-01-25T10:52:21Z</dc:date>
    </item>
    <item>
      <title>Betreff: select hatch/object from linked table data</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-hatch-object-from-linked-table-data/m-p/11704266#M43742</link>
      <description>&lt;P&gt;Ootb not, but with a tool it is possible.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 12:02:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-hatch-object-from-linked-table-data/m-p/11704266#M43742</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2023-01-25T12:02:30Z</dc:date>
    </item>
    <item>
      <title>Betreff: select hatch/object from linked table data</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-hatch-object-from-linked-table-data/m-p/11705057#M43743</link>
      <description>Okay, so do you know any tool can do that?</description>
      <pubDate>Wed, 25 Jan 2023 16:16:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-hatch-object-from-linked-table-data/m-p/11705057#M43743</guid>
      <dc:creator>mhdalshalabi</dc:creator>
      <dc:date>2023-01-25T16:16:40Z</dc:date>
    </item>
    <item>
      <title>Betreff: select hatch/object from linked table data</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-hatch-object-from-linked-table-data/m-p/11705391#M43744</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5426715"&gt;@mhdalshalabi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Okay, so do you know any tool can do that?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That's something you need to program. You can use lisp, VBA or .NET. You can get the object id that the field links to and then use that to select the hatch.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 18:07:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-hatch-object-from-linked-table-data/m-p/11705391#M43744</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2023-01-25T18:07:39Z</dc:date>
    </item>
    <item>
      <title>Betreff: select hatch/object from linked table data</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-hatch-object-from-linked-table-data/m-p/11718266#M43745</link>
      <description>oh thank you&lt;BR /&gt;&lt;BR /&gt;but I don't know how to code. one thing u can help me with, can u write a description for the process so I can use it to let chatGPT make the lisp for me?&lt;BR /&gt;&lt;BR /&gt;I would be grateful if u can</description>
      <pubDate>Tue, 31 Jan 2023 11:10:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-hatch-object-from-linked-table-data/m-p/11718266#M43745</guid>
      <dc:creator>mhdalshalabi</dc:creator>
      <dc:date>2023-01-31T11:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: select hatch/object from linked table data</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-hatch-object-from-linked-table-data/m-p/11729850#M43746</link>
      <description>&lt;P&gt;I get the lisp from a user on reddit many thanks to him&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the code zoom and select the object from the linked field on the table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(defun c:go ( / entinfo)
 (setq entinfo (entget (CAR (NENTSEL "Select Object to identify parent:"))))
 (defun get331 ( alst / )
  (setq alst (entget (cdr (assoc 360 alst))))
  (if (not (assoc 331 alst))(get331 alst)(cdr (assoc 331 alst))))
 (if (assoc 360 entinfo)
  (progn
   (vl-cmdf "_zoom" "object" (get331 entinfo) "")
   (command "_select" (get331 entinfo)))
 (princ "\nObject does not contain a field.")
)
(princ)
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Feb 2023 15:33:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-hatch-object-from-linked-table-data/m-p/11729850#M43746</guid>
      <dc:creator>mhdalshalabi</dc:creator>
      <dc:date>2023-02-04T15:33:36Z</dc:date>
    </item>
  </channel>
</rss>

