<?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) : line space factor for MULTILEADERS</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : line space factor for MULTILEADERS]]></description>
  <pubDate>Sun, 31 May 2026 22:31:13 +0000</pubDate>
  <lastBuildDate>Thu, 03 Mar 2011 10:21:27 +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=5396</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[line space factor for MULTILEADERS : Ok, I have finally figured it...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5396&amp;PID=13653&amp;title=line-space-factor-for-multileaders#13653</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=38935">Macieto</a><br /><strong>Subject:</strong> 5396<br /><strong>Posted:</strong> 03.Mar.2011 at 10:21<br /><br />Ok, I have finally figured it out!<br><br>I've just changed "1" for "0.9" and reactor works great<br><br><pre ="BBcode">(vlax-put-property vlaobjent 'TextLineSpacingStyle 2)<br>(vlax-put-property vlaobjent 'TextLineSpacingFactor <font size="4">0.9</font>)</pre>Thanks people! :-)<br>]]>
   </description>
   <pubDate>Thu, 03 Mar 2011 10:21:27 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5396&amp;PID=13653&amp;title=line-space-factor-for-multileaders#13653</guid>
  </item> 
  <item>
   <title><![CDATA[line space factor for MULTILEADERS : Hi MacietoIt seems the lisp routine...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5396&amp;PID=13652&amp;title=line-space-factor-for-multileaders#13652</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=172498">malvar</a><br /><strong>Subject:</strong> 5396<br /><strong>Posted:</strong> 03.Mar.2011 at 09:23<br /><br />Hi Macieto<div><br></div><div>It seems the lisp routine you are loading is a sub-routine of a bigger lisp program. you can load and call the command with open-close brackets like this: (mleaderspfac).&nbsp;</div><div><br></div><div>If you want to call the command directly, insert in the lisp routine "c:" before the function name, like this:</div><div>&nbsp;&nbsp; &nbsp;<span ="Apple-style-span" style="color: rgb(0, 68, 68); font-family: Courier; font-size: 13px; white-space: pre; -webkit-border-horiz&#111;ntal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">(defun c:mleaderspfac    (/ obj objent....</span></div><div><span ="Apple-style-span" style="color: rgb(0, 68, 68); font-family: Courier; font-size: 13px; white-space: pre; -webkit-border-horiz&#111;ntal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">Once you made this in notepad, save it as lisp file (.lsp extension)</span></div><div><span ="Apple-style-span" style="color: rgb(0, 68, 68); font-family: Courier; font-size: 13px; white-space: pre; -webkit-border-horiz&#111;ntal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">Then load the file in the command line with "Appload" and pick the file you saved for loading.</span></div><div><span ="Apple-style-span" style="color: rgb(0, 68, 68); font-family: Courier; font-size: 13px; white-space: pre; -webkit-border-horiz&#111;ntal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">You should now be able to call the "</span><span ="Apple-style-span" style="color: rgb(0, 68, 68); font-family: Courier; font-size: 13px; white-space: pre; -webkit-border-horiz&#111;ntal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">mleaderspfac" directly at the command line</span></div><div><span ="Apple-style-span" style="color: rgb(0, 68, 68); font-family: Courier; font-size: 13px; white-space: pre; -webkit-border-horiz&#111;ntal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "></span><span ="Apple-style-span" style="color: rgb(0, 68, 68); font-family: Courier; font-size: 13px; white-space: pre; -webkit-border-horiz&#111;ntal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">Hope this helps </span></div>]]>
   </description>
   <pubDate>Thu, 03 Mar 2011 09:23:24 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5396&amp;PID=13652&amp;title=line-space-factor-for-multileaders#13652</guid>
  </item> 
  <item>
   <title><![CDATA[line space factor for MULTILEADERS :    HAWDesigner wrote:Hi Macieto,...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5396&amp;PID=13651&amp;title=line-space-factor-for-multileaders#13651</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=38935">Macieto</a><br /><strong>Subject:</strong> 5396<br /><strong>Posted:</strong> 03.Mar.2011 at 08:18<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by HAWDesigner" alt="Originally posted by HAWDesigner" style="vertical-align: text-bottom;" /> <strong>HAWDesigner wrote:</strong><br /><br />Hi Macieto, what that is, is LISP code. Basically, it's a Macro on steroids. When run, it tells AutoCAD what to do.<br><br>If you save that code to a file, you can load it and run it.<br><br>In order to do that, you have to save it (using Notepad) to a file named "mleaderspfac.lsp" in the folder where the other .LSP files reside (usually C:\Program Files\AutoCAD 2009\Support\ - or whatever your version of AutoCAD is).<br><br>To load the program in AutoCAD, you type &#091;CMD&#093;APPLOAD&#091;/CMD&#093; and select the file you saved. <br><br>To RUN the program, at the commandline, type MLEADERSPFAC.<br><br><br>Good Luck!!<br></td></tr></table><br><br>Thanks <b>HAWDesigner,<br></b>I know how to load a routine, so that was not a problem<br><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Macieto" alt="Originally posted by Macieto" style="vertical-align: text-bottom;" /> <strong>Macieto wrote:</strong><br /><br />I have uploaded that code from lsp file and than run MLEADER but nothing happened?<br>How should I use that code&gt;?</td></tr></table><br><br>The problem is that it doesnt work, and I really dont think that afeter apploading that <b>mleaderspfac.lsp</b> I should type <b>mleaderspfac</b>, because I suppose that&nbsp; <b>mleaderspfac</b> is somehow reactor for command <b>mleader</b>.<br>But it basically doesnt work whatever I will type:<br>1) when I type <b>mleader</b> than I can draw <b>mleader</b> but I can see no difference <br>2) when I type <b>mleaderspfac</b> than acad tells <br><table width="99%"><tr><td><pre class="BBcode">Command: mleaderspfac<br>Unknown command "MLEADERSPFAC".&nbsp; Press F1 for help.</pre></td></tr></table><br><br>I suppose that somewhere in this code is a place&nbsp; responsible for placing every new mleader with <b>specified line space factor</b>. Is it this part?<br><br><table width="99%"><tr><td><pre class="BBcode">(vlax-put-property vlaobjent 'TextLineSpacingStyle 2)<br>(vlax-put-property vlaobjent 'TextLineSpacingFactor 1)</pre></td></tr></table><br><br>What I want to achieve is to draw <b>MLEADERS</b> with specified <b>line space factor</b>, not with default l<b>ine space factor =1</b>.<br><br><br><br>]]>
   </description>
   <pubDate>Thu, 03 Mar 2011 08:18:03 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5396&amp;PID=13651&amp;title=line-space-factor-for-multileaders#13651</guid>
  </item> 
  <item>
   <title><![CDATA[line space factor for MULTILEADERS : Hi Macieto, what that is, is LISP...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5396&amp;PID=13649&amp;title=line-space-factor-for-multileaders#13649</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=16131">HAWDesigner</a><br /><strong>Subject:</strong> 5396<br /><strong>Posted:</strong> 02.Mar.2011 at 23:24<br /><br />Hi Macieto, what that is, is LISP code. Basically, it's a Macro on steroids. When run, it tells AutoCAD what to do.<br><br>If you save that code to a file, you can load it and run it.<br><br>In order to do that, you have to save it (using Notepad) to a file named "mleaderspfac.lsp" in the folder where the other .LSP files reside (usually C:\Program Files\AutoCAD 2009\Support\ - or whatever your version of AutoCAD is).<br><br>To load the program in AutoCAD, you type &#091;CMD&#093;APPLOAD&#091;/CMD&#093; and select the file you saved. <br><br>To RUN the program, at the commandline, type MLEADERSPFAC.<br><br><br>Good Luck!!<br>]]>
   </description>
   <pubDate>Wed, 02 Mar 2011 23:24:39 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5396&amp;PID=13649&amp;title=line-space-factor-for-multileaders#13649</guid>
  </item> 
  <item>
   <title><![CDATA[line space factor for MULTILEADERS :    John Connor wrote:You might...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5396&amp;PID=13648&amp;title=line-space-factor-for-multileaders#13648</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=38935">Macieto</a><br /><strong>Subject:</strong> 5396<br /><strong>Posted:</strong> 02.Mar.2011 at 22:52<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by John Connor" alt="Originally posted by John Connor" style="vertical-align: text-bottom;" /> <strong>John Connor wrote:</strong><br /><br />You might find this thread from the AUGI Discussion Forums to be of interest.&nbsp; The person who started it had basically the same question as you.<div><a href="http://forums.augi.com/showthread.php?t=90762" target="_blank" rel="nofollow">http://forums.augi.com/showthread.php?t=90762</a></div></td></tr></table><br><br>Thanks for the advice <b>John Connor</b> but I quess that it's a little bit to tricky for me - I dont understand that topic from AUGI<br><br>What does that code from AUGI website do?<br><table width="99%"><tr><td><pre class="BBcode"><br><pre ="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 490px; height: 498px; text-align: left;">(defun mleaderspfac    (/ obj objent objentdata vlaobjent)<br>      (if (setq obj (ssget "_L"))<br>    (progn<br>      (setq    objent       (ssname obj 0)<br>        objentdata (entget objent)<br>        vlaobjent  (vlax-ename-&gt;vla-object objent)<br>      ) ;_ end of setq<br>      (if (/= (cdr (assoc 290 objentdata)) 0)<br>        (if    (= (vlax-get-property vlaobjent 'TextLineSpacingStyle) 1)<br>          (progn<br>        (vlax-put-property vlaobjent 'TextLineSpacingStyle 2)<br>        (vlax-put-property vlaobjent 'TextLineSpacingFactor 1)<br>          ) ;_ end of progn<br>        ) ;_ end of if<br>      ) ;_ end of if<br>    ) ;_ end of progn<br>      ) ;_ end of if<br>    ) ;_ end of defun<br><br>(if    (not Command_Ending_Reactor)<br>      (setq Command_Ending_Reactor<br>         (vlr-command-reactor<br>           nil<br>           '((:vlr-commandended<br>          .<br>          Command_Ended_Command<br>         )<br>        )<br>         ) ;_ end of vlr-command-reactor<br>      ) ;_ end of setq<br>      () ;_ the reactor is already loaded<br>    )<br>(defun Command_Ended_Command<br>       (In_ReactorName In_Command / LayObj tess)<br>(if (= (car In_Command) "MLEADER")<br>     (mleaderspfac)<br>    ) ;_ end if<br>)</pre></td></tr></table><br><br>I have uploaded that code from lsp file and than run MLEADER but nothing happened?<br>How should I use that code&gt;?<br></pre>]]>
   </description>
   <pubDate>Wed, 02 Mar 2011 22:52:25 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5396&amp;PID=13648&amp;title=line-space-factor-for-multileaders#13648</guid>
  </item> 
  <item>
   <title><![CDATA[line space factor for MULTILEADERS : You might find this thread from...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5396&amp;PID=13641&amp;title=line-space-factor-for-multileaders#13641</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=165260">John Connor</a><br /><strong>Subject:</strong> 5396<br /><strong>Posted:</strong> 02.Mar.2011 at 18:08<br /><br />You might find this thread from the AUGI Discussion Forums to be of interest.&nbsp; The person who started it had basically the same question as you.<DIV><a href="http://forums.augi.com/showthread.php?t=90762" target="_blank" rel="nofollow">http://forums.augi.com/showthread.php?t=90762</A></DIV>]]>
   </description>
   <pubDate>Wed, 02 Mar 2011 18:08:50 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5396&amp;PID=13641&amp;title=line-space-factor-for-multileaders#13641</guid>
  </item> 
  <item>
   <title><![CDATA[line space factor for MULTILEADERS : Hi,Does anybody know how to set...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5396&amp;PID=13636&amp;title=line-space-factor-for-multileaders#13636</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=38935">Macieto</a><br /><strong>Subject:</strong> 5396<br /><strong>Posted:</strong> 02.Mar.2011 at 16:39<br /><br />Hi,<br>Does anybody know how to set globaly "<b>line space factor</b>" for every new MULTILEADERS?<br><br>Is there any system variable for it?<br>I know that MTEXT has system variable for it called TSPACEFAC, but I cant find anything for MLEADERS<br><br>BR<br>]]>
   </description>
   <pubDate>Wed, 02 Mar 2011 16:39:34 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5396&amp;PID=13636&amp;title=line-space-factor-for-multileaders#13636</guid>
  </item> 
 </channel>
</rss>