<?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: Annotation: How to get a sel_item for geometry selected by a ME10 Macro in Modeling</title>
    <link>https://www.ptcusercommunity.com/t5/Modeling/Annotation-How-to-get-a-sel-item-for-geometry-selected-by-a-ME10/m-p/1042618#M1374</link>
    <description>&lt;P&gt;Sorry, I forgot that I created this thread in this forum.&lt;BR /&gt;Thanks again to der_Wolfgang for the detailed explanation!&lt;/P&gt;</description>
    <pubDate>Mon, 10 Nov 2025 13:08:27 GMT</pubDate>
    <dc:creator>thollerweger</dc:creator>
    <dc:date>2025-11-10T13:08:27Z</dc:date>
    <item>
      <title>Annotation: How to get a sel_item for geometry selected by a ME10 Macro</title>
      <link>https://www.ptcusercommunity.com/t5/Modeling/Annotation-How-to-get-a-sel-item-for-geometry-selected-by-a-ME10/m-p/988292#M1252</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a ME10 macro that selects all geometries from a view and returns the pointer and geometry properties as a list to LISP.&lt;BR /&gt;The pointer corresponds to the return value of the sd-get-annotator-reference function.&lt;/P&gt;&lt;P&gt;To continue working with the elements, I need the sel_items for the pointers. But I can't find an inverse function for sd-get-annotator-reference.&lt;BR /&gt;So far I have implemented this by using get_selection in LISP to get all sel_items and building a new list in which the pointers are added using sd-get-annotator-reference.&lt;BR /&gt;I then use this list to add the sel_items to the list returned by ME10. However, the last process is quite slow.&lt;/P&gt;&lt;P&gt;Does anyone have an idea how to do this efficiently?&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 07:54:03 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Modeling/Annotation-How-to-get-a-sel-item-for-geometry-selected-by-a-ME10/m-p/988292#M1252</guid>
      <dc:creator>thollerweger</dc:creator>
      <dc:date>2024-12-11T07:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation: How to get a sel_item for geometry selected by a ME10 Macro</title>
      <link>https://www.ptcusercommunity.com/t5/Modeling/Annotation-How-to-get-a-sel-item-for-geometry-selected-by-a-ME10/m-p/989114#M1253</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/239593"&gt;@thollerweger&lt;/a&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&lt;BR /&gt;Thank you for your question.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Your &lt;A href="https://community.ptc.com/t5/Modeling/Annotation-How-to-get-a-sel-item-for-geometry-selected-by-a-ME10/m-p/988292#M1252" target="_blank"&gt;post&lt;/A&gt; appears well documented but has not yet received any response. I am replying to raise awareness. Hopefully, another community member will be able to help.&lt;BR /&gt;&lt;BR /&gt;Also, feel free to add any additional information you think might be relevant. It sometimes helps to have screenshots to better understand what you are trying to do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vivek N&lt;BR /&gt;Community Moderation Team.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 09:52:48 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Modeling/Annotation-How-to-get-a-sel-item-for-geometry-selected-by-a-ME10/m-p/989114#M1253</guid>
      <dc:creator>vnamboodheri</dc:creator>
      <dc:date>2024-12-16T09:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation: How to get a sel_item for geometry selected by a ME10 Macro</title>
      <link>https://www.ptcusercommunity.com/t5/Modeling/Annotation-How-to-get-a-sel-item-for-geometry-selected-by-a-ME10/m-p/1042612#M1373</link>
      <description>&lt;P&gt;a) there is no function sd-annotator-reference-to-sel-item available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;the last process is quite slow.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;b) This was discussed on cad.de, where it was determined that the cause of the low performance was the LISP implementation and program structure.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2025 12:57:51 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Modeling/Annotation-How-to-get-a-sel-item-for-geometry-selected-by-a-ME10/m-p/1042612#M1373</guid>
      <dc:creator>der_Wolfgang</dc:creator>
      <dc:date>2025-11-10T12:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation: How to get a sel_item for geometry selected by a ME10 Macro</title>
      <link>https://www.ptcusercommunity.com/t5/Modeling/Annotation-How-to-get-a-sel-item-for-geometry-selected-by-a-ME10/m-p/1042618#M1374</link>
      <description>&lt;P&gt;Sorry, I forgot that I created this thread in this forum.&lt;BR /&gt;Thanks again to der_Wolfgang for the detailed explanation!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2025 13:08:27 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Modeling/Annotation-How-to-get-a-sel-item-for-geometry-selected-by-a-ME10/m-p/1042618#M1374</guid>
      <dc:creator>thollerweger</dc:creator>
      <dc:date>2025-11-10T13:08:27Z</dc:date>
    </item>
  </channel>
</rss>

