<?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: Sub object selection problem in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/sub-object-selection-problem/m-p/7639059#M110809</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am aware what I am doing, that was just example of code, but in fact I've changed in my lisp to use command SELECT with SU (SUbobject) option... Everything is now working, I only have annoying prompting while execution of routine and I have to press ENTER after several checking of LIST and what I've explained in my solution... I'll see to try to fix this...&lt;/P&gt;</description>
    <pubDate>Wed, 20 Dec 2017 16:49:42 GMT</pubDate>
    <dc:creator>marko_ribar</dc:creator>
    <dc:date>2017-12-20T16:49:42Z</dc:date>
    <item>
      <title>Sub object selection problem</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/sub-object-selection-problem/m-p/7638481#M110806</link>
      <description>&lt;P&gt;I don't have replies for the question I posted here : &lt;A href="https://www.theswamp.org/index.php?topic=53750.0" target="_blank"&gt;https://www.theswamp.org/index.php?topic=53750.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I thought I could try on another forum...&lt;/P&gt;
&lt;P&gt;Thanks, M.R.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 14:25:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/sub-object-selection-problem/m-p/7638481#M110806</guid>
      <dc:creator>marko_ribar</dc:creator>
      <dc:date>2017-12-20T14:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sub object selection problem</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/sub-object-selection-problem/m-p/7638975#M110807</link>
      <description>&lt;P&gt;I've found solution by firstly deleting existing logfile, then using LOGFILEON command in conjunction with LIST command and LOGFILEOFF command - inspecting log file and at the end deleting log file... - logfile : (getvar 'logfilename)...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your attention...&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 16:31:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/sub-object-selection-problem/m-p/7638975#M110807</guid>
      <dc:creator>marko_ribar</dc:creator>
      <dc:date>2017-12-20T16:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sub object selection problem</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/sub-object-selection-problem/m-p/7639032#M110808</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not sure to understand what you're trying to do, but you have to keep in mind that what AutoCAD calls "sub objects" are faces, edges and vertices of 3s solids, surfaces or meshes.&lt;/P&gt;
&lt;P&gt;(ssget "_:V") works the same as selecting objects with the Ctrl key down.&lt;/P&gt;
&lt;P&gt;But the selection set returned by (setq ss (ssget "_:V")) only contains the main entities.&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;DIV id="5e8e9372-f14f-49de-899a-fb97cdfff433" class="myscreencast-iframe iframe-container active-myscreencast"&gt;&lt;IFRAME src="https://screencast.autodesk.com/Embed/Timeline/5e8e9372-f14f-49de-899a-fb97cdfff433" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" style="display: inline;" width="640" height="620" frameborder="0"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Dec 2017 16:43:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/sub-object-selection-problem/m-p/7639032#M110808</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2017-12-20T16:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sub object selection problem</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/sub-object-selection-problem/m-p/7639059#M110809</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am aware what I am doing, that was just example of code, but in fact I've changed in my lisp to use command SELECT with SU (SUbobject) option... Everything is now working, I only have annoying prompting while execution of routine and I have to press ENTER after several checking of LIST and what I've explained in my solution... I'll see to try to fix this...&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 16:49:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/sub-object-selection-problem/m-p/7639059#M110809</guid>
      <dc:creator>marko_ribar</dc:creator>
      <dc:date>2017-12-20T16:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sub object selection problem</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/sub-object-selection-problem/m-p/7640794#M110810</link>
      <description>&lt;P&gt;I've fixed those annoying prompts by changing usage of LIST command with (vl-cmdf "_.SELECT") (while (&amp;lt; 0 (getvar 'cmdactive)) (vl-cmdf "")) and no more pressing ENTER while routine works... But unfortunately it turns now that I have another problem which can't be solved through my algorithm... It's not that algorithm is bad, but problem is 3D in all 3 projections combined if sub objects overlap in projections - this means &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;always 2 or more&lt;/FONT&gt;&lt;/STRONG&gt; selected entities while SELECT -&amp;gt; SU -&amp;gt; CP -&amp;gt; (mapcar '+ '(-5e-2 -5e-2) pt) (mapcar '+ '(5e-2 -5e-2) pt) (mapcar '+ '(5e-2 5e-2) pt) (mapcar '+ '(-5e-2 5e-2) pt)... But at least it works well if overlap is in TOP view and in FRONT and LEFT there are no overlaps...&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 07:48:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/sub-object-selection-problem/m-p/7640794#M110810</guid>
      <dc:creator>marko_ribar</dc:creator>
      <dc:date>2017-12-21T07:48:05Z</dc:date>
    </item>
  </channel>
</rss>

