<?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>CAD Notes&#187; AutoCAD Tutorial</title>
	<atom:link href="http://cad-notes.com/category/autocad/autocad-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://cad-notes.com</link>
	<description>CAD Tutorials and Best Practices for professionals and students</description>
	<lastBuildDate>Mon, 06 Feb 2012 00:46:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>AutoCAD and AutoCAD LT Sheet Set video</title>
		<link>http://cad-notes.com/2012/01/autocad-and-autocad-lt-sheet-set-video/</link>
		<comments>http://cad-notes.com/2012/01/autocad-and-autocad-lt-sheet-set-video/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 14:33:00 +0000</pubDate>
		<dc:creator>Edwin Prakoso</dc:creator>
				<category><![CDATA[AutoCAD Tutorial]]></category>
		<category><![CDATA[AutoCAD]]></category>
		<category><![CDATA[AutoCAD LT]]></category>
		<category><![CDATA[Sheet Set]]></category>

		<guid isPermaLink="false">http://cad-notes.com/?p=4343</guid>
		<description><![CDATA[Looking for resources to learn AutoCAD &#038; AutoCAD LT Sheet Set? Kate Morrical has tutorial videos!<p><hr />
<a href="http://www.bentley.com/cadnotes">
		<img src="http://cad-notes.com/images/7053_PW-en_HDR_468x60_0511.gif" alt="Are you ProjectWise?" /></a></p>
]]></description>
			<content:encoded><![CDATA[<p>If you are an AutoCAD LT user, you should notice that in 2012 version you have Sheet Set Manager. Kate Morrical published a tutorial video series on her blog, <a href="http://ltunlimited.typepad.com/">LT Unlimited</a>.</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="sheet_set" src="http://cad-notes.com/wp-content/uploads/2012/01/sheet_set.png" alt="sheet_set" width="291" height="256" border="0" /></p>
<p>Sheet set is a neat way to organize your drawings in a project. You can get the advantages of Sheet Set properties by having additional fields. And don’t forget that it’s easy to send part of your projects (in a sub set) with e-transmit. It is also easy to plot all the drawings at once.</p>
<p>I was thinking to create a list to the videos, unfortunately I haven’t got the time to search her blog for them. Luckily, <a href="http://www.jtbworld.com/">Jimmy Bergmark</a> managed to compile the video links on his blog.</p>
<p>If you want to see the list, you can find the list here: <a href="http://blog.jtbworld.com/2012/01/sheet-set-manager-for-autocad-lt-videos.html">Sheet Set Manager for AutoCAD LT videos</a>.</p>
<blockquote><p>If you want to learn about Sheet set in details, you can also purchase our e-book: <a href="http://cad-notes.com/2011/01/sheet-set-manager-book/">Document management with AutoCAD Sheet Set</a>.</p></blockquote>
<p><hr />
<a href="http://www.bentley.com/cadnotes">
		<img src="http://cad-notes.com/images/7053_PW-en_HDR_468x60_0511.gif" alt="Are you ProjectWise?" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://cad-notes.com/2012/01/autocad-and-autocad-lt-sheet-set-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linking Excel external data to AutoCAD data extraction</title>
		<link>http://cad-notes.com/2011/10/linking-excel-external-data-to-autocad-data-extraction/</link>
		<comments>http://cad-notes.com/2011/10/linking-excel-external-data-to-autocad-data-extraction/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 13:41:00 +0000</pubDate>
		<dc:creator>Edwin Prakoso</dc:creator>
				<category><![CDATA[AutoCAD Tutorial]]></category>
		<category><![CDATA[data extraction]]></category>
		<category><![CDATA[datalink]]></category>
		<category><![CDATA[excel]]></category>

		<guid isPermaLink="false">http://cad-notes.com/2011/10/linking-excel-external-data-to-autocad-data-extraction/</guid>
		<description><![CDATA[This tutorial will show you how to link an ID of your block to external data and show all the data in a schedule report. We use excel data link and data extraction here.<p><hr />
<a href="http://www.bentley.com/cadnotes">
		<img src="http://cad-notes.com/images/7053_PW-en_HDR_468x60_0511.gif" alt="Are you ProjectWise?" /></a></p>
]]></description>
			<content:encoded><![CDATA[<p>We can add information to block using attributes. It can be very handy to create a report/schedule items in your drawings. We can use data extraction to do it automatically. If you’re not familiar with it yet, check this tutorial <a href="http://cad-notes.com/2009/09/creating-schedule-from-your-autocad-drawing/">how to create a schedule from AutoCAD drawings</a>.</p>
<p>However, sometimes defining attribute value for each block can backfire to us. If we want to add many information to an object, we need to input data several times. For each block. If we have dozens or hundreds of blocks, using attributes and data extraction like this may not increasing our productivity, but reducing it.</p>
<p>If you have this condition:</p>
<ol>
<li>The information are common for object with the same ID/part number.</li>
<li>We need to update attribute value regularly. It doesn’t make sense if we need to edit attribute value for each block, does it?</li>
</ol>
<p>If that’s your situation, you can link AutoCAD data extraction to Microsoft Excel as external data. We only need to have one attribute as identifier in our block, then link it to a column in Excel.</p>
<p>It means we can have objects data separately, and link our drawings to that file. When we need to update the data, we only need to update it on Excel file. Then simply update the data extraction tables on our drawings.</p>
<p>Let’s see how we can use it.</p>
<blockquote><p>Note: You need to have Microsoft Excel installed on your computer to use this feature</p></blockquote>
<h2>Preparing Excel file</h2>
<p>Let’s prepare an Excel file. You need to have one column to match to an attribute in your block. In this example, I have door types, their prices, and several more data. I will use door types in my block as attribute. This value shouldn’t change regularly (unless I change its type). But door price can change often, right?</p>
<p>You may give style to your Excel file, like borders if you need to. It won’t affect linking data to AutoCAD.</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="excel_data" src="http://cad-notes.com/wp-content/uploads/2011/10/excel_data.png" alt="excel_data" width="400" height="348" border="0" /></p>
<h2>Preparing AutoCAD block</h2>
<p>Now let’s check our block. You need to have at least one block attribute to match the column in Excel. Here, I only have one attribute. I put other data in my Excel file. But you may have more attributes as necessary.</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="block_attribute" src="http://cad-notes.com/wp-content/uploads/2011/10/block_attribute.png" alt="block_attribute" width="247" height="170" border="0" /></p>
<p>After you save your block, you can place it to your drawings.</p>
<h2>Using data extraction</h2>
<p>After you’ve done with the preparation and finish with your drawing, we can start using data extraction. Use it as usual (<a href="http://cad-notes.com/2009/09/creating-schedule-from-your-autocad-drawing/" rel="nofollow">refer to this post as mentioned previously</a>, if you’ve never done it before). When you get to 5th page (refine data) stop and follow steps below.</p>
<h3>Linking data extraction to Excel file</h3>
<p>In 5th page, you can see preview of your data extraction. Find <strong>link external data </strong>button on the right bottom of this dialog. Click it.</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="link_external_data" src="http://cad-notes.com/wp-content/uploads/2011/10/link_external_data.png" alt="link_external_data" width="400" height="271" border="0" /></p>
<p>If you already link your drawing to an Excel file, you can choose the data link here. Since we haven’t create it, we need to create it first. Click launch data link manager in this dialog.</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="launch_data_link_manager" src="http://cad-notes.com/wp-content/uploads/2011/10/launch_data_link_manager.png" alt="launch_data_link_manager" width="231" height="64" border="0" /></p>
<p>Create a data link to your Excel file. Give it a unique name and browse to file we prepared before. It should be straightforward. But in case you have problem, <a href="http://thecadgeek.com/blog/2007/04/linking-excel-and-autocad-with-data-links/">follow this tutorial from Donnie Gladfelter</a>.</p>
<p>After you finish, we are back to link external data dialog. Now your data link should be defined as source (1).</p>
<p>Match your attribute to your Excel column (2). You can try to check if your data are matched correctly.</p>
<p>You can choose which column in Excel you want to include or exclude in this report (3).</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="data_matching" src="http://cad-notes.com/wp-content/uploads/2011/10/data_matching.png" alt="data_matching" width="400" height="418" border="0" /></p>
<p>Click OK. You should see additional column in your preview. You can see column header for external data showing linked symbol.</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="external_data" src="http://cad-notes.com/wp-content/uploads/2011/10/external_data.png" alt="external_data" width="400" height="271" border="0" /></p>
<p>Arrange the column as necessary and place table on your drawing (or external file). Very nice, isn’t it?</p>
<p>If you have a problem setting external file as described above, you can see this nice video by <a href="http://thecadgeek.com/">Donnie Gladfelter</a>: <a title="http://youtu.be/QLGoxHMg8Zw" href="http://youtu.be/QLGoxHMg8Zw">http://youtu.be/QLGoxHMg8Zw</a>.</p>
<h2>Updating value in table</h2>
<p>What if value in your Excel file changed? Unfortunately data link is not updated automatically. We have to update it manually.</p>
<p>After your data changed, you need to select your table, right click, then choose update table data links from contextual menu.</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="update_table_data_links" src="http://cad-notes.com/wp-content/uploads/2011/10/update_table_data_links.png" alt="update_table_data_links" width="387" height="162" border="0" /></p>
<blockquote><p>You can use DATALINKUPDATE from command line</p></blockquote>
<p>Another trick to automatically update data link every time you open AutoCAD drawing is to put DATALINKUPDATE in your acaddoc.lsp. I will cover about it later.</p>
<p>Do you think external data will be useful? How you do you think you can use it?</p>
<p><hr />
<a href="http://www.bentley.com/cadnotes">
		<img src="http://cad-notes.com/images/7053_PW-en_HDR_468x60_0511.gif" alt="Are you ProjectWise?" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://cad-notes.com/2011/10/linking-excel-external-data-to-autocad-data-extraction/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Book review: AutoCAD and AutoCAD LT 2012 Bible</title>
		<link>http://cad-notes.com/2011/07/book-review-autocad-and-autocad-lt-2012-bible/</link>
		<comments>http://cad-notes.com/2011/07/book-review-autocad-and-autocad-lt-2012-bible/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 15:15:49 +0000</pubDate>
		<dc:creator>Edwin Prakoso</dc:creator>
				<category><![CDATA[AutoCAD Tutorial]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[AutoCAD book]]></category>

		<guid isPermaLink="false">http://cad-notes.com/?p=3860</guid>
		<description><![CDATA[Great AutoCAD book for active users who want to explore AutoCAD capabilites. Recommended for new and intermediate users. Even advanced users can learn new things.<p><hr />
<a href="http://www.bentley.com/cadnotes">
		<img src="http://cad-notes.com/images/7053_PW-en_HDR_468x60_0511.gif" alt="Are you ProjectWise?" /></a></p>
]]></description>
			<content:encoded><![CDATA[<p><img style="background-image: none; margin: 0px 30px 0px 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; padding-top: 0px; border: 0px;" title="AutoCAD_2012_Bible_cover" src="http://cad-notes.com/wp-content/uploads/2011/07/AutoCAD_2012_Bible_cover.png" alt="AutoCAD_2012_Bible_cover" width="200" height="254" align="left" border="0" /></p>
<p><a href="http://ellenfinkelstein.com/">Ellen Finkelstein</a> has released updated book of AutoCAD Bible. She’s a senior AutoCAD book author, and an advanced AutoCAD user.</p>
<p>This is my first time reading this book. And I’m impressed on how many topics she’s covered. Her expertise is expressed in her book very well.</p>
<p>This book is different with other books I’ve read before. Very interesting book&#8230; very thorough.</p>
<p>She started it with quick start, new users can quickly have the feel of using AutoCAD properly. Then Ellen started to cover almost every capabilities of AutoCAD 2012. The quick start section can encourage users to learn more, and not getting bored with details.</p>
<p>Not only new users can have benefits using this book, advanced AutoCAD users can also learn many new things here. (I never knew there are cylindrical and spherical coordinates until I read this book).</p>
<h2>What’s inside the book</h2>
<p>The book covers everything about 2D drawings, 3D drawings, and customization (includes AutoLISP and .NET programming!). She covers 2D and 3D tools in details, introduce you several ways to complete a task. And she gives you the basic of AutoCAD programming with AutoLISP and .NET.</p>
<p>You can see table of contents and sample chapter <a href="http://www.amazon.com/gp/product/1118022211/ref=as_li_tf_tl?ie=UTF8&amp;tag=cn010-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1118022211">on this product page on Amazon</a>.</p>
<p>Now I understand why she chose to name it AutoCAD Bible. It has everything you need to know about AutoCAD. A good start to explore every AutoCAD capabilities.</p>
<p>If you want to learn creating your own line types, shape files and fonts, macro, AutoLISP, even .NET programming you can find them here. Very useful!</p>
<h2>Who’s this book for</h2>
<p>It’s suitable for active new users who like to explore new things by themselves. And I also believe this book will be very useful for intermediate (and even advanced) users who want to explore more AutoCAD capabilities.</p>
<h2>How to get the book</h2>
<p>If you want the book, you should be able to find it on local book store, or <a href="http://www.amazon.com/gp/product/1118022211/ref=as_li_tf_tl?ie=UTF8&amp;tag=cn010-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1118022211" rel="nofollow">order your copy from Amazon here</a>.</p>
<p><hr />
<a href="http://www.bentley.com/cadnotes">
		<img src="http://cad-notes.com/images/7053_PW-en_HDR_468x60_0511.gif" alt="Are you ProjectWise?" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://cad-notes.com/2011/07/book-review-autocad-and-autocad-lt-2012-bible/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Do you know how to use snap parallel?</title>
		<link>http://cad-notes.com/2011/07/do-you-know-how-to-use-snap-parallel/</link>
		<comments>http://cad-notes.com/2011/07/do-you-know-how-to-use-snap-parallel/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 11:31:00 +0000</pubDate>
		<dc:creator>Edwin Prakoso</dc:creator>
				<category><![CDATA[AutoCAD Tutorial]]></category>

		<guid isPermaLink="false">http://cad-notes.com/2011/07/do-you-know-how-to-use-snap-parallel/</guid>
		<description><![CDATA[Snap parallel is probably rarely used. And you might not now how to use it, like I did. See how you can draw parallel lines relative to other geometry here.<p><hr />
<a href="http://www.bentley.com/cadnotes">
		<img src="http://cad-notes.com/images/7053_PW-en_HDR_468x60_0511.gif" alt="Are you ProjectWise?" /></a></p>
]]></description>
			<content:encoded><![CDATA[<p>I’m surprised that I don’t. At least until I see <a href="http://www.cadtutor.net/forum/showthread.php?58509-Osnap-Parallel" target="_blank">this thread on CADTutor</a>. And it’s kind of relieved that many of the senior members don’t know it.</p>
<p>You can see how it works from nice animation from alanjt.</p>
<p><a href="http://cad-notes.com/wp-content/uploads/2011/07/par.gif"><img style="display: inline;" title="par" src="http://cad-notes.com/wp-content/uploads/2011/07/par_thumb.gif" alt="par" width="496" height="351" /></a></p>
<p><em>image by: </em><a href="http://www.cadtutor.net/forum/member.php?12936-alanjt" target="_blank"><em>alanjt</em></a><em> from </em><a href="http://www.cadtutor.net/" target="_blank"><em>CADTutor</em></a></p>
<p>Still doesn’t work?</p>
<h2>So how it works?</h2>
<p>Activate line/polyline</p>
<p>Activate parallel object snap</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="parallel_osnap" src="http://cad-notes.com/wp-content/uploads/2011/07/parallel_osnap.png" alt="parallel_osnap" width="206" height="70" border="0" /></p>
<p>I thought we need to pick object/point after we activate the object snap. Just like when we’re working with other Osnaps. But no! You only need to hover above the line to make it as reference.</p>
<p>You should see the snap icon at your pointer.</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="parallel_osnap_icon" src="http://cad-notes.com/wp-content/uploads/2011/07/parallel_osnap_icon.png" alt="parallel_osnap_icon" width="147" height="100" border="0" /></p>
<p>Now move away your pointer until you see the rubber band line.</p>
<p>You can click a point to create the parallel line now.</p>
<p>I know it’s quite basic. But you might need it.</p>
<p><hr />
<a href="http://www.bentley.com/cadnotes">
		<img src="http://cad-notes.com/images/7053_PW-en_HDR_468x60_0511.gif" alt="Are you ProjectWise?" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://cad-notes.com/2011/07/do-you-know-how-to-use-snap-parallel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to: export custom rendering materials</title>
		<link>http://cad-notes.com/2011/05/how-to-export-custom-rendering-materials/</link>
		<comments>http://cad-notes.com/2011/05/how-to-export-custom-rendering-materials/#comments</comments>
		<pubDate>Mon, 16 May 2011 11:30:00 +0000</pubDate>
		<dc:creator>Edwin Prakoso</dc:creator>
				<category><![CDATA[AutoCAD Tutorial]]></category>
		<category><![CDATA[rendering material]]></category>
		<category><![CDATA[tool palettes]]></category>

		<guid isPermaLink="false">http://cad-notes.com/2011/05/how-to-export-custom-rendering-materials/</guid>
		<description><![CDATA[Have you created many AutoCAD rendering materials on your workstation? Now how you can share them to your partner that uses other computer? <p><hr />
<a href="http://www.bentley.com/cadnotes">
		<img src="http://cad-notes.com/images/7053_PW-en_HDR_468x60_0511.gif" alt="Are you ProjectWise?" /></a></p>
]]></description>
			<content:encoded><![CDATA[<p>If you create rendering in AutoCAD (or any other rendering software) then there is a big chance you <a href="http://cad-notes.com/2010/08/creating-your-own-autocad-rendering-materials/" target="_blank">create our own AutoCAD rendering materials</a>. The default that&#8217;re provided often not enough for our needs.</p>
<p><img src="http://cad-notes.com/wp-content/uploads/2010/08/finished_materials_thumb.png" alt="" /></p>
<p>The materials you created is stored in AutoCAD library, not in your DWG file. So when you open other files, or create a new one, then they are still available. The question is, what if you want to save them and open in in other workstation?</p>
<p>There are two ways how you can do it: using tool palettes or saving them in materials library.</p>
<p>One thing you must remember when you use those two methods, you must make sure the image patterns are accessible for those computers. So if you use images from D:\material_maps then you must copy them too on the same location for the other computer.</p>
<p>Or a better way probably share them in a shared folder in your network.</p>
<h2>Using AutoCAD tool palettes</h2>
<p>Tool palettes has the ability to save the materials settings. Try to drag a rendering material to your palette, then see it’s properties.</p>
<p>You can even change the properties in this palette!</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="tool palettes properties" src="http://cad-notes.com/wp-content/uploads/2011/05/tool-palettes-properties.png" border="0" alt="tool palettes properties" width="363" height="323" /></p>
<p>We can put the materials we want to export here, then export the palette. You can save the palette to .xtp file, then import it in other computer.</p>
<p>After you import it, you can access them!</p>
<p>If you’re working in networked environment, you can consider to share the tool palette and let all users in your office access it. See <a href="http://www.civil4d.com/2007/03/sharing-tool-palettes-on-a-network/" target="_blank">how you can share tool palettes here</a>.</p>
<h2>Using AutoCAD material libraries</h2>
<p>Materials are saved in material libraries. You can create a new material library and save it to a shared location or in your computer.</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="new material library" src="http://cad-notes.com/wp-content/uploads/2011/05/new-material-library.png" border="0" alt="new material library" width="352" height="357" /></p>
<p>Open your materials browser, click manage at the bottom left of the browser. Choose create new library from the dropdown menu.</p>
<p>You may want to save it in location that you can remember easily. Such as d:\material_libraries. The file extension is .adsklib.</p>
<p>You will  see the new library in your browser. Arrange your materials in the libraries. You can also arrange them based on categories. After you are done, copy the .adsklib files and open it in the other computer. If you save it in a shared location, then you can simply open it.</p>
<p>Now you can see them on your other computer!</p>
<h2>Which one should you use?</h2>
<p>Tool palettes and material library both give you easy access to your AutoCAD rendering materials. Which one you should use is really depends on your habit. If you prefer using tool palettes, then use it.</p>
<p>The important thing you should consider is using networked environment. There are several benefits accessing them from a shared location:</p>
<ol>
<li>All users will see the same library, if the CAD manager add new materials or make changes, all users will see the modifications instantly.</li>
<li>You only need to manage one library, either you’re using tool palettes or material library. If you have dozens of users, then you don’t have to manage dozens of libraries.</li>
</ol>
<p><hr />
<a href="http://www.bentley.com/cadnotes">
		<img src="http://cad-notes.com/images/7053_PW-en_HDR_468x60_0511.gif" alt="Are you ProjectWise?" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://cad-notes.com/2011/05/how-to-export-custom-rendering-materials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using named plot style table: less style to manage</title>
		<link>http://cad-notes.com/2011/01/using-named-plot-style-table-less-style-to-manage/</link>
		<comments>http://cad-notes.com/2011/01/using-named-plot-style-table-less-style-to-manage/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 11:00:01 +0000</pubDate>
		<dc:creator>Edwin Prakoso</dc:creator>
				<category><![CDATA[AutoCAD Tutorial]]></category>
		<category><![CDATA[plot style]]></category>
		<category><![CDATA[stb]]></category>

		<guid isPermaLink="false">http://cad-notes.com/?p=2369</guid>
		<description><![CDATA[AutoCAD color based plot styles (ctb) has been used for decades. Now we have named plot styles (stb) as alternative. Which one should we use?<p><hr />
<a href="http://www.bentley.com/cadnotes">
		<img src="http://cad-notes.com/images/7053_PW-en_HDR_468x60_0511.gif" alt="Are you ProjectWise?" /></a></p>
]]></description>
			<content:encoded><![CDATA[<p>Which <a href="http://daily-autocad.blogspot.com/2008/12/plot-style-tables.html">plot styles</a> are you using for your AutoCAD drawings? Most of you will answer color-dependent. Color-dependent (ctb) has its own advantages. And most AutoCAD users use it. However, if you see other CAD applications, I don’t think they use color-dependent. ACA doesn&#8217;t. Revit doesn&#8217;t. <strong>There must has be some benefits for named plot style over color-dependent.</strong></p>
<p>In my personal opinion, Autodesk introduce named plot styles (stb) for it’s vertical products. We know that many applications today using AutoCAD as a platform. STB extends the capabilities and simpler to manage. Imagine if you have to manage the line thickness in AutoCAD Architecture based on object colors. You will have to use less colors in your 3D model (we usually use about 5 line weights, I never see more than 10). Or define many colors in plot styles tables. Either way, using color might be confusing in 3D.</p>
<p>However, if you only using AutoCAD for 2D drafting, color-dependent maybe more comfortable. Our eyes will quickly see (imagine) lines thickness by color.</p>
<p>If you want to compare them further, <a href="http://www.caddmanager.com/CMB/2009/08/cad-standards-ctb-vs-stb/" target="_blank">read this CTB and STB comparison by Mark Kiker</a>.</p>
<p>Most AutoCAD users are already familiar with color-dependent (CTB). In this post, we will see how STB works.</p>
<h2>Creating new STB</h2>
<p>Let’s try to create a new plot style. You can create an STB file using <em>Manage Plot Styles</em>. You can access it from <em>AutoCAD application menu&gt; print&gt; manage plot styles</em>.</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="manage_plot_styles" src="http://cad-notes.com/wp-content/uploads/2011/01/manage_plot_styles.png" border="0" alt="manage_plot_styles" width="244" height="58" /></p>
<p>This will open a folder. Double click <em>add-a-plot style table wizard </em>shortcut.</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="add_a_plot_style" src="http://cad-notes.com/wp-content/uploads/2011/01/add_a_plot_style.png" border="0" alt="add_a_plot_style" width="78" height="102" /></p>
<p>This wizard will help you to create your STB. Let’s see the wizard pages:</p>
<ol>
<li>This is an introduction page. You may want to read it, or just click next to see the next page.</li>
<li>Begin page. You can choose to import existing plot styles or pen tables. Let’s just use <em>start from scratch</em> for now. Click next</li>
<li>In the 3rd page, you can choose to use color style or named style. Choose <em>named plot style table</em>. Click next.</li>
<li>This wizard asks you for the style name. Give it a proper name like ‘my standard’ or ‘my company standard’. Click next.</li>
<li>We are now on the last page. We can edit the plot style table now, but let’s just click finish.</li>
</ol>
<p>Now you should see the STB file in the folder.</p>
<h3>Modifying STB</h3>
<p>Let’s modify the plot style table. Double click <em>my standard.stb</em> (or whatever your STB file name is).</p>
<p>You can modify the table in <em>table view</em> or <em>form view</em> tab. They are the same, just choose the one that comforts you. I prefer to see it in form view.</p>
<p>We have one style already: normal. You can’t edit or delete normal style. Use it if you want to use object properties for plotting. They are all set to ‘use object properties’.</p>
<h4>Create new styles</h4>
<p>To create a new styles, click <em>add style</em>.</p>
<p>Creating style is pretty straight forward. We create a new style, give it a name to identify it, then define the plot properties. For example: I want to plot the object with thin line, I can give it name ‘thin – 0.10 mm’. I want it thick, I give it name: thick. That’s why we call it named plot style. You can give it a name we can recognize easily.</p>
<p>For each named plot style, you can set different properties. The properties are exactly the same with color-dependent plot styles. If you already familiar with plot style, you shouldn’t have a problem to set it.</p>
<p>Click <em>save &amp; close</em> after you finish defining your styles.</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="plot_styles" src="http://cad-notes.com/wp-content/uploads/2011/01/plot_styles.png" border="0" alt="plot_styles" width="395" height="437" /></p>
<p>As you can see, if we use 5 different lineweight, we only need to define 5 plot styles. But if you use color-dependent, you have to define the properties for each color.</p>
<h2>Applying styles</h2>
<p>Now that we have the STB, how do we use it? AutoCAD treat those two differently.</p>
<ol>
<li>You have to choose one of them, STB or CTB.</li>
<li>You can’t use them both for one file.</li>
<li>However, you can convert from CTB to STB plot style or vice versa.</li>
</ol>
<p>So now we need to create a new AutoCAD drawing file using STB.</p>
<h3>Creating a new file</h3>
<p>To create an AutoCAD file that use STB, you have to select proper template. It should be obvious when you see the available templates.</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="named_plot_styles_template" src="http://cad-notes.com/wp-content/uploads/2011/01/named_plot_styles_template.png" border="0" alt="named_plot_styles_template" width="208" height="106" /></p>
<p>What if you already have drawings that use CTB? You can convert the plot styles. Read <a href="http://ltunlimited.typepad.com/my_weblog/2010/07/convert-a-drawing-from-ctb-to-stb.html" target="_blank">how to convert plot styles by Kate Morrical here</a>.</p>
<h3>Attaching plot style table</h3>
<p>Now we can attach the plot style table to our file. The easiest way to do it is using properties palette. You know how to open it right? Press [ctrl] + 1.</p>
<p>When no object is selected, find your STB file and change it to your table. You can do it in model space or layout.</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="plot_style_table" src="http://cad-notes.com/wp-content/uploads/2011/01/plot_style_table.png" border="0" alt="plot_style_table" width="294" height="100" /></p>
<p>Another way to do this is using plot dialog or page setup. This method will also update plot style table in properties palette. I prefer to use it in page setup.</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="page_setup_table" src="http://cad-notes.com/wp-content/uploads/2011/01/page_setup_table.png" border="0" alt="page_setup_table" width="204" height="93" /></p>
<h3>Using STB</h3>
<p>Now we already ‘tell’ AutoCAD that our file is using <em>my standard.stb</em>. How can we apply them to layers? To object properties? It’s simple.</p>
<p>In layer manager, you can set it for each layer in <em>plot style </em>column. You can define each layer’s plot style there.</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="plot_style" src="http://cad-notes.com/wp-content/uploads/2011/01/plot_style.png" border="0" alt="plot_style" width="364" height="306" /></p>
<p>If you want to override the plot style to specific object, you can select the object and change it in properties palette.</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="overriding_plot_style" src="http://cad-notes.com/wp-content/uploads/2011/01/overriding_plot_style.png" border="0" alt="overriding_plot_style" width="298" height="196" /></p>
<h3>Show lineweight on AutoCAD display</h3>
<p>The downside of using STB is it’s hard to distinguish which object is thicker. We can activate <em>show lineweight</em>, but it’s not easy to see the difference.</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="show_lineweight" src="http://cad-notes.com/wp-content/uploads/2011/01/show_lineweight.png" border="0" alt="show_lineweight" width="319" height="34" /></p>
<p>All the lines below has different lineweight. But we can only see the difference for the 3rd line. We draw them in black, make it harder to see the difference. It will be easier to see the difference if we use different color, right?</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="line_weight" src="http://cad-notes.com/wp-content/uploads/2011/01/line_weight.png" border="0" alt="line_weight" width="395" height="94" /></p>
<h3>Which plot style table we should use?</h3>
<p>It depends on your needs. Vertical products (like AutoCAD Architecture) already define the thickness based on objects. There’re not many objects to handle. They are all defined in object styles. But when we draw them manually, it can be more difficult.</p>
<p>I still prefer to use color-dependent when I use AutoCAD as drafting tool. I can quickly tell if I draw in wrong layer. Sure we can define many layers with different color. But if we need to use so many colors, then using STB will not give any advantage over color-dependent.</p>
<p>However, if you customize your tools (using palettes, LISP, or other customization), using STB can be easier.</p>
<p>If you already use them both, which one do you prefer? Why do you choose it, is it because your workflow? Or because your company use it?</p>
<p><hr />
<a href="http://www.bentley.com/cadnotes">
		<img src="http://cad-notes.com/images/7053_PW-en_HDR_468x60_0511.gif" alt="Are you ProjectWise?" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://cad-notes.com/2011/01/using-named-plot-style-table-less-style-to-manage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Controlling UCS for Angled Drawing and Local Coordinates</title>
		<link>http://cad-notes.com/2010/07/controlling-ucs-for-angled-drawing-and-local-coordinates/</link>
		<comments>http://cad-notes.com/2010/07/controlling-ucs-for-angled-drawing-and-local-coordinates/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 02:24:03 +0000</pubDate>
		<dc:creator>Edwin Prakoso</dc:creator>
				<category><![CDATA[AutoCAD Basic Tutorial]]></category>
		<category><![CDATA[AutoCAD Basic Series]]></category>
		<category><![CDATA[AutoCAD precise input]]></category>
		<category><![CDATA[ucs]]></category>

		<guid isPermaLink="false">http://cad-notes.com/2010/07/controlling-ucs-for-angled-drawing-and-local-coordinates/</guid>
		<description><![CDATA[If you already familiar with 3D modeling in AutoCAD, then you must be familiar with controlling coordinate system. The coordinate system you define will be a UCS (User Coordinate System). In 2D, there are many things that you can do by controlling coordinate system. In this article, we are going to discuss how to control [...]<p><hr />
<a href="http://www.bentley.com/cadnotes">
		<img src="http://cad-notes.com/images/7053_PW-en_HDR_468x60_0511.gif" alt="Are you ProjectWise?" /></a></p>
]]></description>
			<content:encoded><![CDATA[<p>If you already familiar with 3D modeling in AutoCAD, then you must be familiar with controlling coordinate system. The coordinate system you define will be a UCS (User Coordinate System). In 2D, there are many things that you can do by controlling coordinate system. In this article, we are going to discuss how to control it and why.</p>
<p><a href="http://cad-notes.com/wp-content/uploads/2010/07/UCS_icon.png"><img style="display: inline; border: 0px;" title="UCS_icon" src="http://cad-notes.com/wp-content/uploads/2010/07/UCS_icon_thumb.png" border="0" alt="UCS_icon" width="110" height="104" /></a></p>
<h2>So Why Would We Need to Move/Rotate Our Coordinate?</h2>
<ol>
<li>Working on angled coordinate/object.<br />
UCS (user coordinate system) icon is showing you X axis and Y axis, an the origin. As you know, we input the point coordinate base on those axis. When we need to draw angled object in AutoCAD, in some cases it would be easier if we rotate the coordinate temporarily.</li>
<li>Working on local coordinate.<br />
Surveyor often need to work with local coordinate, but they may not mess up with the global coordinate. In AutoCAD, we can consider World Coordinate System (WCS) as global coordinate and User Coordinate System (UCS) as local coordinate.</li>
</ol>
<p>*What a coincidence. When I’m thinking about this post, Autodesk release a video on YouTube: <a href="http://www.youtube.com/watch?v=ypV27ugOz3E" target="_blank">tip to work on angled portion of your drawing</a>.</p>
<h2>How We Can Control the Coordinate System?</h2>
<p>In the old days, we type UCS [enter] and choose the options. We still can do it now, but if you are not command line big fan, you may want to use the ribbon panel. Go to view tab, coordinates panel. All the options are here.</p>
<p><a href="http://cad-notes.com/wp-content/uploads/2010/07/coordinates_panel.png"><img style="display: inline; border: 0px;" title="coordinates_panel" src="http://cad-notes.com/wp-content/uploads/2010/07/coordinates_panel_thumb.png" border="0" alt="coordinates_panel" width="240" height="91" /></a></p>
<p>The tools on first row, are used to move, save, or reset coordinate system to world coordinate system (WCS).</p>
<p>On the second row, you can use the tools to rotate AutoCAD coordinate system using coordinate axis. Except the last one, the one with the light bulb is for turning UCS icon on or off.</p>
<p>The last row, there are tools that you can use to quickly aligned the coordinate by view, object, or picking 3 points.</p>
<p>Try to see AutoCAD extended tool tip to see more explanation.</p>
<h2>Examples</h2>
<h3>Aligned Objects</h3>
<p>Let us see the building footprint below.</p>
<p><a href="http://cad-notes.com/wp-content/uploads/2010/07/building_foot_print.png"><img style="display: inline; border: 0px;" title="building_foot_print" src="http://cad-notes.com/wp-content/uploads/2010/07/building_foot_print_thumb.png" border="0" alt="building_foot_print" width="240" height="188" /></a></p>
<p>Let’s say we need to draw the interior, parking lot and more objects to complete the AutoCAD drawing. It would be easier to rotate the coordinate system to complete the job. In this example, I use object and pick a line in the drawing.</p>
<p><a href="http://cad-notes.com/wp-content/uploads/2010/07/rotate_by_object.png"><img style="display: inline; border: 0px;" title="rotate_by_object" src="http://cad-notes.com/wp-content/uploads/2010/07/rotate_by_object_thumb.png" border="0" alt="rotate_by_object" width="131" height="39" /></a></p>
<p>As you can see, the UCS icon is now moved and aligned to the top most line (I pick that line).</p>
<p><a href="http://cad-notes.com/wp-content/uploads/2010/07/rotated_UCS.png"><img style="display: inline; border: 0px;" title="rotated_UCS" src="http://cad-notes.com/wp-content/uploads/2010/07/rotated_UCS_thumb.png" border="0" alt="rotated_UCS" width="301" height="222" /></a></p>
<p>Now when we create rectangle, linear dimensions, etc it will be aligned to the current UCS orientation. And don’t forget, ortho mode and polar tracking also using the XY axis! Try to create linear dimension and see how it works.</p>
<h4>Rotating View</h4>
<p>Still find it difficult? Many of us prefer to work with the object aligned to our screen. No problem. After you rotate the UCS, now you can set the <strong>viewpoint preset</strong>. Type VP then [enter], you should see the dialog below. Or using DDVPOINT command also works.</p>
<p>Change the viewing angles option to <strong>relative to UCS</strong>. And change the from X Axis to 0.</p>
<p><a href="http://cad-notes.com/wp-content/uploads/2010/07/viewpoint_preset.png"><img style="display: inline; border: 0px;" title="viewpoint_preset" src="http://cad-notes.com/wp-content/uploads/2010/07/viewpoint_preset_thumb.png" border="0" alt="viewpoint_preset" width="190" height="240" /></a></p>
<p>Click OK. You should see now the view rotated!</p>
<p><a href="http://cad-notes.com/wp-content/uploads/2010/07/rotated_view.png"><img style="display: inline; border: 0px;" title="rotated_view" src="http://cad-notes.com/wp-content/uploads/2010/07/rotated_view_thumb.png" border="0" alt="rotated_view" width="171" height="178" /></a></p>
<p>Don’t you think this is much easier than working on rotated object? When you need to restore the view, open the view point presets dialog again, and choose <strong>absolute to WCS</strong>. Click OK. To restore coordinate system, click world coordinate on ribbon (the one with the earth globe)</p>
<h3>Using Local Coordinates</h3>
<p>Sometimes you need to draw or annotate relative to local coordinate and not to world coordinate. You surveyors should familiar with this. If you are in manufacturing industry, you probably need to annotate part/assembly coordinates, or holes coordinates. In Architecture drawing, you may need to annotate the elevation view.</p>
<p><a href="http://cad-notes.com/wp-content/uploads/2010/07/dimordinate.png"><img style="display: inline; border: 0px;" title="dimordinate" src="http://cad-notes.com/wp-content/uploads/2010/07/dimordinate_thumb.png" border="0" alt="dimordinate" width="417" height="280" /></a></p>
<p>This example, shows a rough elevation view (yes it’s bad and lazy drawing, I know), but the elevation level is not showing correctly. The bottom red line should be at 0,00 elevation. It’s because ordinate dimension use 0,0 as origin. We need to move the origin before create the ordinate dimension.</p>
<p>So after we restore the UCS to World coordinate, the dimension will use the world coordinate value? Nope. See below. The right dimensions was created in word coordinate. The left dimensions on local coordinate. The value never changed even we move the UCS around to new places.</p>
<p><a href="http://cad-notes.com/wp-content/uploads/2010/07/elevation.png"><img style="display: inline; border: 0px;" title="elevation" src="http://cad-notes.com/wp-content/uploads/2010/07/elevation_thumb.png" border="0" alt="elevation" width="240" height="123" /></a></p>
<p>So how do you use UCS to increase drawing productivity? Is there any other tips you want to share with us?</p>
<p><hr />
<a href="http://www.bentley.com/cadnotes">
		<img src="http://cad-notes.com/images/7053_PW-en_HDR_468x60_0511.gif" alt="Are you ProjectWise?" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://cad-notes.com/2010/07/controlling-ucs-for-angled-drawing-and-local-coordinates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Modifying AutoCAD Drawing Objects</title>
		<link>http://cad-notes.com/2010/04/modifying-autocad-drawing-objects/</link>
		<comments>http://cad-notes.com/2010/04/modifying-autocad-drawing-objects/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 09:40:31 +0000</pubDate>
		<dc:creator>Edwin Prakoso</dc:creator>
				<category><![CDATA[AutoCAD Basic Tutorial]]></category>
		<category><![CDATA[AutoCAD modify tool]]></category>
		<category><![CDATA[noun-verb selection]]></category>
		<category><![CDATA[verb-noun selection]]></category>

		<guid isPermaLink="false">http://cad-notes.com/?p=769</guid>
		<description><![CDATA[It’s been a while since I wrote the last AutoCAD tutorial. Let us continue the AutoCAD basic. The last tutorial discuss about how to draw in AutoCAD. Let us refresh our memory how we use the drawing tools. To draw in AutoCAD, we activate the tool, then define the coordinate. You might need to use [...]<p><hr />
<a href="http://www.bentley.com/cadnotes">
		<img src="http://cad-notes.com/images/7053_PW-en_HDR_468x60_0511.gif" alt="Are you ProjectWise?" /></a></p>
]]></description>
			<content:encoded><![CDATA[<p>It’s been a while since I wrote the last AutoCAD tutorial. Let us continue the AutoCAD basic. The last tutorial discuss about how to draw in AutoCAD. Let us refresh our memory how we use the drawing tools. To draw in AutoCAD, we activate the tool, then <a href="http://cad-notes.com/2010/02/autocad-precise-input-specifying-point-coordinate/">define the coordinate</a>. You might need to <a href="http://cad-notes.com/2010/03/exercise-coordinate-input-drafting-tools/">use drafting tools to help you to define the precise position</a>. Modifying object is a bit different. Some tools also require you to input coordinate. But there is one more thing you should learn to modify object: selecting your objects.</p>
<p>There will be time you need to modify your objects. It might because you make a mistake, or because sometimes it’s easier and faster you modify them later. Let us see the tools we can use to modify the objects.</p>
<p><img style="display: inline; border-width: 0px;" title="modify_tools" src="http://cad-notes.com/wp-content/uploads/2010/04/modify_tools.png" border="0" alt="modify_tools" width="153" height="163" /></p>
<p>You can find the tools in <strong>AutoCAD ribbon, home tab&gt;modify panel</strong>. There are many tools you will see here. Most of the tool name are self-explanatory. Like several previous posts, I will not describe each tool. You can always get the tool description by moving your pointer above the tool. Wait a little longer, then you will get more detailed description.</p>
<p><img style="display: inline; border-width: 0px;" title="array_description" src="http://cad-notes.com/wp-content/uploads/2010/04/array_description.png" border="0" alt="array_description" width="462" height="448" /></p>
<p>What I want to emphasize here, is <strong>how we use AutoCAD modify tools</strong>. There are several possibilities of what you will see after activating a modify tool. Most basic modification tools will ask you to select objects to modify. And sometimes the tool will also ask you to define point coordinates. Some other tools will ask you several more options.</p>
<p>Let us try several AutoCAD modify tool.</p>
<h3>Copy/Move</h3>
<p>Try to activate copy or move tool.</p>
<blockquote><p>Command: _copy<br />
<span style="color: #ff0000;"><strong>Select objects: 1 found </strong></span></p>
<p><span style="color: #ff0000;"><strong>Select objects:<br />
</strong></span><span style="color: #008000;">Current settings:  Copy mode = Multiple<br />
</span><span style="color: #0000ff;">Specify base point or [Displacement/mOde] &lt;Displacement&gt;: Specify second point<br />
or &lt;use first point as displacement&gt;: 700</span></p>
<p>Specify second point or [Exit/Undo] &lt;Exit&gt;:</p></blockquote>
<ul>
<li>After you activate the copy tool, AutoCAD will ask you to select objects you want to modify. There are many ways that you can use to <strong><a href="http://cad-notes.com/2009/07/10-ways-to-use-autocad-object-selection/">select objects in AutoCAD drawing</a></strong>. The basic way to do it is by clicking each object you want to modify, or create a rectangular selection.</li>
<li>Next question is the tool option. Of course the option will be different for each tool. Try them or read the documentation for more details.</li>
<li>The last thing you need to do is defining the reference points to place the duplicate object.</li>
</ul>
<p>All three question is the common steps you need to go through when you use modify tools.</p>
<h3>Scale</h3>
<p>Now let us try scale tool.</p>
<blockquote><p>Command: _scale<br />
Select objects: Specify opposite corner: 1 found</p>
<p>Select objects:<br />
Specify base point:<br />
Specify scale factor or [Copy/Reference]: 2</p></blockquote>
<p>Scale tool will ask you to select object, define the base point, then the scale factor. Very similar steps with copy, right?</p>
<h3>Array</h3>
<p>Now array. Array is a little different. Not like most modify tool, it use dialog box.</p>
<p><img style="display: inline; border: 0px;" title="rectangular_array" src="http://cad-notes.com/wp-content/uploads/2010/04/rectangular_array.png" border="0" alt="rectangular_array" width="492" height="369" /></p>
<p>Rectangular array have several options, and select object button. But it doesn’t require you to define a point. However, polar array does need you to define the center point of array.</p>
<h3>Summary</h3>
<p>Basically you need to select objects, change some settings, and define points. Not necessarily all of them, but most of the modify tool do. We will do some exercise later. In the mean time, try the modify tools by yourself to get familiar with them.</p>
<h3>Noun-verb vs Verb-noun selection</h3>
<p>I’m not really sure about this, but I guess the default workflow to modify object in AutoCAD is using verb-noun selection. You activate the tool, then select the objects. However, you can also select your object first, then activate the tool. This is a default workflow in most Windows applications: noun-verb selection.</p>
<p><hr />
<a href="http://www.bentley.com/cadnotes">
		<img src="http://cad-notes.com/images/7053_PW-en_HDR_468x60_0511.gif" alt="Are you ProjectWise?" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://cad-notes.com/2010/04/modifying-autocad-drawing-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

