<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: REVERSE &#8211; Now a &#8220;real&#8221; AutoCAD Command</title>
	<atom:link href="http://thecadgeek.com/blog/2009/02/reverse-now-a-real-autocad-command/feed/" rel="self" type="application/rss+xml" />
	<link>http://thecadgeek.com/blog/2009/02/reverse-now-a-real-autocad-command/</link>
	<description>By: Donnie Gladfelter</description>
	<lastBuildDate>Tue, 22 May 2012 01:10:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>	<item>
		<title>By: Larry Richards</title>
		<link>http://thecadgeek.com/blog/2009/02/reverse-now-a-real-autocad-command/comment-page-2/#comment-2780</link>
		<dc:creator>Larry Richards</dc:creator>
		<pubDate>Tue, 02 Jun 2009 20:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecadgeek.com/blog/2009/02/09/reverse-now-a-real-autocad-command/#comment-2780</guid>
		<description>this isn&#039;t related to support or the reverse command but is related to lisp. I am hoping somebody smarter with lisp than i am will read this and have an answer. ok, here is the the question. i have a lisp routine that reads the dimscale of a drawing. it was written before annotative text and scale were introduced. basically if your scale factor was 40 it read the dimscale variable and drew everything to scale as far as text heights and everything else was concerned. is there a variable that reads the annotation scale instead of the dimscale, that can be used inplace of the dimscale variable?</description>
		<content:encoded><![CDATA[<p>this isn&#8217;t related to support or the reverse command but is related to lisp. I am hoping somebody smarter with lisp than i am will read this and have an answer. ok, here is the the question. i have a lisp routine that reads the dimscale of a drawing. it was written before annotative text and scale were introduced. basically if your scale factor was 40 it read the dimscale variable and drew everything to scale as far as text heights and everything else was concerned. is there a variable that reads the annotation scale instead of the dimscale, that can be used inplace of the dimscale variable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry Richards</title>
		<link>http://thecadgeek.com/blog/2009/02/reverse-now-a-real-autocad-command/comment-page-2/#comment-4162</link>
		<dc:creator>Larry Richards</dc:creator>
		<pubDate>Tue, 02 Jun 2009 20:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecadgeek.com/blog/2009/02/09/reverse-now-a-real-autocad-command/#comment-4162</guid>
		<description>this isn&#039;t related to support or the reverse command but is related to lisp. I am hoping somebody smarter with lisp than i am will read this and have an answer. ok, here is the the question. i have a lisp routine that reads the dimscale of a drawing. it was written before annotative text and scale were introduced. basically if your scale factor was 40 it read the dimscale variable and drew everything to scale as far as text heights and everything else was concerned. is there a variable that reads the annotation scale instead of the dimscale, that can be used inplace of the dimscale variable?</description>
		<content:encoded><![CDATA[<p>this isn&#8217;t related to support or the reverse command but is related to lisp. I am hoping somebody smarter with lisp than i am will read this and have an answer. ok, here is the the question. i have a lisp routine that reads the dimscale of a drawing. it was written before annotative text and scale were introduced. basically if your scale factor was 40 it read the dimscale variable and drew everything to scale as far as text heights and everything else was concerned. is there a variable that reads the annotation scale instead of the dimscale, that can be used inplace of the dimscale variable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CAD Geek Poll - What are your 2010 upgrade plans? &#124; All About CAD</title>
		<link>http://thecadgeek.com/blog/2009/02/reverse-now-a-real-autocad-command/comment-page-2/#comment-2630</link>
		<dc:creator>CAD Geek Poll - What are your 2010 upgrade plans? &#124; All About CAD</dc:creator>
		<pubDate>Sat, 09 May 2009 13:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecadgeek.com/blog/2009/02/09/reverse-now-a-real-autocad-command/#comment-2630</guid>
		<description>[...] REVERSE&#8201;&#8211;&#8201;Now a &#8220;real&#8221; AutoCAD&#160;Command [...]</description>
		<content:encoded><![CDATA[<p>[...] REVERSE&thinsp;&ndash;&thinsp;Now a &ldquo;real&rdquo; AutoCAD&nbsp;Command [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Anderson</title>
		<link>http://thecadgeek.com/blog/2009/02/reverse-now-a-real-autocad-command/comment-page-2/#comment-2486</link>
		<dc:creator>Matthew Anderson</dc:creator>
		<pubDate>Tue, 24 Mar 2009 19:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecadgeek.com/blog/2009/02/09/reverse-now-a-real-autocad-command/#comment-2486</guid>
		<description>@thecadgeek &amp; @EricK -

Reverse is aptly named because it reverses the order of the verticies.  A polyline that contains vertexes at location 1,2,3,4.  When REVERSE&#039;d that same polyline is now stored and displayed as 4,3,2,1.   Its actually reversing the order of in the drawing of that entity and works in a similar manner as the Civil3d alignment reverse.

If FLIP, would be flipping the text only.</description>
		<content:encoded><![CDATA[<p>@thecadgeek &amp; @EricK -</p>
<p>Reverse is aptly named because it reverses the order of the verticies.  A polyline that contains vertexes at location 1,2,3,4.  When REVERSE&#8217;d that same polyline is now stored and displayed as 4,3,2,1.   Its actually reversing the order of in the drawing of that entity and works in a similar manner as the Civil3d alignment reverse.</p>
<p>If FLIP, would be flipping the text only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Anderson</title>
		<link>http://thecadgeek.com/blog/2009/02/reverse-now-a-real-autocad-command/comment-page-1/#comment-4161</link>
		<dc:creator>Matthew Anderson</dc:creator>
		<pubDate>Tue, 24 Mar 2009 19:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecadgeek.com/blog/2009/02/09/reverse-now-a-real-autocad-command/#comment-4161</guid>
		<description>@thecadgeek &amp; @EricK -

Reverse is aptly named because it reverses the order of the verticies.  A polyline that contains vertexes at location 1,2,3,4.  When REVERSE&#039;d that same polyline is now stored and displayed as 4,3,2,1.   Its actually reversing the order of in the drawing of that entity and works in a similar manner as the Civil3d alignment reverse.

If FLIP, would be flipping the text only.</description>
		<content:encoded><![CDATA[<p>@thecadgeek &amp; @EricK -</p>
<p>Reverse is aptly named because it reverses the order of the verticies.  A polyline that contains vertexes at location 1,2,3,4.  When REVERSE&#8217;d that same polyline is now stored and displayed as 4,3,2,1.   Its actually reversing the order of in the drawing of that entity and works in a similar manner as the Civil3d alignment reverse.</p>
<p>If FLIP, would be flipping the text only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donnie Gladfelter</title>
		<link>http://thecadgeek.com/blog/2009/02/reverse-now-a-real-autocad-command/comment-page-1/#comment-2485</link>
		<dc:creator>Donnie Gladfelter</dc:creator>
		<pubDate>Tue, 24 Mar 2009 18:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecadgeek.com/blog/2009/02/09/reverse-now-a-real-autocad-command/#comment-2485</guid>
		<description>@EricK - I am certainly with you with respect to the way verbiage doesn&#039;t always match throughout the software. Not that I have any better explanation than you, but I know in Civil 3D we have a command to &quot;reverse&quot; the direction of an alignment, and also one to &quot;reverse&quot; a label (South to West, not North to East in bearings).  

Judging from how AutoCAD Civil 3D is structured, it seems the logic is we &quot;reverse&quot; direction and &quot;flip&quot; location.  Not being overly familiar with AutoCAD Architecture, MEP, etc, it&#039;s certainly plausible that my suspicion be blown out of the water.  But long story short, my guess is the command was named REVERSE not FLIP to maintain as much consistency as possible with the vertical products that are built on AutoCAD.</description>
		<content:encoded><![CDATA[<p>@EricK &#8211; I am certainly with you with respect to the way verbiage doesn&#8217;t always match throughout the software. Not that I have any better explanation than you, but I know in Civil 3D we have a command to &#8220;reverse&#8221; the direction of an alignment, and also one to &#8220;reverse&#8221; a label (South to West, not North to East in bearings).  </p>
<p>Judging from how AutoCAD Civil 3D is structured, it seems the logic is we &#8220;reverse&#8221; direction and &#8220;flip&#8221; location.  Not being overly familiar with AutoCAD Architecture, MEP, etc, it&#8217;s certainly plausible that my suspicion be blown out of the water.  But long story short, my guess is the command was named REVERSE not FLIP to maintain as much consistency as possible with the vertical products that are built on AutoCAD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donnie Gladfelter</title>
		<link>http://thecadgeek.com/blog/2009/02/reverse-now-a-real-autocad-command/comment-page-1/#comment-4160</link>
		<dc:creator>Donnie Gladfelter</dc:creator>
		<pubDate>Tue, 24 Mar 2009 18:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecadgeek.com/blog/2009/02/09/reverse-now-a-real-autocad-command/#comment-4160</guid>
		<description>@EricK - I am certainly with you with respect to the way verbiage doesn&#039;t always match throughout the software. Not that I have any better explanation than you, but I know in Civil 3D we have a command to &quot;reverse&quot; the direction of an alignment, and also one to &quot;reverse&quot; a label (South to West, not North to East in bearings).  

Judging from how AutoCAD Civil 3D is structured, it seems the logic is we &quot;reverse&quot; direction and &quot;flip&quot; location.  Not being overly familiar with AutoCAD Architecture, MEP, etc, it&#039;s certainly plausible that my suspicion be blown out of the water.  But long story short, my guess is the command was named REVERSE not FLIP to maintain as much consistency as possible with the vertical products that are built on AutoCAD.</description>
		<content:encoded><![CDATA[<p>@EricK &#8211; I am certainly with you with respect to the way verbiage doesn&#8217;t always match throughout the software. Not that I have any better explanation than you, but I know in Civil 3D we have a command to &#8220;reverse&#8221; the direction of an alignment, and also one to &#8220;reverse&#8221; a label (South to West, not North to East in bearings).  </p>
<p>Judging from how AutoCAD Civil 3D is structured, it seems the logic is we &#8220;reverse&#8221; direction and &#8220;flip&#8221; location.  Not being overly familiar with AutoCAD Architecture, MEP, etc, it&#8217;s certainly plausible that my suspicion be blown out of the water.  But long story short, my guess is the command was named REVERSE not FLIP to maintain as much consistency as possible with the vertical products that are built on AutoCAD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EricK</title>
		<link>http://thecadgeek.com/blog/2009/02/reverse-now-a-real-autocad-command/comment-page-1/#comment-2484</link>
		<dc:creator>EricK</dc:creator>
		<pubDate>Tue, 24 Mar 2009 16:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecadgeek.com/blog/2009/02/09/reverse-now-a-real-autocad-command/#comment-2484</guid>
		<description>AutoCAD pet peeve: CALL IT WHAT IT IS!

If this command flips call it FLIP. I am still puzzling how they got REVERSE. Who tests this stuff before they release it?

e.</description>
		<content:encoded><![CDATA[<p>AutoCAD pet peeve: CALL IT WHAT IT IS!</p>
<p>If this command flips call it FLIP. I am still puzzling how they got REVERSE. Who tests this stuff before they release it?</p>
<p>e.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EricK</title>
		<link>http://thecadgeek.com/blog/2009/02/reverse-now-a-real-autocad-command/comment-page-1/#comment-4159</link>
		<dc:creator>EricK</dc:creator>
		<pubDate>Tue, 24 Mar 2009 16:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecadgeek.com/blog/2009/02/09/reverse-now-a-real-autocad-command/#comment-4159</guid>
		<description>AutoCAD pet peeve: CALL IT WHAT IT IS!

If this command flips call it FLIP. I am still puzzling how they got REVERSE. Who tests this stuff before they release it?

e.</description>
		<content:encoded><![CDATA[<p>AutoCAD pet peeve: CALL IT WHAT IT IS!</p>
<p>If this command flips call it FLIP. I am still puzzling how they got REVERSE. Who tests this stuff before they release it?</p>
<p>e.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donnie Gladfelter</title>
		<link>http://thecadgeek.com/blog/2009/02/reverse-now-a-real-autocad-command/comment-page-1/#comment-2473</link>
		<dc:creator>Donnie Gladfelter</dc:creator>
		<pubDate>Tue, 17 Mar 2009 16:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecadgeek.com/blog/2009/02/09/reverse-now-a-real-autocad-command/#comment-2473</guid>
		<description>@Boyd - I see what you mean.  The X doesn&#039;t take up the entire drawing area on my computer, but it is much larger than it should be.  My first suspicion was the annotation scale, but that didn&#039;t seem to do anything. I&#039;ll try bouncing it off a couple people I know, but as it seems there&#039;s no real way to control it&#039;s size.</description>
		<content:encoded><![CDATA[<p>@Boyd &#8211; I see what you mean.  The X doesn&#8217;t take up the entire drawing area on my computer, but it is much larger than it should be.  My first suspicion was the annotation scale, but that didn&#8217;t seem to do anything. I&#8217;ll try bouncing it off a couple people I know, but as it seems there&#8217;s no real way to control it&#8217;s size.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

