<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AutoCAD Tips Blog</title>
	<atom:link href="http://www.ellenfinkelstein.com/acadblog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ellenfinkelstein.com/acadblog</link>
	<description>AutoCAD tips &#38; tutorials to help you work faster &#38; smarter</description>
	<lastBuildDate>Tue, 31 Aug 2010 20:13:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Use AutoCAD to create graphics in PowerPoint, Flash, and more—the wonderful WMF image format</title>
		<link>http://www.ellenfinkelstein.com/acadblog/use-autocad-to-create-graphics-in-powerpoint-flash-and-more%e2%80%94the-wonderful-wmf-image-format/</link>
		<comments>http://www.ellenfinkelstein.com/acadblog/use-autocad-to-create-graphics-in-powerpoint-flash-and-more%e2%80%94the-wonderful-wmf-image-format/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 20:13:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plotting & Output]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[vector]]></category>
		<category><![CDATA[WMF]]></category>

		<guid isPermaLink="false">http://www.ellenfinkelstein.com/acadblog/?p=285</guid>
		<description><![CDATA[<p>A vector image is an image whose underlying definition is vectors, that is lines, directions, and distances. Programs use equations to define vector images. Many programs create vector images, including Microsoft PowerPoint, Adobe Flash, and, of course, AutoCAD.</p>
<p>Vectors have a great advantage—they never get grainy when you enlarge them; they&#8217;re always crisp and clear. On [...]]]></description>
			<content:encoded><![CDATA[<p>A vector image is an image whose underlying definition is vectors, that is lines, directions, and distances. Programs use equations to define vector images. Many programs create vector images, including Microsoft PowerPoint, Adobe Flash, and, of course, AutoCAD.</p>
<p>Vectors have a great advantage—they never get grainy when you enlarge them; they&#8217;re always crisp and clear. On the other hand, you can&#8217;t get the subtlety of a photo. Vectors are ideal for diagrams.</p>
<p>The WMF (Windows Metafile) format is a vector image file format. You can export images from AutoCAD in WMF format and import them into PowerPoint, Flash, and other programs that accept WMF images.</p>
<p>To export your drawing, use the EXPORT command.  In the Export Data dialog box, expand the Files of Type drop-down list and choose Metafile (*.wmf). Then give the file a name and save it wherever you want it.</p>
<p>What is most wonderful is when you import the image into a program that can ungroup it. Then, you turn the image into native objects that you can edit in that program.</p>
<h3>In PowerPoint</h3>
<ol>
<li>Use the Insert&gt;Picture feature to insert the WMF file onto a slide.</li>
<li>Right-click the selected image and choose Group (or Grouping)&gt; Ungroup. You&#8217;ll see a message like this one.</li>
</ol>
<p>	<img class="aligncenter" src="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_wmf_format-1.png" alt="" width="582" height="145" /></p>
<ol start="3">
<li>Click Yes.</li>
<li>You&#8217;re not done yet. Right-click again and ungroup a second time. Now, you&#8217;ll see many more objects!</li>
</ol>
<p><img class="aligncenter" src="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_wmf_format-2.png" alt="" width="399" height="289" /></p>
<ol start="5">
<li>You can almost always delete the large box that surrounds the image.</li>
<li>You can now edit the objects in PowerPoint. Here, I increased the weight (thickness) of the lines.</li>
</ol>
<p><img class="aligncenter" src="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_wmf_format-3.png" alt="" width="241" height="301" /></p>
<h3>Related tips</h3>
<p><a href="http://www.ellenfinkelstein.com/AutoCAD_tips_WMF_export.html" target="_self">WMF export</a></p>
<p><a href="http://www.ellenfinkelstein.com/powerpointtips/powerpoint_tip_import_powerpoint_into_flash.html" target="_self">Importing a PowerPoint presentation into Flash </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ellenfinkelstein.com/acadblog/use-autocad-to-create-graphics-in-powerpoint-flash-and-more%e2%80%94the-wonderful-wmf-image-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make dimensions look orderly by aligning them</title>
		<link>http://www.ellenfinkelstein.com/acadblog/make-dimensions-look-orderly-by-aligning-them/</link>
		<comments>http://www.ellenfinkelstein.com/acadblog/make-dimensions-look-orderly-by-aligning-them/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 01:06:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Drawing]]></category>
		<category><![CDATA[align]]></category>
		<category><![CDATA[dimensions]]></category>

		<guid isPermaLink="false">http://www.ellenfinkelstein.com/acadblog/?p=277</guid>
		<description><![CDATA[<p>As you add dimensions, they can get messy looking if you don&#8217;t align them.</p>
<p></p>
<p>The DIMSPACE command has a little-known technique that automatically aligns the dimensions for you. Follow these prompts:</p>
<p>Select base dimension: Select the dimension that you want to align the other dimensions to.</p>
<p>Select dimensions to space: Select the dimensions that you want to align. [...]]]></description>
			<content:encoded><![CDATA[<p>As you add dimensions, they can get messy looking if you don&#8217;t align them.</p>
<p><img class="aligncenter" src="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_align_dimensions-1.JPG" alt="" width="179" height="361" /></p>
<p>The DIMSPACE command has a little-known technique that automatically aligns the dimensions for you. Follow these prompts:</p>
<p><em>Select base dimension:</em> Select the dimension that you want to align the other dimensions to.</p>
<p><em>Select dimensions to space:</em> Select the dimensions that you want to align. Press Enter to end selection</p>
<p><em>Enter value or [Auto] &lt;Auto&gt;</em>: 0</p>
<p>Typing 0 (zero) aligns all the dimensions to the first one. Easy!</p>
<p><img class="aligncenter" src="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_align_dimensions-2.JPG" alt="" width="124" height="380" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ellenfinkelstein.com/acadblog/make-dimensions-look-orderly-by-aligning-them/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Match properties</title>
		<link>http://www.ellenfinkelstein.com/acadblog/match-properties/</link>
		<comments>http://www.ellenfinkelstein.com/acadblog/match-properties/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 02:33:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Editing]]></category>

		<guid isPermaLink="false">http://www.ellenfinkelstein.com/acadblog/?p=263</guid>
		<description><![CDATA[<p>An object can have a lot of properties and sometimes you want one object to have the same properties as another object. Here are 3 tools that you can use to get the job done quickly.</p>
Match Properties
<p>The MATCHPROP command has been around a long time and lets you easily copy properties from one object to [...]]]></description>
			<content:encoded><![CDATA[<p>An object can have a lot of properties and sometimes you want one object to have the same properties as another object. Here are 3 tools that you can use to get the job done quickly.</p>
<h3>Match Properties</h3>
<p>The MATCHPROP command has been around a long time and lets you easily copy properties from one object to another. Watch it in action.</p>
<p><object id="scPlayer" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="391" height="233" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="bgcolor" value="#FFFFFF" /><param name="flashVars" value="thumb=http://content.screencast.com/users/ellenfinkl/folders/Jing/media/c068b1e2-1bc0-4357-a2d3-c3da19fc6d2c/FirstFrame.jpg&amp;containerwidth=782&amp;containerheight=466&amp;content=http://content.screencast.com/users/ellenfinkl/folders/Jing/media/c068b1e2-1bc0-4357-a2d3-c3da19fc6d2c/2010-08-16_2113.mp4&amp;blurover=false" /><param name="allowFullScreen" value="true" /><param name="scale" value="showall" /><param name="allowScriptAccess" value="always" /><param name="base" value="http://content.screencast.com/users/ellenfinkl/folders/Jing/media/c068b1e2-1bc0-4357-a2d3-c3da19fc6d2c/" /><param name="src" value="http://content.screencast.com/users/ellenfinkl/folders/Jing/media/c068b1e2-1bc0-4357-a2d3-c3da19fc6d2c/jingh264player.swf" /><param name="flashvars" value="thumb=http://content.screencast.com/users/ellenfinkl/folders/Jing/media/c068b1e2-1bc0-4357-a2d3-c3da19fc6d2c/FirstFrame.jpg&amp;containerwidth=782&amp;containerheight=466&amp;content=http://content.screencast.com/users/ellenfinkl/folders/Jing/media/c068b1e2-1bc0-4357-a2d3-c3da19fc6d2c/2010-08-16_2113.mp4&amp;blurover=false" /><param name="allowfullscreen" value="true" /><embed id="scPlayer" type="application/x-shockwave-flash" width="391" height="233" src="http://content.screencast.com/users/ellenfinkl/folders/Jing/media/c068b1e2-1bc0-4357-a2d3-c3da19fc6d2c/jingh264player.swf" base="http://content.screencast.com/users/ellenfinkl/folders/Jing/media/c068b1e2-1bc0-4357-a2d3-c3da19fc6d2c/" allowscriptaccess="always" scale="showall" allowfullscreen="true" flashvars="thumb=http://content.screencast.com/users/ellenfinkl/folders/Jing/media/c068b1e2-1bc0-4357-a2d3-c3da19fc6d2c/FirstFrame.jpg&amp;containerwidth=782&amp;containerheight=466&amp;content=http://content.screencast.com/users/ellenfinkl/folders/Jing/media/c068b1e2-1bc0-4357-a2d3-c3da19fc6d2c/2010-08-16_2113.mp4&amp;blurover=false" bgcolor="#FFFFFF" quality="high"></embed></object></p>
<h3>Match a layer only</h3>
<p>If you want to match a layer and nothing else, you can use the LAYERMCH command, which is available in recent releases of AutoCAD and as an Express Tool in earlier releases. Be careful, because it works differently from MATCHPROP. Watch the video.</p>
<p><object id="scPlayer" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="442" height="332" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="bgcolor" value="#FFFFFF" /><param name="flashVars" value="thumb=http://content.screencast.com/users/ellenfinkl/folders/Jing/media/03a2b42c-137f-4844-a65d-999acdd2df3f/FirstFrame.jpg&amp;containerwidth=442&amp;containerheight=332&amp;content=http://content.screencast.com/users/ellenfinkl/folders/Jing/media/03a2b42c-137f-4844-a65d-999acdd2df3f/2010-08-16_2121.mp4&amp;blurover=false" /><param name="allowFullScreen" value="true" /><param name="scale" value="showall" /><param name="allowScriptAccess" value="always" /><param name="base" value="http://content.screencast.com/users/ellenfinkl/folders/Jing/media/03a2b42c-137f-4844-a65d-999acdd2df3f/" /><param name="src" value="http://content.screencast.com/users/ellenfinkl/folders/Jing/media/03a2b42c-137f-4844-a65d-999acdd2df3f/jingh264player.swf" /><param name="flashvars" value="thumb=http://content.screencast.com/users/ellenfinkl/folders/Jing/media/03a2b42c-137f-4844-a65d-999acdd2df3f/FirstFrame.jpg&amp;containerwidth=590&amp;containerheight=442&amp;content=http://content.screencast.com/users/ellenfinkl/folders/Jing/media/03a2b42c-137f-4844-a65d-999acdd2df3f/2010-08-16_2121.mp4&amp;blurover=false" /><param name="allowfullscreen" value="true" /><embed id="scPlayer" type="application/x-shockwave-flash" width="442" height="332" src="http://content.screencast.com/users/ellenfinkl/folders/Jing/media/03a2b42c-137f-4844-a65d-999acdd2df3f/jingh264player.swf" base="http://content.screencast.com/users/ellenfinkl/folders/Jing/media/03a2b42c-137f-4844-a65d-999acdd2df3f/" allowscriptaccess="always" scale="showall" allowfullscreen="true" flashvars="thumb=http://content.screencast.com/users/ellenfinkl/folders/Jing/media/03a2b42c-137f-4844-a65d-999acdd2df3f/FirstFrame.jpg&amp;containerwidth=442&amp;containerheight=332&amp;content=http://content.screencast.com/users/ellenfinkl/folders/Jing/media/03a2b42c-137f-4844-a65d-999acdd2df3f/2010-08-16_2121.mp4&amp;blurover=false" bgcolor="#FFFFFF" quality="high"></embed></object></p>
<h3>Create a new object that is like an existing object</h3>
<p>A new command for AutoCAD 2011 is the ADDSELECTED command, which craetes a new object with the same properties as an existing one. To see how it works, watch the video.</p>
<p><object id="scPlayer" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="329" height="326" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="bgcolor" value="#FFFFFF" /><param name="flashVars" value="thumb=http://content.screencast.com/users/ellenfinkl/folders/Jing/media/d28bfa7b-9765-48f8-bf1d-905ba03a2df1/FirstFrame.jpg&amp;containerwidth=658&amp;containerheight=652&amp;content=http://content.screencast.com/users/ellenfinkl/folders/Jing/media/d28bfa7b-9765-48f8-bf1d-905ba03a2df1/2010-08-16_2128.mp4&amp;blurover=false" /><param name="allowFullScreen" value="true" /><param name="scale" value="showall" /><param name="allowScriptAccess" value="always" /><param name="base" value="http://content.screencast.com/users/ellenfinkl/folders/Jing/media/d28bfa7b-9765-48f8-bf1d-905ba03a2df1/" /><param name="src" value="http://content.screencast.com/users/ellenfinkl/folders/Jing/media/d28bfa7b-9765-48f8-bf1d-905ba03a2df1/jingh264player.swf" /><param name="flashvars" value="thumb=http://content.screencast.com/users/ellenfinkl/folders/Jing/media/d28bfa7b-9765-48f8-bf1d-905ba03a2df1/FirstFrame.jpg&amp;containerwidth=658&amp;containerheight=652&amp;content=http://content.screencast.com/users/ellenfinkl/folders/Jing/media/d28bfa7b-9765-48f8-bf1d-905ba03a2df1/2010-08-16_2128.mp4&amp;blurover=false" /><param name="allowfullscreen" value="true" /><embed id="scPlayer" type="application/x-shockwave-flash" width="329" height="326" src="http://content.screencast.com/users/ellenfinkl/folders/Jing/media/d28bfa7b-9765-48f8-bf1d-905ba03a2df1/jingh264player.swf" base="http://content.screencast.com/users/ellenfinkl/folders/Jing/media/d28bfa7b-9765-48f8-bf1d-905ba03a2df1/" allowscriptaccess="always" scale="showall" allowfullscreen="true" flashvars="thumb=http://content.screencast.com/users/ellenfinkl/folders/Jing/media/d28bfa7b-9765-48f8-bf1d-905ba03a2df1/FirstFrame.jpg&amp;containerwidth=658&amp;containerheight=652&amp;content=http://content.screencast.com/users/ellenfinkl/folders/Jing/media/d28bfa7b-9765-48f8-bf1d-905ba03a2df1/2010-08-16_2128.mp4&amp;blurover=false" bgcolor="#FFFFFF" quality="high"></embed></object></p>
<p>Do you have any other methods of copying properties?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ellenfinkelstein.com/acadblog/match-properties/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://content.screencast.com/users/ellenfinkl/folders/Jing/media/c068b1e2-1bc0-4357-a2d3-c3da19fc6d2c/2010-08-16_2113.mp4&amp;amp" length="503094" type="video/mp4" />
<enclosure url="http://content.screencast.com/users/ellenfinkl/folders/Jing/media/03a2b42c-137f-4844-a65d-999acdd2df3f/2010-08-16_2121.mp4&amp;amp" length="807562" type="video/mp4" />
<enclosure url="http://content.screencast.com/users/ellenfinkl/folders/Jing/media/d28bfa7b-9765-48f8-bf1d-905ba03a2df1/2010-08-16_2128.mp4&amp;amp" length="364613" type="video/mp4" />
		</item>
		<item>
		<title>Spacebar Shortcuts</title>
		<link>http://www.ellenfinkelstein.com/acadblog/spacebar-shortcuts/</link>
		<comments>http://www.ellenfinkelstein.com/acadblog/spacebar-shortcuts/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 02:36:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Drawing]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[spacebar]]></category>

		<guid isPermaLink="false">http://www.ellenfinkelstein.com/acadblog/?p=250</guid>
		<description><![CDATA[<p>In a previous tip, I discussed shortcuts that use the Shift key. Here I discuss a few shortcuts that use the Spacebar.</p>
As an equivalent to the Return/Enter key
<p>With one exception, you can use the Spacebar instead of the Enter key. It&#8217;s often more convenient, because it&#8217;s bigger and because if your right hand is on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ellenfinkelstein.com/acadblog/use-the-shift-key-as-a-shortcut/">In a previous tip, I discussed shortcuts that use the Shift key</a>. Here I discuss a few shortcuts that use the Spacebar.</p>
<h3>As an equivalent to the Return/Enter key</h3>
<p>With one exception, you can use the Spacebar instead of the Enter key. It&#8217;s often more convenient, because it&#8217;s bigger and because if your right hand is on the mouse, you can hit the Spacebar with your left hand. Similarly, you can press the Spacebar at the Command prompt  to repeat a command you just used.</p>
<p>The exception is when you&#8217;re using a text command, such as MTEXT or TEXT. Pressing the Spacebar, of course, just inserts a space in the text. To end the MTEXT command, you can&#8217;t press the Enter key either, because that just inserts a new line in the text. Instead, just click outside the text area or click the Close Text Editor button on the ribbon.</p>
<h3>To cycle among Grip editing options</h3>
<p>Hein Veeman, a &#8220;Technical Draftsman and AutoCAD shortcut freak&#8221; in the Netherlands, sent me an e-mail describing how to use the Spacebar to cycle among Grip editing options. Actually, this is just an example of using the Spacebar to replace the Enter key. Here are his steps:</p>
<p><em> </em></p>
<p>1. Select an object by clicking on it with your mouse.</p>
<p>2. Select a grip point of that object.</p>
<p>You will see the following in the command line:</p>
<p><span class="prompt">** STRETCH **</span></p>
<p>Specify stretch point or [Base point/Copy/Undo/eXit]:</p>
<p>3. Press the Spacebar once more to cycle to the MOVE option.</p>
<p>4. Continue to press the Spacebar to get the Rotate, Scale, and Mirror options.</p>
<h3>Select overlapping objects with object cycling</h3>
<p><em> </em>If you have several objects that overlap, you may find it hard to select the one you want. This used to be a real annoyance, because you would select the wrong object, deselect it (by pressing Esc), and try again. In recent releases, AutoCAD highlights objects when you just hover over them, which makes selecting the right object much easier.</p>
<p>Nevertheless, if you&#8217;re using an earlier release or have the hover highlighting effect turned off, object cycling can help. (By the way, to customize hover highlighting, start the OPTIONS command. On the Selection tab, click the Visual Effect Settings button. In the Selection Preview Effect section, you can change the settings.)</p>
<p>To use object cycling, at the <span class="prompt">Select objects: </span> prompt, place the cursor over the area where objects overlap. Then hold down the Shift key and press the Spacebar. One object is highlighted. If it is not the one you want, with the Shift key still down, press the Spacebar again. AutoCAD cycles through the objects. When the object that you want is highlighted, pick the object.</p>
<h3>Cycle through faces of a solid</h3>
<p>If you want to select the back face of a solid, you can cycle through the faces by pressing and holding Ctrl and repeatedly pressing the Spacebar. Remember that pressing the Ctrl key selects <em>subobjects</em>, such as the face of a solid.</p>
<h3>Cycle among gizmos</h3>
<p>A fairly new feature allows you to use the Spacebar to cycle among the three gizmos, Move, Rotate, and Scale. The gizmos help you move, rotate, and scale 3D models. Here you see the Rotate gizmo.</p>
<p><img class="aligncenter" src="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_spacebar_shortcuts-1.png" alt="" width="412" height="404" /></p>
<p>You can select an object and the current gizmo appears on the object or you can choose the gizmo you want from the ribbon. You then constrain the direction of the move, rotate or scale operation by clicking one of the colored elements (which correlate to the X, Y, and Z axes.)  Once you constrain the move, you can press the Spacebar to cycle among the three gizmos, without losing the directional constraint you specified.</p>
<p>Do you have any other Spacebar shortcuts? Let others know by posting a comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ellenfinkelstein.com/acadblog/spacebar-shortcuts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Change the color of the screen and other elements</title>
		<link>http://www.ellenfinkelstein.com/acadblog/change-the-color-of-the-screen-and-other-elements/</link>
		<comments>http://www.ellenfinkelstein.com/acadblog/change-the-color-of-the-screen-and-other-elements/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 19:24:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plotting & Output]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[screen]]></category>

		<guid isPermaLink="false">http://www.ellenfinkelstein.com/acadblog/?p=244</guid>
		<description><![CDATA[<p>Recently, a subscriber asked me, &#8220;How do I change my screen from white to black?&#8221; Many of you know the answer, but I realized that I don&#8217;t have this on my website anywhere, so I thought I should add it.</p>
<p>Start the OPTIONS command. An easy way is to right-click anywhere in the drawing area or [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, a subscriber asked me, &#8220;How do I change my screen from white to black?&#8221; Many of you know the answer, but I realized that I don&#8217;t have this on my website anywhere, so I thought I should add it.</p>
<p>Start the OPTIONS command. An easy way is to right-click anywhere in the drawing area or command line area and choose Options.</p>
<p>Click the Colors button.</p>
<p><img class="aligncenter" src="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_change_color_screen-1.png" alt="" width="331" height="363" /></p>
<p>In the Drawing Window Colors dialog box, choose the Context on the left, the Interface element in the middle, and a color from the Color drop-down list. To change the screen color in the 2D Drafting &amp; Annotation workspace, choose 2D Model Space and Uniform Background. This is where most people change the background from white to black or vice versa.</p>
<p><img class="aligncenter" src="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_change_color_screen-2.png" alt="" width="283" height="267" /></p>
<p>Here are some other color changes you may want to make:</p>
<ul>
<li><strong>Autosnap Marker</strong>. If you change the background color, this may not show up clearly against the new color.</li>
<li><strong>Autotrack Vector.</strong> Again, you want to make sure that the color contrasts with the background.</li>
<li><strong>3D background colors. </strong>For the 3D Perspective Projection, which you see in the 3D Modeling workspace and when you use the acad3d.dwt (or similar) template, AutoCAD creates a horizon using several colors. You can change the Background Ground Origin element to a light gray and the other related elements still work well. Again, check the Autosnap Marker and Autotrack Vector for good contrast.</li>
</ul>
<p>There&#8217;s a fierce discussion about which is a better background, white (or off white) or black. People feel strongly about this issue. AutoCAD has changed the default background several times recently. What colors do you use?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ellenfinkelstein.com/acadblog/change-the-color-of-the-screen-and-other-elements/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AutoCAD Tutorial: Create a dynamic block of a door</title>
		<link>http://www.ellenfinkelstein.com/acadblog/autocad-tutorial-create-a-dynamic-block-of-a-door/</link>
		<comments>http://www.ellenfinkelstein.com/acadblog/autocad-tutorial-create-a-dynamic-block-of-a-door/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 08:56:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Drawing]]></category>
		<category><![CDATA[AutoCAD]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[dynamic blocks]]></category>

		<guid isPermaLink="false">http://www.ellenfinkelstein.com/acadblog/?p=232</guid>
		<description><![CDATA[<p>Dynamic blocks are an amazing feature, but they can be complicated.  This tutorial will teach you many techniques that you can use in your  own blocks. The door will do the  following:</p>

 Stretch to 3 sizes
 Flip left/right
Flip in/out

<p>This tutorial is updated for AutoCAD 2010 and 2011. Follow these steps:</p>

In a new [...]]]></description>
			<content:encoded><![CDATA[<p>Dynamic blocks are an amazing feature, but they can be complicated.  This tutorial will teach you many techniques that you can use in your  own blocks. <span id="IL_AD5">The door</span> will do the  following:</p>
<ul>
<li> Stretch to 3 sizes</li>
<li> <span id="IL_AD9">Flip</span> left/right</li>
<li>Flip in/out</li>
</ul>
<p>This tutorial is updated for <span id="IL_AD1">AutoCAD</span> 2010 and 2011. Follow these steps:</p>
<ol>
<li>In a new <span id="IL_AD10">drawing</span> using  architectural units, create a Door layer and make it the current layer.</li>
<li> Draw a rectangle 1-1/2&#8243; x 30&#8243;. This is the door.</li>
<li> Start <span id="IL_AD11">the ARC</span> command and use the Center <span id="IL_AD12">option</span>.  Specify the lower-left corner of the door as the center. For the first  point, move the cursor to the right at 0°, and type <span>30</span> on the command line/dynamic input tooltip. Specify the upper-right  corner of the door to draw the arc and complete the <span id="IL_AD2">swing</span>.</li>
<div class="wp-caption aligncenter" style="width: 226px"><img src="http://www.ellenfinkelstein.com/images/acadtips_dynblk_door-1.png" alt="Arc drawing with completed swing" width="216" height="216" /><p class="wp-caption-text">Arc drawing with completed swing</p></div>
<li>Select both objects, and start <span id="IL_AD4">the BLOCK</span> command. Call the block Door. Set its base point at the lower-left  corner of the door. Check the <em>Open in Block Editor</em> check box.  Click OK. The door opens in the Block Editor with its base point at the  0,0 point of the axes.</li>
<div class="wp-caption aligncenter" style="width: 236px"><img src="http://www.ellenfinkelstein.com/images/acadtips_dynblk_door-2.png" alt="Block door drawing" width="226" height="233" /><p class="wp-caption-text">Block door drawing</p></div>
<li>From the Parameters tab of the Block Authoring palettes, choose Linear  Parameter. At the prompt, pick the lower-left corner of the door and  then the start point of the arc on the right. If prompted, pick a point  below the door for the <span id="IL_AD3">label</span>.</li>
<div class="wp-caption aligncenter" style="width: 411px"><img src="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_dynblk_door-3a.png" alt="Block door label" width="401" height="408" /><p class="wp-caption-text">Block door label</p></div>
<p><strong>Note:</strong> The exclamation point indicates that the process  is incomplete or incorrect. You almost always see the exclamation point  when you place a parameter, because most parameters need an action.</p>
<li>Select the parameter, right-click it, and choose Grip Display&gt; 1. This removes the left grip, which is important because you&#8217;ll be stretching from the right grip only. If you don’t do this step, the exclamation point won’t go away when you add the action.</li>
<li>With the parameter still selected, open the Properties palette. In the Property Labels section, click the Distance Name item and change the value to <strong>Door width</strong>.</li>
<li>From the Actions tab of the Block Authoring Palettes, choose Stretch Action. At the prompt, select the linear parameter.</li>
<li>At the <em>Specify parameter point to associate with action or enter [sTart point/Second point] &lt;Start&gt;</em>: prompt, click the right grip (the turquoise triangle).</li>
<li>At the <em>Specify first corner of stretch frame or [CPolygon]: </em>prompt, pick a point above and to the right of the door. At the <em>Specify opposite corner: </em>prompt, pick a point to the left of the door and down, as you see here.</li>
<div class="wp-caption aligncenter" style="width: 321px"><img src="http://www.ellenfinkelstein.com/images/acadtips_dynblk_door-4.png" alt="Specify door corners" width="311" height="282" /><p class="wp-caption-text">Specify door corners</p></div>
<li>At the <em>Select objects: </em>prompt, pick the door (the rectangle), but nothing else. End selection.</li>
<li>At the <em>Specify action location or [Multiplier/Offset]: </em>prompt, right-click and choose the Offset option. This option lets you change the angle of the stretch action. At the <em>Enter angle offset &lt;0.00&gt;: </em>prompt, enter <strong>90</strong>. (In earlier releases, you&#8217;ll be prompted for an action location. Pick a point to the right of the grip.) In newer releases, the command ends, placing a small action icon automatically.</li>
<li>Select the action icon and open the Properties palette. It&#8217;s sometimes hard to select the action icon, so check that Stretch Action displays at the top of the Properties palette. In the Overrides section, change the Angle Offset value to 90. As you stretch to the right, the door will stretch upward.</li>
<div class="wp-caption aligncenter" style="width: 381px"><img src="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_dynblk_door-5a.png" alt="Stretch action" width="371" height="379" /><p class="wp-caption-text">Stretch action</p></div>
<li>Before going any further, click the Save Block button on the Block Editor&#8217;s toolbar/tab and click the Close Block Editor button. It&#8217;s a good practice to test your dynamic block at each stage. In AutoCAD 2010 or later, you can test by clicking Test Block.</li>
<li>Save your drawing, too. Select the door, click the Stretch grip on the right and drag to the right. The door should stretch in the 90° direction, as you see here. Of course, the arc doesn&#8217;t do anything, but we&#8217;ll fix that later.</li>
<div class="wp-caption aligncenter" style="width: 370px"><img src="http://www.ellenfinkelstein.com/images/acadtips_dynblk_door-7.png" alt="Door stretch 90° direction" width="360" height="246" /><p class="wp-caption-text">Door stretch 90° direction</p></div>
<li>In order to constrain the width of the door to common widths, select the  door and open the Block Editor again or close the Test <span id="IL_AD8">Block window</span>.</li>
<li>
<div style="overflow: hidden; color: #000000; background-color: transparent; text-align: left; text-decoration: none; border: medium none;">Select the linear parameter. In the Properties palette, scroll down to  the Value Set section.</div>
</li>
<li>
<div style="overflow: hidden; color: #000000; background-color: transparent; text-align: left; text-decoration: none; border: medium none;">Click the <em>Dist Type</em> item and choose List from the drop-down  list. Click the <em>Dist Value List</em> item and click the Ellipsis  button. Enter <strong><span>32</span> </strong>in the Distance to Add box  and press Enter. Then enter <strong><span>36</span> </strong>and press  Enter. Then click OK. You now see thin, vertical bars to the right of  the door to indicate the allowable door widths.</div>
</li>
<div class="wp-caption aligncenter" style="width: 247px"><img src="http://www.ellenfinkelstein.com/images/acadtips_dynblk_door-8.png" alt="Adding distance value" width="237" height="270" /><p class="wp-caption-text">Adding distance value</p></div>
<li>Save the block again and close the Block Editor. You may see this dialog  box or a similar one now or later in this tutorial. Sometimes, saving  changes to a block that&#8217;s already in your drawing can <span id="IL_AD7">cause problems</span>, but usually it&#8217;s all  right. So click Yes.</li>
<div class="wp-caption aligncenter" style="width: 289px"><img src="http://www.ellenfinkelstein.com/images/acadtips_dynblk_door-9.png" alt="Save block changes" width="279" height="147" /><p class="wp-caption-text">Save block changes</p></div>
<li>Try stretching the door this time. You’ll see those vertical bars again and you’ll be able to stretch only to those distances.</li>
<li>Now it’s time to get that arc to follow the door. You might think that you could stretch the arc, too, but stretched arcs become distorted. Instead, you want to scale the arc. Because you want the arc to stretch by the same amount that you stretch the door, you use the same parameter and add another action to it, this time a Scale action. So, open the Door block in the Block Editor again.</li>
<li>On the Actions tab, choose Scale Action. At the <em>Select parameter: </em>prompt, select the linear parameter. At the <em>Select objects: </em>prompt, select the arc and end selection. For earlier releases, at the <em>Specify action location or [Base type]: </em>prompt, place the action label near the arc.</li>
<div class="wp-caption aligncenter" style="width: 463px"><img src="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_dynblk_door-9a.png" alt="Arc action label" width="453" height="430" /><p class="wp-caption-text">Arc action label</p></div>
<li>Save and test. As you stretch the door, the arc scales accordingly. Make sure that there are no gaps at any width. If there are, you need to correct something.</li>
<li>It would be great to create a door that can flip in all directions because this could replace four separate blocks or remove the necessity to insert a door block at negative values. To do this, return to the Block Editor.</li>
<li>From the Parameters tab, choose Flip. At the <em>Specify base point of reflection line or [Name/Label/Description/Palette]: </em>prompt, Shift+right-click and choose Mid Between Two Points. Then specify the endpoint at the basepoint of the block and the endpoint at the start point of the arc. At the <em>Specify endpoint of reflection line: </em>prompt, move up 90° and pick. (The length of the reflection line is not important.) At the <em>Specify label location: </em>prompt, pick a location inside the arc.</li>
<li>From the Actions tab, choose Flip. At the <em>Select parameter: </em>prompt, choose the Flip parameter. At the <em>Select objects: </em>prompt, select the door and its arc. If prompted to do so, place the label next to the Flip parameter.</li>
<li>Save the block and test .Select the block. Click the flip grip and the door flips. Flip it back again. Now try stretching the door to its maximum width and flip again. There are two problems:
<ul>
<li>The stretch grip stays on the right when you flip the door, so now you can’t stretch the door.</li>
<li>Did you notice that the flip grip stays where it was? It’s no longer in the middle of the door, which means that it won’t flip properly. If you draw two walls with a 3’ gap and flip the door, you’ll see this clearly.</li>
</ul>
</li>
<p><strong>Note</strong>: You can see why you need to test dynamic blocks thoroughly!</p>
<div class="wp-caption aligncenter" style="width: 306px"><img src="http://www.ellenfinkelstein.com/images/acadtips_dynblk_door-11.png" alt="Test dynamic blocks" width="296" height="227" /><p class="wp-caption-text">Test dynamic blocks</p></div>
<li>To make the stretch grip flip, you need to include it in the selection  set of the flip action. In fact, you need to include the linear  parameter, the stretch action, and the arc’s scale action so that  everything works no matter which way the door is flipped. So, open the  door in the Block Editor again.</li>
<li>Select the flip action icon (not the flip parameter). Right-click it and  choose Action Selection Set&gt; New Selection Set. At the <em>Select  object to add to action set or [Remove]:</em> prompt, type <strong>all</strong> and press Enter to end selection.</li>
<li>Save the block and exit the Block Editor. Start by stretching the door  back to its minimum of 30&#8243;. Flip the door a couple of times and you’ll  see that the stretch grip flips back and forth at all widths. The arc  works properly, too.</li>
<li>To fix the problem with the flip grip not staying at the midpoint, you  need to move it when you stretch the door. In fact, you need to move it  half the distance that you stretch. This will keep the flip grip  centered. Open the door in the Block Editor again.</li>
<li>From the Actions tab, choose Move. At the <em>Select parameter:</em> prompt, select the linear parameter, because you want the flip parameter  to move <span id="IL_AD6">in concert</span> with (but  half the distance of) that parameter. At the<em> Specify parameter point  to associate with action or enter [sTart point/Second point]  &lt;Start&gt;:</em> prompt, pick the right grip on the linear parameter.  At the <em>Select objects:</em> prompt, select the flip parameter (not  the action). End selection. Select the Move action icon and open the  Properties palette. Set  the Distance Multiplier option to .5. If  prompted, place the move label near the flip parameter.</li>
<li>Save and test the door at the 3 widths. Now, when you stretch the door,  after you click, the flip grip jumps to the new midpoint of the door.</li>
<li>Actually, there’s another problem! You don’t see it unless you do the  following. Start with the door opening to the right (its original  direction) and stretch it to its maximum width, 3’. Flip it. Then  stretch it to its narrowest width. Do you see how the block’s insertion  point doesn’t move with the block? This makes moving the block  difficult. So open the door for editing again.</li>
<li>From the Parameters tab, choose Base Point. At the prompt, specify the  bottom-left corner of the door, which is 0,0 in the Block Editor. You  can use the Endpoint object snap to specify the point.</li>
<li>Now, select the flip action, right-click, and choose Action Selection  Set&gt; Modify Selection Set. At the <em>Select object to add to action  set or [Remove]:</em> prompt, select the new base point parameter and  press Enter to end selection.</li>
<li>Save and test the block again as you did before (it may have moved &#8212; if  so, move it back). You’ll see that the block’s base point always stays  on the block.</li>
<li>There’s just one more procedure—to add a flip action going the other  way, so that the door can open inward or outward. So open the door for  editing again.</li>
<li>Choose Flip from the Parameter tab and start the reflection line at the  lower-left corner of the door &#8212; the basepoint. End this horizontal  reflection line at the bottom endpint of the arc. Place the label to the  left of the door.</li>
<li>On the Actions tab, choose Flip Action. At the <em>Select parameter:</em> prompt, choose the flip parameter. At the <em>Select objects: </em>prompt,  type <strong>all</strong> and end selection. (That’s what you learned  you needed to do in the previous steps.) You should see <span>13 found</span>. If prompted for a location, place the  label beneath the flip parameter label.</li>
<li>Save and  test the door.</li>
<li>You probably thought you were done, but there’s one more step. As you  did before, stretch the door to its maximum width. Flip the door to the  left and then stretch it to its narrowest. You’ll see that the new flip  grip doesn’t follow. That’s because it isn’t included in the first flip  action you created. (It couldn’t be, because the new flip action didn’t  exist then.) In fact, you want the in/out flip parameter to flip with  the left/right flip action.</li>
<li>Re-edit the block. Select the first flip action, right-click and choose  Action Selection Set&gt; Modify Selection Set. At the <em>Select object  to add to action set or [Remove]:</em> prompt, select the new flip  parameter. Save, exit, and test again.</li>
</ol>
<p>As you can see, there is often an iterative process, requiring you to  go back and include new objects in actions that you created earlier.  Remember to thoroughly test your dynamic blocks!</p>
<p>Watch the video of how the door functions.</p>
<div id="media" style="text-align: center;"><object id="csSWF" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="587" height="435" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.ellenfinkelstein.com/autocadtips/images/autocad_dynamic_block_of_door_controller.swf" /><param name="bgcolor" value="#1a1a1a" /><param name="quality" value="best" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="scale" value="showall" /><param name="flashVars" value="autostart=false#&amp;thumb=FirstFrame.png&amp;thumbscale=45&amp;color=0x000000,0x000000" /><param name="name" value="csSWF" /><param name="flashvars" value="autostart=false&amp;thumb=FirstFrame.png&amp;thumbscale=45&amp;color=0x000000,0x000000" /><param name="allowfullscreen" value="true" /><embed id="csSWF" type="application/x-shockwave-flash" width="587" height="435" src="http://www.ellenfinkelstein.com/autocadtips/images/autocad_dynamic_block_of_door_controller.swf" name="csSWF" flashvars="autostart=false&amp;thumb=FirstFrame.png&amp;thumbscale=45&amp;color=0x000000,0x000000" scale="showall" allowfullscreen="true" allowscriptaccess="always" quality="best" bgcolor="#1a1a1a"></embed></object></div>
<div style="overflow: hidden; color: #000000; background-color: transparent; text-align: left; text-decoration: none; border: medium none;"><!--begin main content --></div>
<p><a href="../../../autocadtips/images/dynamic_block_of_door.dwg">Download  the drawing.</a></p>
<p>Thanks to Edwin Prakoso for helping me debug this block. He  suggested typing &#8220;all&#8221; to select objects.</p>
<p><strong>Related tips</strong></p>
<ul>
<li><a href="../../../AutoCAD_tips_dynamic_blocks_white_papers.html">Dynamic  blocks white papers</a></li>
<li><a href="../../../AutoCAD_tips_dynamic_blocks_tutorial.html">Dynamic  blocks tutorial</a></li>
<li><a href="../../../AutoCAD_tips_flip_objects_dyn_blocks.html">Flip  objects with dynamic blocks</a></li>
<li><a href="../../../AutoCAD_tips_chain_dynamic_blocks_2006.html">Chain  dynamic blocks</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ellenfinkelstein.com/acadblog/autocad-tutorial-create-a-dynamic-block-of-a-door/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Stretch a circle with grips and specify the radius or change in radius</title>
		<link>http://www.ellenfinkelstein.com/acadblog/stretch-a-circle-with-grips-and-specify-the-radius-or-change-in-radius/</link>
		<comments>http://www.ellenfinkelstein.com/acadblog/stretch-a-circle-with-grips-and-specify-the-radius-or-change-in-radius/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 20:24:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Editing]]></category>
		<category><![CDATA[circle]]></category>
		<category><![CDATA[radius]]></category>
		<category><![CDATA[stretch]]></category>

		<guid isPermaLink="false">http://www.ellenfinkelstein.com/acadblog/?p=240</guid>
		<description><![CDATA[<p>You can easily stretch a circle with grips. To specify the new radius, just enter it on the command line (or in the Dynamic Input tooltip). But suppose the information you have is the difference between the two radii?</p>
<p>For example, let&#8217;s say that your circle&#8217;s radius is 1.825 and you know that you have to [...]]]></description>
			<content:encoded><![CDATA[<p>You can easily stretch a circle with grips. To specify the new radius, just enter it on the command line (or in the Dynamic Input tooltip). But suppose the information you have is the difference between the two radii?</p>
<p>For example, let&#8217;s say that your circle&#8217;s radius is 1.825 and you know that you have to make it 0.625 larger. Of course, you can add the two numbers, but there&#8217;s an easier way.</p>
<p>Select the circle and open the Properties palette. For the Radius value, insert an equal sign (=) before the current radius. After the radius value, type +.625. Then press the End key on your keyboard (not Enter). The new radius appears in the Properties palette and your circle&#8217;s radius changes.</p>
<p><img class="aligncenter" src="http://www.ellenfinkelstein.com/images/acadtips_stretch_circle_fg1a.jpg" alt="" width="451" height="299" /><br />
Ragnar Thor Mikkelsen contributed an even easier way. However, note that this tip doesn&#8217;t work if Dynamic Input is on. (To turn it off, just click the Dynamic Input button on the status bar.) Here are the steps:</p>
<p>1. Select the circle and click one of the quadrant grips to make it &#8220;hot.&#8221;<br />
2. At the ** STRETCH **<br />
Specify stretch point or [Base point/Copy/Undo/eXit]: prompt, type tk.<br />
3. At the First tracking point: prompt, click the quadrant grip again.<br />
4. At the Next point (Press ENTER to end tracking): prompt, move the cursor in the direction you want to stretch the circle and type .625 (in our example) or the change in radius you want and press Enter.<br />
5. At the Next point (Press ENTER to end tracking): prompt, press Enter.</p>
<p>Scott Loadman also contributed an easier way:</p>
<p>1. Select the circle and click one of the quadrant grips to make it &#8220;hot.&#8221;<br />
2. At the prompt, type b for the Base point option.<br />
3. At the Specify base point: prompt, click the quadrant grip again.<br />
4. At the Specify stretch point or [Base point/Copy/Undo/eXit]: prompt, move the cursor in the direction you want to stretch the circle and type the change in radius (.625 in our example) and press Enter.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ellenfinkelstein.com/acadblog/stretch-a-circle-with-grips-and-specify-the-radius-or-change-in-radius/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find the midpoint between two points, the center of a triangle, and other unusual points</title>
		<link>http://www.ellenfinkelstein.com/acadblog/find-the-midpoint-between-two-points-the-center-of-a-triangle-and-other-unusual-points/</link>
		<comments>http://www.ellenfinkelstein.com/acadblog/find-the-midpoint-between-two-points-the-center-of-a-triangle-and-other-unusual-points/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 05:19:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Drawing]]></category>
		<category><![CDATA[AutoCAD]]></category>

		<guid isPermaLink="false">http://www.ellenfinkelstein.com/acadblog/?p=225</guid>
		<description><![CDATA[<p>Use AutoCAD&#8217;s calculator (originally the CAL command and then the  QUICKCALC command) to find calculated points, such as the midpoint between two existing points or the  center of a triangle. You usually use this command transparently, while  drawing a line.</p>
Use the object snap
<p>There&#8217;s a shortcut to start a line (or specify any [...]]]></description>
			<content:encoded><![CDATA[<p>Use AutoCAD&#8217;s calculator (originally the CAL command and then the  QUICKCALC command) to find calculated points, such as the midpoint <span id="IL_AD5">between two</span> existing points or the  center of a triangle. You usually use this command transparently, while  drawing a line.</p>
<h3>Use the object snap</h3>
<p>There&#8217;s a shortcut to start a line (or specify any other point)  midway between two points. At the prompt for the  point, <span id="IL_AD4">press</span> and hold Shift and right-click.  Then choose Mid Between 2 Points from the shortcut menu of object snaps.</p>
<h3>Use QUICKCALC to draw a line between two  endpoints</h3>
<p>To start a line midway between two points with QUICKCALC, do the  following:</p>
<p><span id="IL_AD3">Turn off</span> OSNAP, so you  don&#8217;t inadvertently snap to an object snap, especially if you&#8217;re near  other objects.</p>
<p>Start the LINE command.</p>
<p>At the Specify first point: prompt, type <strong>‘quickcalc</strong> (or  just <strong>&#8216;qc</strong>) and press Enter.</p>
<p>In the expression box, type <strong>(end+end)/2 </strong>as you see  here, and then press Enter.</p>
<div style="overflow: hidden; color: #000000; background-color: transparent; text-align: left; text-decoration: none; border: medium none;">
<div class="wp-caption aligncenter" style="width: 326px"><img src="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_quickcalc-1.png" alt="QUICKCALC" width="316" height="250" /><p class="wp-caption-text">QUICKCALC</p></div>
</div>
<div style="overflow: hidden; color: #000000; background-color: transparent; text-align: left; text-decoration: none; border: medium none;">At the &gt;&gt; Select entity for END snap: prompt, use the pickbox to  pick a point.</div>
<div style="overflow: hidden; color: #000000; background-color: transparent; text-align: left; text-decoration: none; border: medium none;">
<p>At the &gt;&gt; Select entity for END snap: prompt, pick a  second point.</p>
<p>Continue drawing the line.     The line starts at the midpoint between the two points you  specified.</p>
<p>Draw a line between two centers</p>
<p>To use circle centers, type (cen+cen)/2 and follow the same  procedure.</p>
<h3>Start a line at the center of a triangle</h3>
<p>To start a line at the center of a triangle, you use a similar  technique:</p>
<p>Turn off OSNAP, so you don&#8217;t inadvertently snap to an object  snap, especially if you&#8217;re near other objects.</p>
<p>Start the    LINE             command.</p>
<p>At the Specify first point: prompt, type <strong>‘qc</strong> and  press Enter.</p>
<p>Type <strong>(end+end+end)/3 </strong>in the QuickCalc expression box  and press Enter.</p>
<p>At the &gt;&gt; Select entity for END snap: prompt, use  the pickbox to pick a point.</p>
<p>At the &gt;&gt; Select entity for END snap: prompt, pick a  second point.</p>
<p>At the &gt;&gt; Select entity for END snap: prompt, pick a  third point.</p>
<p>Continue drawing the line.</p>
<p>The line starts at the center of the triangle, as you see  here.</p>
<div style="overflow: hidden; color: #000000; background-color: transparent; text-align: left; text-decoration: none; border: medium none;">
<div class="wp-caption aligncenter" style="width: 198px"><img src="http://www.ellenfinkelstein.com/images/actip-midpoint-1.jpg" alt="Line Drawing" width="188" height="168" /><p class="wp-caption-text">Line Drawing</p></div>
</div>
</div>
<div style="overflow: hidden; color: #000000; background-color: transparent; text-align: left; text-decoration: none; border: medium none;">
<h3>Find the intersection of two lines based on their 4 endpoints</h3>
<p>Let&#8217;s say you want to start a line at the intersection of two  lines, without drawing the two lines.</p>
<p>Start the LINE command.</p>
<p>At the prompt, type<strong> &#8216;qc</strong> and press Enter.</p>
<p>Type ill(end,end,end,end) in the QuickCalc expression box and  press Enter.</p>
<p>At the prompts, select the endpoint of the first imaginary line,  then its other endpoint. Then select the endpoints of the second line.</p>
<p>Continuing drawing the line.</p>
<div style="overflow: hidden; color: #000000; background-color: transparent; text-align: left; text-decoration: none; border: medium none;">
<div class="wp-caption aligncenter" style="width: 418px"><img src="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_quickcalc-2.png" alt="Line Drawing" width="408" height="313" /><p class="wp-caption-text">Line Drawing</p></div>
</div>
</div>
<div style="overflow: hidden; color: #000000; background-color: transparent; text-align: left; text-decoration: none; border: medium none;">
<p><span>Tip:</span> If you expand the Variables  section of the QuickCalc dialog box, you can choose the ille variable to  do the same operation.</p>
<p>What methods do you use to find unusual points?</p>
<div style="overflow: hidden; color: #000000; background-color: transparent; text-align: left; text-decoration: none; border: medium none;"><a style="color: #003399;" href="../../../AutoCAD_tips_midpoint_between_points.html#ixzz0qEe0fnHa"><br />
</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.ellenfinkelstein.com/acadblog/find-the-midpoint-between-two-points-the-center-of-a-triangle-and-other-unusual-points/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Use tool palettes to save and place user-defined hatch patterns</title>
		<link>http://www.ellenfinkelstein.com/acadblog/use-tool-palettes-to-save-and-place-user-defined-hatch-patterns/</link>
		<comments>http://www.ellenfinkelstein.com/acadblog/use-tool-palettes-to-save-and-place-user-defined-hatch-patterns/#comments</comments>
		<pubDate>Mon, 24 May 2010 14:35:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Drawing]]></category>
		<category><![CDATA[AutoCAD]]></category>

		<guid isPermaLink="false">http://www.ellenfinkelstein.com/acadblog/?p=220</guid>
		<description><![CDATA[<p>If you create user-defined hatches, which means that you specify the angle and spacing, you may want to  save them for future use. You can easily do this using a tool palette.</p>
<p>First, create the user-defined hatch. In the Hatch and Gradient  dialog box (or on the Hatch Creation tab in AutoCAD 2011), choose [...]]]></description>
			<content:encoded><![CDATA[<p>If you create user-defined hatches, which means that you specify <span id="IL_AD3">the angle</span> and spacing, you may want to  save them for future use. You can easily do this using a tool palette.</p>
<p>First, create the user-defined hatch. In the Hatch and Gradient  dialog box (or on the Hatch Creation tab in AutoCAD 2011), choose  User-Defined as the type. Use the tools to specify the angle and  spacing.</p>
<p>This hatch has an angle of 30° and a spacing of 0.25 units.</p>
<div class="wp-caption aligncenter" style="width: 391px"><img src="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_hatches_tool_palettes-2.png" alt="A user-defined hatch pattern in AutoCAD" width="381" height="136" /><p class="wp-caption-text">A user-defined hatch pattern in AutoCAD</p></div>
<p>Open the Tool Palettes window. (View&gt; Palettes&gt; Tool Palettes,  or the TOOLPALETTES command)</p>
<p align="left">Click the Hatches and Fills tab.</p>
<p align="left">
<div class="wp-caption aligncenter" style="width: 362px"><img src="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_hatches_tool_palettes-4.png" alt="Drag-and-drop cursor--for a hatch pattern" width="352" height="122" /><p class="wp-caption-text">Drag-and-drop cursor--for a hatch pattern</p></div>
<p>Select the hatch. Then click and hold until you see the drag-and-drop  arrow, as you see here.</p>
<p>Then simply drag the hatch to the tool palette. Here you see the  new hatch on the palette.</p>
<div class="wp-caption aligncenter" style="width: 183px"><img src="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_hatches_tool_palettes-3.png" alt="A user-defined hatch pattern on a tool palette" width="173" height="408" /><p class="wp-caption-text">A user-defined hatch pattern on a tool palette</p></div>
<p align="left">You can now drag this hatch into any closed area in your  drawing.</p>
<p>Even better, because you have that hatch pattern saved in a tool  palette, you can use it in any other drawing.</p>
<p>Did you find this tip useful? <a href="../../../acad_submit.html">Sign up to get  notified whenever I post new tips.</a></p>
<p>Related tips:</p>
<p><a href="../../../autocadtips/AutoCAD_tips_create_custom_hatches.html">Create  custom hatch patterns</a></p>
<p><a href="../../../AutoCAD_tips_commands_to_tool_palettes.html">Add  commands to tool palettes from the CUI dialog box</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ellenfinkelstein.com/acadblog/use-tool-palettes-to-save-and-place-user-defined-hatch-patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Attach a PDF as an underlay</title>
		<link>http://www.ellenfinkelstein.com/acadblog/attach-a-pdf-as-an-underlay/</link>
		<comments>http://www.ellenfinkelstein.com/acadblog/attach-a-pdf-as-an-underlay/#comments</comments>
		<pubDate>Fri, 14 May 2010 15:55:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plotting & Output]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[underlay]]></category>

		<guid isPermaLink="false">http://www.ellenfinkelstein.com/acadblog/?p=212</guid>
		<description><![CDATA[<p>Lots of people use the PDF format. If you have a PDF image that you want to reference as you draw, you an attach it as an underlay, starting with AutoCAD 2010. This is similar to attaching an xref.</p>
<p>Choose Insert tab&#62; Reference panel&#62; Attach (the ATTACH command). You can also use the PDFATTACH command.</p>
<p>In the [...]]]></description>
			<content:encoded><![CDATA[<p>Lots of people use the PDF format. If you have a PDF image that you want to reference as you draw, you an attach it as an underlay, starting with AutoCAD 2010. This is similar to attaching an xref.</p>
<p>Choose Insert tab&gt; Reference panel&gt; Attach (the ATTACH command). You can also use the PDFATTACH command.</p>
<p>In the Select Reference File dialog box, choose a PDF file and click Open.</p>
<p>In the Attach PDF Underlay dialog box, if the PDF contains more than one page, choose the page you want to attach.</p>
<p>Choose the settings you want for the insertion point, scale, and rotation. These settings are just like attaching any xref.</p>
<div class="wp-caption aligncenter" style="width: 442px"><img src="http://www.ellenfinkelstein.com/autocadtips/images/acadtips_pdf_underlay-1.png" alt="Attach PDF Underlay dialog box in AutoCAD" width="432" height="301" /><p class="wp-caption-text">Attach PDF Underlay dialog box in AutoCAD</p></div>
<p>Click OK to attach the PDF underlay.</p>
<p>You can snap to object snaps on the border of the underlay. For example, the corners are endpoints.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ellenfinkelstein.com/acadblog/attach-a-pdf-as-an-underlay/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
