<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>CAD Forum discussion (EN) : using a selection</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : using a selection]]></description>
  <pubDate>Sun, 31 May 2026 18:11:02 +0000</pubDate>
  <lastBuildDate>Mon, 13 Aug 2007 18:11:37 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum_en/RSS_post_feed.asp?TID=47</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD Forum discussion (EN)]]></title>
   <url>https://www.cadforum.cz/forum_en/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum_en/</link>
  </image>
  <item>
   <title><![CDATA[using a selection : Cheers!I came around that, but...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=47&amp;PID=104&amp;title=using-a-selection#104</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=266">vetlel</a><br /><strong>Subject:</strong> 47<br /><strong>Posted:</strong> 13.Aug.2007 at 18:11<br /><br />Cheers!<br>I came around that, but for some reason it didn't work.<br>But at least i know i am on the right track now...<br><br>I will keep you posted how things turn out.<br>]]>
   </description>
   <pubDate>Mon, 13 Aug 2007 18:11:37 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=47&amp;PID=104&amp;title=using-a-selection#104</guid>
  </item> 
  <item>
   <title><![CDATA[using a selection : Aha - not LISP but VBA. You can...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=47&amp;PID=103&amp;title=using-a-selection#103</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=3">Vladimir Michl</a><br /><strong>Subject:</strong> 47<br /><strong>Posted:</strong> 13.Aug.2007 at 18:04<br /><br /><P>Aha - not LISP but VBA.</P><P>You can try:</P><P>SurfacesSS.SelectOnScreen</P><DIV></DIV>]]>
   </description>
   <pubDate>Mon, 13 Aug 2007 18:04:05 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=47&amp;PID=103&amp;title=using-a-selection#103</guid>
  </item> 
  <item>
   <title><![CDATA[using a selection : Mmmm, lisp? lost me there.It is...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=47&amp;PID=102&amp;title=using-a-selection#102</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=266">vetlel</a><br /><strong>Subject:</strong> 47<br /><strong>Posted:</strong> 13.Aug.2007 at 17:45<br /><br />Mmmm, lisp? lost me there.<br><br>It is some code written for autocad 2002 (MDT6)<br>Here is a small part of the code i have:<br>&lt;code&gt;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; intCodes(0) = 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; varCodeValues(0) = "assurface"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' Layer selection<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; intCodes(1) = 8<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; varCodeValues(1) = ComboBoxlayer.Text<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; surfacesSS.Select acSelectionSetAll, , , intCodes, varCodeValues<br>&lt;/code&gt;<br><br>What it does now, is that it selects all the entities that correspond with certain criterias in the layer you tell it to look.<br><br>I would like it to do the same but now not looking in a certain layer, but selecting within a selection you made in autocad (when it turns blue)<br><br>Hope i explained myself a little better now...<br>]]>
   </description>
   <pubDate>Mon, 13 Aug 2007 17:45:59 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=47&amp;PID=102&amp;title=using-a-selection#102</guid>
  </item> 
  <item>
   <title><![CDATA[using a selection : Was it a LISP macro?  The object...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=47&amp;PID=101&amp;title=using-a-selection#101</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=3">Vladimir Michl</a><br /><strong>Subject:</strong> 47<br /><strong>Posted:</strong> 13.Aug.2007 at 17:07<br /><br />Was it a LISP macro?<DIV>&nbsp;</DIV><DIV>The object selection function - <strong>(ssget)</strong> - has a lot of options allowing to select interactively, by layer, or by other properties, plus combinations of these.</DIV><DIV>&nbsp;</DIV><DIV>E.g.:</DIV><DIV><strong>(ssget '((0 . "CIRCLE")))</strong> -- selects all circles in user selected objects</DIV><DIV><strong>(ssget "_X" '((0 . "CIRCLE")))</strong> -- selects all circles in the whole drawing</DIV><DIV><strong>(ssget "_X" '((8 . "MYLAYER")))</strong> -- selects all objects in the MYLAYER layer</DIV><DIV><strong>(ssget "_W")</strong> -- starts a plain window-selection</DIV><DIV>etc.</DIV>]]>
   </description>
   <pubDate>Mon, 13 Aug 2007 17:07:19 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=47&amp;PID=101&amp;title=using-a-selection#101</guid>
  </item> 
  <item>
   <title><![CDATA[using a selection : Hello all,I have written a macro...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=47&amp;PID=100&amp;title=using-a-selection#100</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=266">vetlel</a><br /><strong>Subject:</strong> 47<br /><strong>Posted:</strong> 13.Aug.2007 at 16:51<br /><br />Hello all,<br>I have written a macro many years ago that uses surfaces in a user selectable layer, and processes these surfaces through loads of complicated code.<br><br>Seeing it is years ago, and i got a little rusty in the mean time:<br><br>Is it possible for a macro to use the selection you made on the screen in autocad instead of a layer?<br><br>I hope my question is clear...<br><br>Any pointers would be greatly appreciated<br><br>Patrick.<br>]]>
   </description>
   <pubDate>Mon, 13 Aug 2007 16:51:46 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=47&amp;PID=100&amp;title=using-a-selection#100</guid>
  </item> 
 </channel>
</rss>