<?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) : Flashing Block or Layer</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : Flashing Block or Layer]]></description>
  <pubDate>Mon, 01 Jun 2026 07:02:31 +0000</pubDate>
  <lastBuildDate>Thu, 05 Nov 2009 08:06:42 +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=2616</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[Flashing Block or Layer : Here&amp;#039;s a Q&amp;amp;D lisp routine...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=2616&amp;PID=7219&amp;title=flashing-block-or-layer#7219</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=73469">CarlB</a><br /><strong>Subject:</strong> 2616<br /><strong>Posted:</strong> 05.Nov.2009 at 08:06<br /><br />Here's a Q&amp;D lisp routine to flash objects on a layer.<BR>The layer(s) to flash could be entered by user, or hard-coded. <BR>See what you think. Type "flash" to run it.<BR><BR><table width="99%"><tr><td><pre class="BBcode">(defun c:flash ()<BR>&nbsp; (setvar "cmdecho" 0)<BR>&nbsp; (setq Ename (car (entsel "\nSelect obj to flash layer: ")))<BR>&nbsp; (setq Lay (cdr (assoc 8 (entget Ename))))<BR>&nbsp; (setq LaySet (ssget "_X" (list (cons 8 lay))))<BR>&nbsp; (while t<BR>&nbsp;&nbsp;&nbsp;&nbsp; (sset_hl laySet 3) <DIV>&nbsp;&nbsp;&nbsp;&nbsp; (redraw)<BR>&nbsp;&nbsp;&nbsp;&nbsp; (command "._delay" "100")<BR>&nbsp;&nbsp;&nbsp;&nbsp; (sset_hl laySet 4)</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp; (redraw)</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp; (command "._delay" "100")<BR>&nbsp; )<BR>&nbsp; (setvar "cmdecho" 0)<BR>&nbsp; (princ)<BR>)<BR>(defun sset_hl (sset_1 val)<BR>&nbsp; (setq s_length (sslength sset_1))<BR>&nbsp; (setq count 0)<BR>&nbsp; (repeat s_length<BR>&nbsp;&nbsp;&nbsp;&nbsp; (setq en (ssname sset_1 count))<BR>&nbsp;&nbsp;&nbsp;&nbsp; (redraw en val)<BR>&nbsp;&nbsp;&nbsp;&nbsp; (setq count (1+ count))<BR>&nbsp; )<BR>)</pre></td></tr></table><BR></DIV><span style="font-size:10px"><br /><br />Edited by CarlB - 06.Nov.2009 at 02:36</span>]]>
   </description>
   <pubDate>Thu, 05 Nov 2009 08:06:42 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=2616&amp;PID=7219&amp;title=flashing-block-or-layer#7219</guid>
  </item> 
  <item>
   <title><![CDATA[Flashing Block or Layer : I am using Cad 2009 full version....]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=2616&amp;PID=7191&amp;title=flashing-block-or-layer#7191</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=76641">duster88</a><br /><strong>Subject:</strong> 2616<br /><strong>Posted:</strong> 03.Nov.2009 at 21:02<br /><br /><P>I am using Cad 2009 full version. I want to be able to have the columns in a building drawing flash on command. Highlighting has not been quite what I am looking for.</P><DIV>&nbsp;</DIV><DIV>ANy further help would be appreciated!</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Tue, 03 Nov 2009 21:02:30 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=2616&amp;PID=7191&amp;title=flashing-block-or-layer#7191</guid>
  </item> 
  <item>
   <title><![CDATA[Flashing Block or Layer : There are also other ways for...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=2616&amp;PID=7183&amp;title=flashing-block-or-layer#7183</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> 2616<br /><strong>Posted:</strong> 03.Nov.2009 at 09:23<br /><br />There are also other ways for drawing attention to drawing objects - selection highlighting, changing color temporarily, lineweights, etc.]]>
   </description>
   <pubDate>Tue, 03 Nov 2009 09:23:20 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=2616&amp;PID=7183&amp;title=flashing-block-or-layer#7183</guid>
  </item> 
  <item>
   <title><![CDATA[Flashing Block or Layer : Yes it&amp;#039;s possible.   . . . but...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=2616&amp;PID=7180&amp;title=flashing-block-or-layer#7180</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=73469">CarlB</a><br /><strong>Subject:</strong> 2616<br /><strong>Posted:</strong> 02.Nov.2009 at 23:08<br /><br />Yes it's possible.<DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>.</DIV><DIV>.</DIV><DIV>.</DIV><DIV>but controlling when &amp; why it flashes may not be so easy to implement.</DIV><DIV>Would probably be done with programming, so not possible in LT version.</DIV>]]>
   </description>
   <pubDate>Mon, 02 Nov 2009 23:08:10 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=2616&amp;PID=7180&amp;title=flashing-block-or-layer#7180</guid>
  </item> 
  <item>
   <title><![CDATA[Flashing Block or Layer : Does anyone know if it is possible...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=2616&amp;PID=7168&amp;title=flashing-block-or-layer#7168</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=76641">duster88</a><br /><strong>Subject:</strong> 2616<br /><strong>Posted:</strong> 02.Nov.2009 at 18:15<br /><br />Does anyone know if it is possible to make a Block or a layer flash on an AutoCad drawing in order to draw attention to it on plan?]]>
   </description>
   <pubDate>Mon, 02 Nov 2009 18:15:29 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=2616&amp;PID=7168&amp;title=flashing-block-or-layer#7168</guid>
  </item> 
 </channel>
</rss>