<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title><![CDATA[AutoCAD Forums - AutoLISP, Visual LISP & DCL]]></title>
		<link>http://www.cadtutor.net/forum/</link>
		<description>Questions from beginner to advanced. Tell us about good sources of free lisp and post your own routines for testing.Code posting guidelines</description>
		<language>en</language>
		<lastBuildDate>Thu, 17 May 2012 04:49:56 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.cadtutor.net/forum/images/misc_cadtutor/rss.png</url>
			<title><![CDATA[AutoCAD Forums - AutoLISP, Visual LISP & DCL]]></title>
			<link>http://www.cadtutor.net/forum/</link>
		</image>
		<item>
			<title><![CDATA[Why AutoCAD command POLARARRAY doesn't take my number?]]></title>
			<link>http://www.cadtutor.net/forum/showthread.php?69413-Why-AutoCAD-command-POLARARRAY-doesn-t-take-my-number&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 19:06:02 GMT</pubDate>
			<description><![CDATA[Hi. 
 
I'm extremely new to this. I created a .lsp file and I'm doing polar array. 
*(COMMAND "ARRAYPOLAR" "LAST" "" center "12" "360" "eXit" )* 
 
Command: ARRAYPOLAR 
Select objects: LAST 1 found...]]></description>
			<content:encoded><![CDATA[<div>Hi.<br />
<br />
I'm extremely new to this. I created a .lsp file and I'm doing polar array.<br />
<b>(COMMAND &quot;ARRAYPOLAR&quot; &quot;LAST&quot; &quot;&quot; center &quot;12&quot; &quot;360&quot; &quot;eXit&quot; )</b><br />
<br />
Command: ARRAYPOLAR<br />
Select objects: LAST 1 found<br />
Select objects:<br />
Type = Polar  Associative = Yes<br />
Specify center point of array or [Base point/Axis of rotation]:<br />
Enter number of items or [Angle between/Expression] &lt;4&gt;: 12<br />
Point or option keyword required.<br />
; error: Function cancelled<br />
<br />
It seems last object is found, center point is defined in the beginning. It doesn't take number of items? :o<br />
I've also unsuccessfully tried <br />
<b>(COMMAND &quot;ARRAYPOLAR&quot; &quot;LAST&quot; &quot;&quot; center 12 &quot;360&quot; &quot;eXit&quot; )</b><br />
and some other silly workarounds but none worked.</div>

 ]]></content:encoded>
			<category domain="http://www.cadtutor.net/forum/forumdisplay.php?21-AutoLISP-Visual-LISP-amp-DCL"><![CDATA[AutoLISP, Visual LISP & DCL]]></category>
			<dc:creator>Pzi</dc:creator>
			<guid isPermaLink="true">http://www.cadtutor.net/forum/showthread.php?69413-Why-AutoCAD-command-POLARARRAY-doesn-t-take-my-number</guid>
		</item>
		<item>
			<title>zero suppress in Mtext</title>
			<link>http://www.cadtutor.net/forum/showthread.php?69353-zero-suppress-in-Mtext&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 10:38:57 GMT</pubDate>
			<description>Using a lisp, i insert mtexts, with       (rtos mtext 2 2); how to supress 0 when my mtext is... 2.00? -  to be 2 ?</description>
			<content:encoded><![CDATA[<div>Using a lisp, i insert mtexts, with       (rtos mtext 2 2); how to supress 0 when my mtext is... 2.00? -  to be 2 ?</div>

 ]]></content:encoded>
			<category domain="http://www.cadtutor.net/forum/forumdisplay.php?21-AutoLISP-Visual-LISP-amp-DCL"><![CDATA[AutoLISP, Visual LISP & DCL]]></category>
			<dc:creator>SELFCAD</dc:creator>
			<guid isPermaLink="true">http://www.cadtutor.net/forum/showthread.php?69353-zero-suppress-in-Mtext</guid>
		</item>
		<item>
			<title>I Need some help, Creating Table with Layer Name from Specific Section</title>
			<link>http://www.cadtutor.net/forum/showthread.php?69352-I-Need-some-help-Creating-Table-with-Layer-Name-from-Specific-Section&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 10:35:46 GMT</pubDate>
			<description>Hello everyone, 
 im a new guy here and i need some help, 
I want to draw a line, (its kind of Section) and then should generate a table with polylines or lines Layer with Count, that pass through,...</description>
			<content:encoded><![CDATA[<div>Hello everyone,<br />
 im a new guy here and i need some help,<br />
I want to draw a line, (its kind of Section) and then should generate a table with polylines or lines Layer with Count, that pass through, i've done that with Mechanical using Section and with dx, but i need it faster with lisp, i could use table, or block so when i insert it should need first point, then 2nd point and would give me all layer names in a box with count,<br />
 forgive me for my english,<br />
please see image below<a href="http://www.cadtutor.net/forum/attachment.php?attachmentid=34826"  title="Name:  
Views: 
Size:  ">Attachment 34826</a></div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/jpg.gif" alt="File Type: jpg" />
	<a href="http://www.cadtutor.net/forum/attachment.php?attachmentid=34826&amp;d=1337078042">Capture.jpg&lrm;</a> 
(41.4 KB)
</li> 
			</ul>
			</fieldset>
	

	

	</div>
 ]]></content:encoded>
			<category domain="http://www.cadtutor.net/forum/forumdisplay.php?21-AutoLISP-Visual-LISP-amp-DCL"><![CDATA[AutoLISP, Visual LISP & DCL]]></category>
			<dc:creator>Michalis</dc:creator>
			<guid isPermaLink="true">http://www.cadtutor.net/forum/showthread.php?69352-I-Need-some-help-Creating-Table-with-Layer-Name-from-Specific-Section</guid>
		</item>
		<item>
			<title>Trim Command Issue in ACAD 2010 Vs ACAD 2005</title>
			<link>http://www.cadtutor.net/forum/showthread.php?69349-Trim-Command-Issue-in-ACAD-2010-Vs-ACAD-2005&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 08:49:20 GMT</pubDate>
			<description><![CDATA[All, 
I am facing issue with LISP code which runs fine with ACAD 2005. LISP stmt is (command "trim" e1 "" p30 "") 
  
If i run same code on ACAD 2010 then while selecting objects for trimming if ACAD...]]></description>
			<content:encoded><![CDATA[<div>All,<br />
I am facing issue with LISP code which runs fine with ACAD 2005. LISP stmt is (command &quot;trim&quot; e1 &quot;&quot; p30 &quot;&quot;)<br />
 <br />
If i run same code on ACAD 2010 then while selecting objects for trimming if ACAD couldn't find objects at specified point (p30) then it will start forming a window and will stuck there since opposite corner is not specified.<br />
We have used trim at multiple places in overall code.<br />
I tried with PICKAUTO abd PICKADD variable but still  while selecting object to trim it will form a crossing window.<br />
Is there any other method thru which I can avoid this crossing window?<br />
 <br />
Regards,<br />
Kaustubh</div>

 ]]></content:encoded>
			<category domain="http://www.cadtutor.net/forum/forumdisplay.php?21-AutoLISP-Visual-LISP-amp-DCL"><![CDATA[AutoLISP, Visual LISP & DCL]]></category>
			<dc:creator>ksbhadekar</dc:creator>
			<guid isPermaLink="true">http://www.cadtutor.net/forum/showthread.php?69349-Trim-Command-Issue-in-ACAD-2010-Vs-ACAD-2005</guid>
		</item>
		<item>
			<title>Help with LISP</title>
			<link>http://www.cadtutor.net/forum/showthread.php?69357-Help-with-LISP&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 05:40:23 GMT</pubDate>
			<description><![CDATA[Here I attached "CHNO" attribute block & lsp Programme for that block use  
But I want to similar lsp for another "Juno" attribute block to use i also attached that lsp  
please help me]]></description>
			<content:encoded><![CDATA[<div>Here I attached &quot;CHNO&quot; attribute block &amp; lsp Programme for that block use <br />
But I want to similar lsp for another &quot;Juno&quot; attribute block to use i also attached that lsp <br />
please help me</div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/dwg.gif" alt="File Type: dwg" />
	<a href="http://www.cadtutor.net/forum/attachment.php?attachmentid=34820&amp;d=1337060348">chno.dwg&lrm;</a> 
(36.3 KB)
</li> <li>
	<img class="inlineimg" src="/dwg.gif" alt="File Type: dwg" />
	<a href="http://www.cadtutor.net/forum/attachment.php?attachmentid=34821&amp;d=1337060359">Junno.dwg&lrm;</a> 
(36.0 KB)
</li> <li>
	<img class="inlineimg" src="/lsp.gif" alt="File Type: lsp" />
	<a href="http://www.cadtutor.net/forum/attachment.php?attachmentid=34822&amp;d=1337060378">chaltano.lsp&lrm;</a> 
(1.4 KB)
</li> 
			</ul>
		</fieldset>
	

	</div>
 ]]></content:encoded>
			<category domain="http://www.cadtutor.net/forum/forumdisplay.php?21-AutoLISP-Visual-LISP-amp-DCL"><![CDATA[AutoLISP, Visual LISP & DCL]]></category>
			<dc:creator>rajrehman</dc:creator>
			<guid isPermaLink="true">http://www.cadtutor.net/forum/showthread.php?69357-Help-with-LISP</guid>
		</item>
		<item>
			<title>Convert string into a routine</title>
			<link>http://www.cadtutor.net/forum/showthread.php?69328-Convert-string-into-a-routine&amp;goto=newpost</link>
			<pubDate>Mon, 14 May 2012 17:23:16 GMT</pubDate>
			<description><![CDATA[Is there any way to make this work as a routine? It is just a simple command "line" from 0,0 to 3,5. 
 
I cannot figure it out 
 
 
Code: 
--------- 
(defun c:tss () 
  (princ (strcat 
       (chr 40)]]></description>
			<content:encoded><![CDATA[<div>Is there any way to make this work as a routine? It is just a simple command &quot;line&quot; from 0,0 to 3,5.<br />
<br />
I cannot figure it out<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">(defun c:tss ()<br />
&nbsp; (princ (strcat<br />
&nbsp; &nbsp; &nbsp;  (chr 40)<br />
&nbsp; &nbsp; &nbsp;  (chr 99)<br />
&nbsp; &nbsp; &nbsp;  (chr 111)<br />
&nbsp; &nbsp; &nbsp;  (chr 109)<br />
&nbsp; &nbsp; &nbsp;  (chr 109)<br />
&nbsp; &nbsp; &nbsp;  (chr 97)<br />
&nbsp; &nbsp; &nbsp;  (chr 110)<br />
&nbsp; &nbsp; &nbsp;  (chr 100)<br />
&nbsp; &nbsp; &nbsp;  (chr 32)<br />
&nbsp; &nbsp; &nbsp;  (chr 34)<br />
&nbsp; &nbsp; &nbsp;  (chr 108)<br />
&nbsp; &nbsp; &nbsp;  (chr 105)<br />
&nbsp; &nbsp; &nbsp;  (chr 110)<br />
&nbsp; &nbsp; &nbsp;  (chr 101)<br />
&nbsp; &nbsp; &nbsp;  (chr 34)<br />
&nbsp; &nbsp; &nbsp;  (chr 32)<br />
&nbsp; &nbsp; &nbsp;  (chr 34)<br />
&nbsp; &nbsp; &nbsp;  (chr 48)<br />
&nbsp; &nbsp; &nbsp;  (chr 44)<br />
&nbsp; &nbsp; &nbsp;  (chr 48)<br />
&nbsp; &nbsp; &nbsp;  (chr 34)<br />
&nbsp; &nbsp; &nbsp;  (chr 32)<br />
&nbsp; &nbsp; &nbsp;  (chr 34)<br />
&nbsp; &nbsp; &nbsp;  (chr 51)<br />
&nbsp; &nbsp; &nbsp;  (chr 44)<br />
&nbsp; &nbsp; &nbsp;  (chr 53)<br />
&nbsp; &nbsp; &nbsp;  (chr 34)<br />
&nbsp; &nbsp; &nbsp;  (chr 32)<br />
&nbsp; &nbsp; &nbsp;  (chr 34)<br />
&nbsp; &nbsp; &nbsp;  (chr 34)<br />
&nbsp; &nbsp; &nbsp;  (chr 41)<br />
&nbsp; &nbsp;  )<br />
&nbsp; )<br />
)</code><hr />
</div> Thanks a lot in advance</div>

 ]]></content:encoded>
			<category domain="http://www.cadtutor.net/forum/forumdisplay.php?21-AutoLISP-Visual-LISP-amp-DCL"><![CDATA[AutoLISP, Visual LISP & DCL]]></category>
			<dc:creator>svorgodne</dc:creator>
			<guid isPermaLink="true">http://www.cadtutor.net/forum/showthread.php?69328-Convert-string-into-a-routine</guid>
		</item>
		<item>
			<title>UCS lisp routines?</title>
			<link>http://www.cadtutor.net/forum/showthread.php?69325-UCS-lisp-routines&amp;goto=newpost</link>
			<pubDate>Mon, 14 May 2012 15:49:47 GMT</pubDate>
			<description>Hi all! 
 
I have been learning lisp routines and am struggling to work out the one I need to rotate my model space. 
 
I have solved the routine for getting back to the original ucs setting: 
(defun...</description>
			<content:encoded><![CDATA[<div>Hi all!<br />
<br />
I have been learning lisp routines and am struggling to work out the one I need to rotate my model space.<br />
<br />
I have solved the routine for getting back to the original ucs setting:<br />
(defun c:EU nil (command &quot;ucs&quot; &quot;w&quot; &quot;plan&quot; &quot;w&quot;) (princ))<br />
<br />
The one that isn't working I think should look like this:<br />
(defun c:UE nil (command &quot;ucs&quot; &quot;e&quot; &quot;plan&quot; &quot;current&quot;) (princ))<br />
<br />
However, this routine fails to rotate to the current UCS despite registering the selected ucs.<br />
<br />
Thank you</div>

 ]]></content:encoded>
			<category domain="http://www.cadtutor.net/forum/forumdisplay.php?21-AutoLISP-Visual-LISP-amp-DCL"><![CDATA[AutoLISP, Visual LISP & DCL]]></category>
			<dc:creator>nathanaelbfw</dc:creator>
			<guid isPermaLink="true">http://www.cadtutor.net/forum/showthread.php?69325-UCS-lisp-routines</guid>
		</item>
		<item>
			<title>want to change linetype color manually ..</title>
			<link>http://www.cadtutor.net/forum/showthread.php?69322-want-to-change-linetype-color-manually-..&amp;goto=newpost</link>
			<pubDate>Mon, 14 May 2012 15:37:22 GMT</pubDate>
			<description>Hi guys.. I AM BACK ..  
 
I want to change all linetype color manually for printing purpose . Means I want to change all the hidden line of a drawing in red, all continuous in brown ..like this. Now...</description>
			<content:encoded><![CDATA[<div>Hi guys.. I AM BACK .. <br />
<br />
I want to change all linetype color manually for printing purpose . Means I want to change all the hidden line of a drawing in red, all continuous in brown ..like this. Now the problem is .. <br />
<br />
1. The code for the linetype is 6 , but whenever the line type is dedicated for a layer, the code 6 is not showing, then how I'll get all the hidden line types (may be in different layers) of a drawing .. <br />
<br />
2. From table search I can get all the line type available in the drawing, but all those line types are in used? I am in doubt .. I failed to find them visually in my drawing .. <br />
<br />
3. I can get the layer name from DXF code 8 , but how can I get the details of the layer, like color, line type etc .. <br />
<br />
<br />
Plz help guys ... :(<br />
<br />
Subho..<br />
KOlkata..<br />
India ..</div>

 ]]></content:encoded>
			<category domain="http://www.cadtutor.net/forum/forumdisplay.php?21-AutoLISP-Visual-LISP-amp-DCL"><![CDATA[AutoLISP, Visual LISP & DCL]]></category>
			<dc:creator>nila_joy</dc:creator>
			<guid isPermaLink="true">http://www.cadtutor.net/forum/showthread.php?69322-want-to-change-linetype-color-manually-..</guid>
		</item>
		<item>
			<title>a series of polyline in between two bounding polyline</title>
			<link>http://www.cadtutor.net/forum/showthread.php?69319-a-series-of-polyline-in-between-two-bounding-polyline&amp;goto=newpost</link>
			<pubDate>Mon, 14 May 2012 07:48:04 GMT</pubDate>
			<description>I need a lisp which will draw a series of polyline in between two bounding polyline. The series of polyline will be perpendicular with two bounding polyline. Please view the image. 
...</description>
			<content:encoded><![CDATA[<div>I need a lisp which will draw a series of polyline in between two bounding polyline. The series of polyline will be perpendicular with two bounding polyline. Please view the image.<br />
<br />
<a href="http://www.cadtutor.net/forum/attachment.php?attachmentid=34808"  title="Name:  
Views: 
Size:  ">Attachment 34808</a></div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/jpg.gif" alt="File Type: jpg" />
	<a href="http://www.cadtutor.net/forum/attachment.php?attachmentid=34808&amp;d=1336981655">Drawing1-Model.jpg&lrm;</a> 
(20.2 KB)
</li> 
			</ul>
			</fieldset>
	

	

	</div>
 ]]></content:encoded>
			<category domain="http://www.cadtutor.net/forum/forumdisplay.php?21-AutoLISP-Visual-LISP-amp-DCL"><![CDATA[AutoLISP, Visual LISP & DCL]]></category>
			<dc:creator>souvik</dc:creator>
			<guid isPermaLink="true">http://www.cadtutor.net/forum/showthread.php?69319-a-series-of-polyline-in-between-two-bounding-polyline</guid>
		</item>
		<item>
			<title>Edit text inside the window</title>
			<link>http://www.cadtutor.net/forum/showthread.php?69301-Edit-text-inside-the-window&amp;goto=newpost</link>
			<pubDate>Sat, 12 May 2012 10:31:53 GMT</pubDate>
			<description><![CDATA[HTML: 
--------- 
(defun c:TET () 
(setq pt1 (getpoint"\n First corner ")) 
(setq pt2 (getcorner pt1"\n 2nd corner")) 
 
  (setq ss3 (ssget "C" pt1 pt2 '((0 . "text")))) 
  (setq i 1) 
 (while (> i...]]></description>
			<content:encoded><![CDATA[<div><div class="bbcode_container">
	<div class="bbcode_description">HTML Code:</div>
	<hr /><code class="bbcode_code">(defun c:TET ()<br />
(setq pt1 (getpoint&quot;\n First corner &quot;))<br />
(setq pt2 (getcorner pt1&quot;\n 2nd corner&quot;))<br />
<br />
&nbsp; (setq ss3 (ssget &quot;C&quot; pt1 pt2 '((0 . &quot;text&quot;))))<br />
&nbsp; (setq i 1)<br />
&nbsp;(while (&gt; i 0)(progn<br />
&nbsp; &nbsp; (setq i (sslength ss3));NO OF ITEMS SELECTED<br />
&nbsp; &nbsp; &nbsp; &nbsp;  (setq sn (ssname ss3 (setq i (1- i))));GETTING ENTTY NAME OF ONE ITEM<br />
&nbsp; &nbsp; &nbsp; (command &quot;_ddedit&quot; sn)&nbsp; &nbsp;  <br />
))&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
);end txt</code><hr />
</div> What is the wrong in my code<br />
why cant I edit text one by one inside the window.</div>

 ]]></content:encoded>
			<category domain="http://www.cadtutor.net/forum/forumdisplay.php?21-AutoLISP-Visual-LISP-amp-DCL"><![CDATA[AutoLISP, Visual LISP & DCL]]></category>
			<dc:creator>wimal</dc:creator>
			<guid isPermaLink="true">http://www.cadtutor.net/forum/showthread.php?69301-Edit-text-inside-the-window</guid>
		</item>
		<item>
			<title>multiple entry input</title>
			<link>http://www.cadtutor.net/forum/showthread.php?69298-multiple-entry-input&amp;goto=newpost</link>
			<pubDate>Sat, 12 May 2012 07:29:23 GMT</pubDate>
			<description><![CDATA[What would you do if you want to make a function whose input arguments be like setq? I know optional arguments are not allowed in vlisp and I've considered the list input, I was wondering if there is...]]></description>
			<content:encoded><![CDATA[<div>What would you do if you want to make a function whose input arguments be like setq? I know optional arguments are not allowed in vlisp and I've considered the list input, I was wondering if there is any way to make a function just like setq?</div>

 ]]></content:encoded>
			<category domain="http://www.cadtutor.net/forum/forumdisplay.php?21-AutoLISP-Visual-LISP-amp-DCL"><![CDATA[AutoLISP, Visual LISP & DCL]]></category>
			<dc:creator>anishtain4</dc:creator>
			<guid isPermaLink="true">http://www.cadtutor.net/forum/showthread.php?69298-multiple-entry-input</guid>
		</item>
		<item>
			<title>Add blocks to project</title>
			<link>http://www.cadtutor.net/forum/showthread.php?69296-Add-blocks-to-project&amp;goto=newpost</link>
			<pubDate>Sat, 12 May 2012 04:42:27 GMT</pubDate>
			<description><![CDATA[How can you add some blocks that will be used in a project so when I gave the compiled version to my friends there don't be any need to copy block files by hand?]]></description>
			<content:encoded><![CDATA[<div>How can you add some blocks that will be used in a project so when I gave the compiled version to my friends there don't be any need to copy block files by hand?</div>

 ]]></content:encoded>
			<category domain="http://www.cadtutor.net/forum/forumdisplay.php?21-AutoLISP-Visual-LISP-amp-DCL"><![CDATA[AutoLISP, Visual LISP & DCL]]></category>
			<dc:creator>anishtain4</dc:creator>
			<guid isPermaLink="true">http://www.cadtutor.net/forum/showthread.php?69296-Add-blocks-to-project</guid>
		</item>
		<item>
			<title>Parsing out drawing name using LISP - please help</title>
			<link>http://www.cadtutor.net/forum/showthread.php?69288-Parsing-out-drawing-name-using-LISP-please-help&amp;goto=newpost</link>
			<pubDate>Fri, 11 May 2012 16:25:20 GMT</pubDate>
			<description><![CDATA[Please help...  I am trying to parse out drawing names and am struggling trying to get the names parsed out.  Here's the senerio: 
  
There's a long series of CAD files using a two letter - two...]]></description>
			<content:encoded><![CDATA[<div>Please help...  I am trying to parse out drawing names and am struggling trying to get the names parsed out.  Here's the senerio:<br />
 <br />
There's a long series of CAD files using a two letter - two number naming convention, like the following example:<br />
   AA11.dwg<br />
   AA22.dwg<br />
   BB11.dwg<br />
   BB22.dwg<br />
   ...etc <br />
 <br />
Uses layers like:<br />
   X-NEW-01<br />
   X-EXIST-01  <br />
   ...etc<br />
 <br />
After some file manipulation using the numbers from the file name (11, 22, etc..), I need to be able to save out varients as:<br />
   AA-X-NEW-01.dwg<br />
   AA-X-EXIST-01.dwg<br />
   BB-X-NEW-01.dwg  <br />
   BB-X-EXIST-01.dwg<br />
...and so on.</div>

 ]]></content:encoded>
			<category domain="http://www.cadtutor.net/forum/forumdisplay.php?21-AutoLISP-Visual-LISP-amp-DCL"><![CDATA[AutoLISP, Visual LISP & DCL]]></category>
			<dc:creator>Kevin S</dc:creator>
			<guid isPermaLink="true">http://www.cadtutor.net/forum/showthread.php?69288-Parsing-out-drawing-name-using-LISP-please-help</guid>
		</item>
		<item>
			<title>LISP - Invoke Publish command</title>
			<link>http://www.cadtutor.net/forum/showthread.php?69280-LISP-Invoke-Publish-command&amp;goto=newpost</link>
			<pubDate>Fri, 11 May 2012 13:18:51 GMT</pubDate>
			<description>Is there a way to invoke the publish command and have it plot only the layouts to a specific page setup? 
 
The reason I ask is that I have a lot of fields on our title block and I want to run...</description>
			<content:encoded><![CDATA[<div>Is there a way to invoke the publish command and have it plot only the layouts to a specific page setup?<br />
<br />
The reason I ask is that I have a lot of fields on our title block and I want to run fieldupdate before plotting?<br />
<br />
Thanks.</div>

 ]]></content:encoded>
			<category domain="http://www.cadtutor.net/forum/forumdisplay.php?21-AutoLISP-Visual-LISP-amp-DCL"><![CDATA[AutoLISP, Visual LISP & DCL]]></category>
			<dc:creator>woodman78</dc:creator>
			<guid isPermaLink="true">http://www.cadtutor.net/forum/showthread.php?69280-LISP-Invoke-Publish-command</guid>
		</item>
		<item>
			<title>Help, In need of lighting circuit lisp (like on Autocad MEP)</title>
			<link>http://www.cadtutor.net/forum/showthread.php?69273-Help-In-need-of-lighting-circuit-lisp-(like-on-Autocad-MEP)&amp;goto=newpost</link>
			<pubDate>Fri, 11 May 2012 11:03:53 GMT</pubDate>
			<description>Im currently doing a lighting design which i now have to circuit up. 
  
on Autocad MEP there is a tool which you pick 2 points and it draws the circuit line with chamfered edges. But ive only got...</description>
			<content:encoded><![CDATA[<div>Im currently doing a lighting design which i now have to circuit up.<br />
 <br />
on Autocad MEP there is a tool which you pick 2 points and it draws the circuit line with chamfered edges. But ive only got standard autocad at the minute<br />
 <br />
is there a LISP routine anyone knows about?<br />
 <br />
Nick</div>

 ]]></content:encoded>
			<category domain="http://www.cadtutor.net/forum/forumdisplay.php?21-AutoLISP-Visual-LISP-amp-DCL"><![CDATA[AutoLISP, Visual LISP & DCL]]></category>
			<dc:creator>Nick-H-</dc:creator>
			<guid isPermaLink="true">http://www.cadtutor.net/forum/showthread.php?69273-Help-In-need-of-lighting-circuit-lisp-(like-on-Autocad-MEP)</guid>
		</item>
	</channel>
</rss>

