<?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) : Help: Multiply dimension?</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : Help: Multiply dimension?]]></description>
  <pubDate>Sun, 31 May 2026 21:32:03 +0000</pubDate>
  <lastBuildDate>Fri, 07 Aug 2015 14:58:13 +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=11294</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[Help: Multiply dimension? : Since this is clearly for vertical-exaggeration...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=11294&amp;PID=30229&amp;title=help-multiply-dimension#30229</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=353260">Kent Cooper</a><br /><strong>Subject:</strong> 11294<br /><strong>Posted:</strong> 07.Aug.2015 at 14:58<br /><br />Since this is clearly for vertical-exaggeration application, I will assume that they are always and only vertical dimensions. &nbsp;If you always dimension them <i>downward</i>, try something like this &#091;in simplest terms, and untested&#093;:<div><br></div><div>(defun C:DVE (/ pt actual); = Dimension with Vertical Exaggeration</div><div>&nbsp; (setvar 'dimstyle "<i><font color="#3366ff">YourVerticalExaggerationDimensionStyleName</font></i>")</div><div>&nbsp; (setq</div><div>&nbsp; &nbsp; pt (getpoint "\nTop-end Dimension definition point: ")</div><div>&nbsp; &nbsp; actual (getdist "\nTrue vertical distance downward: ")</div><div>&nbsp; ); setq</div><div>&nbsp; (command "_.dimlinear" pt (polar pt (* pi 1.5) (* actual 5)) "@")</div><div>); defun</div><div><br></div><div>If you might sometimes want to do them from bottom upward, adjustments would be needed. &nbsp;And it could use the usual controls and enhancements, but see whether it works for you.</div><div>&nbsp; &nbsp;&nbsp;</div>]]>
   </description>
   <pubDate>Fri, 07 Aug 2015 14:58:13 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=11294&amp;PID=30229&amp;title=help-multiply-dimension#30229</guid>
  </item> 
  <item>
   <title><![CDATA[Help: Multiply dimension? : I don&amp;#039;t understand how people...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=11294&amp;PID=30188&amp;title=help-multiply-dimension#30188</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> 11294<br /><strong>Posted:</strong> 29.Jul.2015 at 18:21<br /><br />I don't understand how people get into these types of situations.<br><br>Have you tried using the Scale Factor on the Primary Units tab?<br><span style="font-size:10px"><br /><br />Edited by John Connor - 29.Jul.2015 at 18:22</span>]]>
   </description>
   <pubDate>Wed, 29 Jul 2015 18:21:24 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=11294&amp;PID=30188&amp;title=help-multiply-dimension#30188</guid>
  </item> 
  <item>
   <title><![CDATA[Help: Multiply dimension? : Too slow, I have more then 1000...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=11294&amp;PID=30187&amp;title=help-multiply-dimension#30187</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=575802">allan_amaro</a><br /><strong>Subject:</strong> 11294<br /><strong>Posted:</strong> 29.Jul.2015 at 18:09<br /><br />Too slow, I have more then 1000 of dimensions to draw. And if I draw the dimensions in the size I need to be, and scale 0.2 to become the size that need to be in the model, It won`t reference to the green line (floor)<br /><br /><img src="http://i.imgur.com/mkDbR6f.png1" border="0" /><br /><br />I want to click the gren line, make a perpendicular (just ortho is fine), and type 1.5, the dimensions/line will have a size of 7.5 (factor scale 0.2), i don`t care if i need to type some command before. Thats my ideia, maybe someone have a better. If there is no way, how I do that editing the dimension style?<br /><br />]]>
   </description>
   <pubDate>Wed, 29 Jul 2015 18:09:40 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=11294&amp;PID=30187&amp;title=help-multiply-dimension#30187</guid>
  </item> 
  <item>
   <title><![CDATA[Help: Multiply dimension? : Since you do not want to create...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=11294&amp;PID=30186&amp;title=help-multiply-dimension#30186</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> 11294<br /><strong>Posted:</strong> 29.Jul.2015 at 16:25<br /><br />Since you do not want to create a different dimension style wouldn't you have to override the dimension using Quick Properties or in the Properties palette?<br>]]>
   </description>
   <pubDate>Wed, 29 Jul 2015 16:25:26 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=11294&amp;PID=30186&amp;title=help-multiply-dimension#30186</guid>
  </item> 
  <item>
   <title><![CDATA[Help: Multiply dimension? : Hi, I need to use it and must...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=11294&amp;PID=30185&amp;title=help-multiply-dimension#30185</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=575802">allan_amaro</a><br /><strong>Subject:</strong> 11294<br /><strong>Posted:</strong> 29.Jul.2015 at 15:43<br /><br />Hi, I need to use it and must use a dimension template that already exists . This is with a scale factor of " 0.2 " , if I type "5" it shows your text to "1" , but its size in the model still 5.<br /><br />I want to use a linear dimension (apply to a normal line) that I type "0,5" but the size in the automaticaly multiply yo  "2,5". Are there a command to do that (prefer whithout change the dimension style)? <br /><br />Thank you, sorry the bad english.<br /><br /> ]]>
   </description>
   <pubDate>Wed, 29 Jul 2015 15:43:23 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=11294&amp;PID=30185&amp;title=help-multiply-dimension#30185</guid>
  </item> 
 </channel>
</rss>