<?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</title>
	<atom:link href="http://cad-notes.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cad-notes.com</link>
	<description>CAD Tutorials and Best Practices</description>
	<lastBuildDate>Tue, 09 Mar 2010 02:12:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Exercise: Coordinate Input and Drafting Tools</title>
		<link>http://cad-notes.com/2010/03/exercise-coordinate-input-drafting-tools/</link>
		<comments>http://cad-notes.com/2010/03/exercise-coordinate-input-drafting-tools/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 01:58:18 +0000</pubDate>
		<dc:creator>Edwin Prakoso</dc:creator>
				<category><![CDATA[AutoCAD Basic Tutorial]]></category>
		<category><![CDATA[coordinate input]]></category>
		<category><![CDATA[drafting tools]]></category>
		<category><![CDATA[precise input]]></category>

		<guid isPermaLink="false">http://cad-notes.com/?p=544</guid>
		<description><![CDATA[
			
				
			
		
You have learned how to provide coordinate input in AutoCAD, and using AutoCAD drafting tools. Let us do a little exercise before continue to the next topic. We are going to use some AutoCAD drawing tools and drafting tools.
Using the Metric Template
We are using metric template for this AutoCAD tutorial. If you haven’t set the default template to metric, create a new file from AutoCAD menu: new&#62;drawing. Do not click the new file button on quick access toolbar! The button will use the default template and AutoCAD will not ask you which template you want to use. Select acadiso.dwt as template then click open.
Using Drawing Tools
You can access AutoCAD drawing tools on AutoCAD ribbon, home tab, draw panel.

Activate rectangle.
To Input Coordinate
Click anywhere on your screen. The active field should be X field.

Type 50 to define 50 units to the right (the X positive). Press comma. This will lock the X ...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcad-notes.com%2F2010%2F03%2Fexercise-coordinate-input-drafting-tools%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcad-notes.com%2F2010%2F03%2Fexercise-coordinate-input-drafting-tools%2F&amp;source=cad_notes&amp;style=normal" height="61" width="50" title="Exercise: Coordinate Input and Drafting Tools" alt=" Exercise: Coordinate Input and Drafting Tools" /><br />
			</a>
		</div>
<p>You have learned how to <a href="http://cad-notes.com/2010/02/autocad-precise-input-specifying-point-coordinate/">provide coordinate input in AutoCAD</a>, and using <a href="http://cad-notes.com/2010/02/autocad-precise-input-drafting-tools/">AutoCAD drafting tools</a>. Let us do a little exercise before continue to the next topic. We are going to use some AutoCAD drawing tools and drafting tools.</p>
<h3>Using the Metric Template</h3>
<p>We are using metric template for this AutoCAD tutorial. If you haven’t set the default template to metric, create a new file from AutoCAD menu: new&gt;drawing. Do not click the new file button on quick access toolbar! The button will use the default template and AutoCAD will not ask you which template you want to use. Select acadiso.dwt as template then click open.</p>
<h3>Using Drawing Tools</h3>
<p>You can access AutoCAD drawing tools on AutoCAD ribbon, home tab, draw panel.</p>
<p><img style="display: inline; border-width: 0px;" title="AutoCAD_Drawing_Tools" src="http://cad-notes.com/wp-content/uploads/2010/03/AutoCAD_Drawing_Tools.png" border="0" alt="AutoCAD Drawing Tools Exercise: Coordinate Input and Drafting Tools" width="109" height="101" /></p>
<p>Activate rectangle.</p>
<h4>To Input Coordinate</h4>
<p>Click anywhere on your screen. The active field should be X field.</p>
<ul>
<li>Type 50 to define 50 units to the right (the X positive). Press comma. This will lock the X value and move the active field to Y field.</li>
<li>Type 150 then press enter. This will define the second point Y value 150 units up (Y positive).</li>
</ul>
<p><img style="display: inline; border-width: 0px;" title="AutoCAD_dynamic_input" src="http://cad-notes.com/wp-content/uploads/2010/03/AutoCAD_dynamic_input.png" border="0" alt="AutoCAD dynamic input Exercise: Coordinate Input and Drafting Tools" width="338" height="83" /></p>
<p>You just define a rectangle by defining X and Y value.</p>
<h4>Using Object Snap Tracking</h4>
<p>Activate rectangle again</p>
<blockquote><p>Hint: You can press [enter] to reactivate last tool</p></blockquote>
<p>Move your pointer above the right-bottom corner of the previous rectangle. Wait for a moment and move your pointer to the right. You will see dashed line and the dynamic input mentioning ‘extension: DISTANCE&lt;ANGLE’. Move your pointer horizontally, sticky to the X axis. Type 700 then press [enter].</p>
<p><img style="display: inline; border-width: 0px;" title="AutoCAD_Object_Snap_Tracking" src="http://cad-notes.com/wp-content/uploads/2010/03/AutoCAD_Object_Snap_Tracking.png" border="0" alt="AutoCAD Object Snap Tracking Exercise: Coordinate Input and Drafting Tools" width="325" height="88" /></p>
<p>Type 50,150 [enter] to define the next point.</p>
<p>You’ve just created another rectangle by defining the distance from another object.</p>
<h4>Using Object Snap</h4>
<p>Activate rectangle again. This time snap the first point to the top right corner. Click to define the first point.</p>
<p><img style="display: inline; border-width: 0px;" title="AutoCAD_object_snap" src="http://cad-notes.com/wp-content/uploads/2010/03/AutoCAD_object_snap.png" border="0" alt="AutoCAD object snap Exercise: Coordinate Input and Drafting Tools" width="127" height="81" /></p>
<p>Type 30,700 [enter] to define your rectangle.</p>
<h4>Creating Arc</h4>
<p>AutoCAD has many method to draw an arc, depends on what points do you have as references.</p>
<p><img style="display: inline; border-width: 0px;" title="AutoCAD_arc_tools" src="http://cad-notes.com/wp-content/uploads/2010/03/AutoCAD_arc_tools.png" border="0" alt="AutoCAD arc tools Exercise: Coordinate Input and Drafting Tools" width="100" height="293" /></p>
<p>This time click the 3-point method. Pay attention to what AutoCAD is asking you. Specify start point of arc or ↓</p>
<p><img style="display: inline; border-width: 0px;" title="AutoCAD_tool_option" src="http://cad-notes.com/wp-content/uploads/2010/03/AutoCAD_tool_option.png" border="0" alt="AutoCAD tool option Exercise: Coordinate Input and Drafting Tools" width="363" height="79" /></p>
<p>The down arrow is showing that there are options related to this tool. Press down arrow. There is one option for this tool: Center. Select it.</p>
<p><img style="display: inline; border-width: 0px;" title="Available_AutoCAD_tool_option" src="http://cad-notes.com/wp-content/uploads/2010/03/Available_AutoCAD_tool_option.png" border="0" alt="Available AutoCAD tool option Exercise: Coordinate Input and Drafting Tools" width="368" height="126" /></p>
<p>Now AutoCAD is asking for center point. Click point 1 as the center point. Point 2 as start point, and point 3 as the end point. If you draw arc using start-end point, then AutoCAD will draw it counter-clock wise.</p>
<p><img style="display: inline; border-width: 0px;" title="Arc_center-start-end_method" src="http://cad-notes.com/wp-content/uploads/2010/03/Arc_centerstartend_method.png" border="0" alt="Arc_center-start-end_method" width="200" height="212" /></p>
<blockquote><p>Hint: You can use command line to change option. Type the capital letter to choose available option then [enter]. If there are more than 1 character in capital letter, type all of the capital letters.</p>
<p><strong>Specify next point or [<span style="color: #ff0000;">A</span>rc/<span style="color: #ff0000;">H</span>alfwidth/<span style="color: #ff0000;">L</span>ength/<span style="color: #ff0000;">U</span>ndo/<span style="color: #ff0000;">W</span>idth]:</strong></p></blockquote>
<p>Nothing hard right? :) When you draw with AutoCAD drawing tools, you will only need to change options if necessary, then define the points. Look for some drawing samples and try to draw it. You may submit your inquiry here, probably I can help.</p>
<p>Next, we will learn to use modify tools.</p>
<img src="http://cad-notes.com/?ak_action=api_record_view&id=544&type=feed" alt=" Exercise: Coordinate Input and Drafting Tools"  title="Exercise: Coordinate Input and Drafting Tools" />]]></content:encoded>
			<wfw:commentRss>http://cad-notes.com/2010/03/exercise-coordinate-input-drafting-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Line Based Cabinet</title>
		<link>http://cad-notes.com/2010/03/creating-line-based-cabinet/</link>
		<comments>http://cad-notes.com/2010/03/creating-line-based-cabinet/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 00:54:07 +0000</pubDate>
		<dc:creator>Edwin Prakoso</dc:creator>
				<category><![CDATA[Revit Family]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[line based]]></category>
		<category><![CDATA[nested family]]></category>

		<guid isPermaLink="false">http://cad-notes.com/2010/03/creating-line-based-cabinet/</guid>
		<description><![CDATA[
			
				
			
		
I had a very interesting Revit family sample last week. It is a furniture family, but we can place it just like placing walls: we define first and last point, not by the furniture location. It is not possible to create such a family type using the furniture template. We need to create it using Metric Generic Model line based.rft.
Let us create a new Revit family using that template.
Creating Line Based Family
 
This family has a predefined parameter: Length. It also has two vertical work plane: Left and Right. The work planes intersection points with the center (front/back) work plane are the points you need to define when placing it within a project.
Let us try it. Open right elevation view. Create a profile like below. You don’t need to create the exactly the same profile. Just make it 500mm wide, and create 2nd profile 760mm above the level plane. 
&#160; ...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcad-notes.com%2F2010%2F03%2Fcreating-line-based-cabinet%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcad-notes.com%2F2010%2F03%2Fcreating-line-based-cabinet%2F&amp;source=cad_notes&amp;style=normal" height="61" width="50" title="Creating Line Based Cabinet" alt=" Creating Line Based Cabinet" /><br />
			</a>
		</div>
<p>I had a very interesting Revit family sample last week. It is a furniture family, but we can place it just like placing walls: we define first and last point, not by the furniture location. It is not possible to create such a family type using the furniture template. We need to create it using <strong>Metric Generic Model line based.rft</strong>.</p>
<p>Let us create a new Revit family using that template.</p>
<h3>Creating Line Based Family</h3>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Revit_Line_Based_Family" border="0" alt="Revit Line Based Family Creating Line Based Cabinet" src="http://cad-notes.com/wp-content/uploads/2010/03/Revit_Line_Based_Family.png" width="318" height="207" /> </p>
<p>This family has a predefined parameter: <strong>Length</strong>. It also has two vertical work plane: Left and Right. The work planes intersection points with the center (front/back) work plane are the points you need to define when placing it within a project.</p>
<p>Let us try it. Open right elevation view. Create a profile like below. You don’t need to create the exactly the same profile. Just make it 500mm wide, and create 2nd profile 760mm above the level plane. </p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Extrusion_Profile" border="0" alt="Extrusion Profile Creating Line Based Cabinet" src="http://cad-notes.com/wp-content/uploads/2010/03/Extrusion_Profile.png" width="266" height="270" />&#160; </p>
<p>Click extrusion properties on your Revit ribbon, contextual tab. Find extrusion end parameter, and click the small button next to the value.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Extrusion_Properties" border="0" alt="Extrusion Properties Creating Line Based Cabinet" src="http://cad-notes.com/wp-content/uploads/2010/03/Extrusion_Properties.png" width="430" height="126" /> </p>
<p>Find Length parameter, select it and click OK. Click finish extrusion.</p>
<p>We have done! Save this Revit family as ‘base cabinet’. Load it to a project and try to place it. </p>
<blockquote><p>Hint: If you don’t have floor (or other faces) then you need to change the placement reference to ‘Place on Work Plane’.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Revit_Component_Placement_Reference" border="0" alt="Revit Component Placement Reference Creating Line Based Cabinet" src="http://cad-notes.com/wp-content/uploads/2010/03/Revit_Component_Placement_Reference.png" width="140" height="95" /> </p>
</blockquote>
<p>Just like placing walls isn’t it?</p>
<h3>Using Nested Family</h3>
<p>That was fun, but we can do more. We want to fill the gap between base and top panel with typical cabinet units. </p>
<p><a href="http://www.4shared.com/file/236460070/4cdc9b3e/Typical_Unit.html">Download this file</a>, load this typical unit to base cabinet family. </p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Typical_Unit_Placement" border="0" alt="Typical Unit Placement Creating Line Based Cabinet" src="http://cad-notes.com/wp-content/uploads/2010/03/Typical_Unit_Placement.png" width="151" height="137" /> </p>
<p>You should see it in 3D like this.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Typical_unit_in_base_cabinet" border="0" alt="Typical unit in base cabinet Creating Line Based Cabinet" src="http://cad-notes.com/wp-content/uploads/2010/03/Typical_unit_in_base_cabinet.png" width="248" height="254" />&#160;</p>
<p>This is a Revit family inside a Revit family definition… or nested family.</p>
<h3>Using Array and Formula in Parameters</h3>
<h4>Creating Array</h4>
<p>The next thing we need to do is to multiply the typical unit to match the cabinet length. Open the floor plan view.</p>
<p>Select the typical unit family, and click array on your Revit ribbon.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Revit_Array_Tool" border="0" alt="Revit Array Tool Creating Line Based Cabinet" src="http://cad-notes.com/wp-content/uploads/2010/03/Revit_Array_Tool.png" width="230" height="97" /></p>
<p>Place the array like below. After you place it, select the array number.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Typical_unit_array" border="0" alt="Typical unit array Creating Line Based Cabinet" src="http://cad-notes.com/wp-content/uploads/2010/03/Typical_unit_array.png" width="243" height="192" />&#160; </p>
<h4>Creating Number of Array Parameter</h4>
<p>In option bar, click the drop down label selection.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Revit_Parameter_Labels" border="0" alt="Revit Parameter Labels Creating Line Based Cabinet" src="http://cad-notes.com/wp-content/uploads/2010/03/Revit_Parameter_Labels.png" width="491" height="29" /> </p>
<p>Select &lt;Add Parameter…&gt;.</p>
<p>In opened dialog box, type the parameter name, and change the parameter type to instance.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Array_Number_parameter" border="0" alt="Array Number parameter Creating Line Based Cabinet" src="http://cad-notes.com/wp-content/uploads/2010/03/Array_Number_parameter.png" width="411" height="161" /> </p>
<p>Click OK.</p>
<h4>Creating Formula for Array Parameter</h4>
<p>Now we need to create a formula, so the number of array will adjust to the cabinet length. Click types from Revit Ribbon.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Revit_family_types" border="0" alt="Revit family types Creating Line Based Cabinet" src="http://cad-notes.com/wp-content/uploads/2010/03/Revit_family_types.png" width="138" height="100" /> </p>
<p>In the family types dialog, find the parameter we created before. In formula field, type <strong>Length/600</strong>. Remember, formula in Revit is case sensitive! </p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Revit_Array_Formula" border="0" alt="Revit Array Formula Creating Line Based Cabinet" src="http://cad-notes.com/wp-content/uploads/2010/03/Revit_Array_Formula.png" width="291" height="46" /> </p>
<p>Click OK. Try to reload this family to your project. And try to place it again. Now the number of typical unit will adjust to the cabinet length.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Base_Cabinet_with_typical_unit" border="0" alt="Base Cabinet with typical unit Creating Line Based Cabinet" src="http://cad-notes.com/wp-content/uploads/2010/03/Base_Cabinet_with_typical_unit.png" width="471" height="241" /> </p>
<h3>Limitation</h3>
<p>This may looks fun and very easy to use. However, there are some limitation to consider:</p>
<ol>
<li>I would not recommend you to use this trick if you need to report the family in your schedule. Revit will only recognize the furniture family and types, but it will not report the length or number of typical units in your cabinet. So if you want to report the family in a schedule, use furniture template and define the family types. Use this trick if the family is only for visualization purpose! </li>
<li>You need to know the typical unit size so you can precisely define the cabinet length. It will not cause error in Revit, but you will see the base and top panel too long or too short if you don’t define its length correctly. Use incremental value 600 for this sample. </li>
</ol>
<img src="http://cad-notes.com/?ak_action=api_record_view&id=535&type=feed" alt=" Creating Line Based Cabinet"  title="Creating Line Based Cabinet" />]]></content:encoded>
			<wfw:commentRss>http://cad-notes.com/2010/03/creating-line-based-cabinet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introduction to CAD Notes</title>
		<link>http://cad-notes.com/2010/03/introduction-to-cad-notes/</link>
		<comments>http://cad-notes.com/2010/03/introduction-to-cad-notes/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 03:42:19 +0000</pubDate>
		<dc:creator>Edwin Prakoso</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://cad-notes.com/2010/03/introduction-to-cad-notes/</guid>
		<description><![CDATA[
			
				
			
		

CAD Notes have been running since June 2009. I know it’s relatively new. There are some major changes to our system has been made. So I would like to take this opportunity to introduce what you can get in this site. Probably new visitors will like to know too.
Applications Covered
Currently CAD Notes covers AutoCAD, MicroStation, and Revit Architecture. I will probably add more applications, but obviously not soon. I can use Inventor quite well, but since I don’t have manufacturing background, I’m not confident to cover that area. Not yet.
I’m trying to have an editorial schedule for each, but it looks I’m not too successful with it. I’m trying to update at least 3 posts a week, each post for each application. However, if I have many inquiries (and free time) I will try to post more.
Feed/Newsletter Service

If you are interested to follow our updates, you can subscribe to our ...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcad-notes.com%2F2010%2F03%2Fintroduction-to-cad-notes%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcad-notes.com%2F2010%2F03%2Fintroduction-to-cad-notes%2F&amp;source=cad_notes&amp;style=normal" height="61" width="50" title="Introduction to CAD Notes" alt=" Introduction to CAD Notes" /><br />
			</a>
		</div>
<p><img style="display: inline; border: 0px;" title="CN_Logo" src="http://cad-notes.com/wp-content/uploads/2010/03/CN_Logo.png" border="0" alt="CN Logo Introduction to CAD Notes" width="200" height="200" /></p>
<p>CAD Notes have been running since June 2009. I know it’s relatively new. There are some major changes to our system has been made. So I would like to take this opportunity to introduce what you can get in this site. Probably new visitors will like to know too.</p>
<h3>Applications Covered</h3>
<p>Currently CAD Notes covers AutoCAD, MicroStation, and Revit Architecture. I will probably add more applications, but obviously not soon. I can use Inventor quite well, but since I don’t have manufacturing background, I’m not confident to cover that area. Not yet.</p>
<p>I’m trying to have an editorial schedule for each, but it looks I’m not too successful with it. I’m trying to update at least 3 posts a week, each post for each application. However, if I have many inquiries (and free time) I will try to post more.</p>
<h3>Feed/Newsletter Service</h3>
<p><img style="display: inline; margin-left: 0px; margin-right: 0px;" src="http://i833.photobucket.com/albums/zz260/edwinprakoso/cadnotes/rss-1.png" alt="rss 1 Introduction to CAD Notes"  title="Introduction to CAD Notes" /></p>
<p>If you are interested to follow our updates, you can subscribe to our RSS feeds. You can use RSS readers <a href="http://feeds.feedblitz.com/CADNotes">for this link</a> or subscribe using <a href="http://www.feedblitz.com/f/f.fbz?Sub=650241">your email address here</a> for all of our updates.</p>
<p>If you only interested to follow certain application, then you need to select the application you want to follow.</p>
<p>Or you can select it here:</p>
<ol>
<li><a href="http://www.feedblitz.com/f/?Sub=650582">AutoCAD feeds</a></li>
<li><a href="http://www.feedblitz.com/f/?Sub=650586">MicroStation feeds</a></li>
<li><a href="http://www.feedblitz.com/f/?Sub=650588">Revit feeds</a></li>
</ol>
<p>You will only receive updates for that applications and updates on news category.</p>
<h3>Archive Pages</h3>
<p><img style="display: inline; border: 0px;" title="waste-paper" src="http://cad-notes.com/wp-content/uploads/2010/03/wastepaper.jpg" border="0" alt="waste-paper" width="200" height="178" /></p>
<p>I think many of CAD Notes articles are ‘evergreen materials’. So you probably want to see what we have in our archive. You can access archive page from the navigation header or using this link.</p>
<ol>
<li><a href="http://cad-notes.com/contents/autocad-articles/">AutoCAD Archive</a></li>
<li><a href="http://cad-notes.com/contents/microstation-articles/">MicroStation Archive</a></li>
<li><a href="http://cad-notes.com/contents/revit-articles/">Revit Archive</a></li>
</ol>
<p>I hope you enjoy your visit and comeback for more :)</p>
<img src="http://cad-notes.com/?ak_action=api_record_view&id=520&type=feed" alt=" Introduction to CAD Notes"  title="Introduction to CAD Notes" />]]></content:encoded>
			<wfw:commentRss>http://cad-notes.com/2010/03/introduction-to-cad-notes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AutoCAD Tips Contest is Extended</title>
		<link>http://cad-notes.com/2010/03/autocad-tips-contest-is-extended/</link>
		<comments>http://cad-notes.com/2010/03/autocad-tips-contest-is-extended/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 02:26:48 +0000</pubDate>
		<dc:creator>Edwin Prakoso</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Batik Contest]]></category>

		<guid isPermaLink="false">http://cad-notes.com/2010/03/autocad-tips-contest-is-extended/</guid>
		<description><![CDATA[
			
				
			
		
Last Monday, CAD Notes has launched a competition. We asked you to submit your AutoCAD tips, and you will have a chance to win Batik paintings and shirts. Not many people has submitted their tips. Probably Batik is not interesting for CAD geeks :)
Additional Prizes
So I decided to change the prizes, and add our own product: CAD Notes e-book.
 
So the 5 winners will get:

3 winners will get Batik paintings + shirt + Revit Architecture 2010 e-book + AutoCAD Block Best Practices e-book.
2 Winners will get Revit Architecture 2010 e-book OR AutoCAD Block Best Practices e-book (You may choose one of them).

Extended Submission Period
By adding the prizes, we also give extra time for the contestant to submit their tips by 7 days. The contest will be closed on Monday March 15th, 2010. Like the earlier announcement, it will be closed at 12 PM Jakarta time.
Submission Language
I get some input from ...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcad-notes.com%2F2010%2F03%2Fautocad-tips-contest-is-extended%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcad-notes.com%2F2010%2F03%2Fautocad-tips-contest-is-extended%2F&amp;source=cad_notes&amp;style=normal" height="61" width="50" title="AutoCAD Tips Contest is Extended" alt=" AutoCAD Tips Contest is Extended" /><br />
			</a>
		</div>
<p>Last Monday, CAD Notes has launched a competition. We asked you to submit your AutoCAD tips, and you will have a chance to win Batik paintings and shirts. Not many people has submitted their tips. Probably Batik is not interesting for CAD geeks :)</p>
<h3>Additional Prizes</h3>
<p>So I decided to change the prizes, and add our own product: <a href="http://cad-notes.com/e-store/">CAD Notes e-book</a>.</p>
<p><img src="http://lh3.ggpht.com/_Uq907Hmj7AE/SxW_ymJr4_I/AAAAAAAABUw/BSUEmzS05Cc/revit10tutorial_thumb[3].png?imgmax=800" alt=" AutoCAD Tips Contest is Extended" width="160" height="240" title="AutoCAD Tips Contest is Extended" /> <img src="http://cad-notes.com/wp-content/uploads/2010/01/acadblockbook.png" alt="acadblockbook AutoCAD Tips Contest is Extended" width="151" height="240" title="AutoCAD Tips Contest is Extended" /></p>
<p>So the 5 winners will get:</p>
<ol>
<li>3 winners will get Batik paintings + shirt + <a href="http://cad-notes.com/2009/12/e-book-revit-architecture-2010-your-first-residential-design/">Revit Architecture 2010 e-book</a> + <a href="http://cad-notes.com/2010/01/autocad-block-best-practices/">AutoCAD Block Best Practices e-book</a>.</li>
<li>2 Winners will get <a rel="nofollow" href="http://cad-notes.com/2009/12/e-book-revit-architecture-2010-your-first-residential-design/">Revit Architecture 2010 e-book</a> OR <a rel="nofollow" href="http://cad-notes.com/2010/01/autocad-block-best-practices/">AutoCAD Block Best Practices e-book</a> (You may choose one of them).</li>
</ol>
<h3>Extended Submission Period</h3>
<p>By adding the prizes, we also give extra time for the contestant to submit their tips by 7 days. The contest will be closed on Monday March 15th, 2010. Like the earlier announcement, it will be closed at 12 PM <a href="http://www.timeanddate.com/worldclock/city.html?n=108">Jakarta time</a>.</p>
<h3>Submission Language</h3>
<p>I get some input from some friends that the language might be also make people reluctant to join the contest. Reading content in English is one thing, but writing in English is totally different thing. Honestly my grammar is not that good, you may find many mistakes in this site :D So I understand this can be a problem.</p>
<p>So you can submit your tips in language you are comfortable with. But you MUST to mention what language you are using. We can translate your tips using Google language, but we need to know your language.</p>
<p>I hope this will interest you more to join the contest. The tips submission page is still <a href="http://cad-notes.com/2010/03/cad-notes-batik-giveaway-contest-2/">on the original page</a>. Don&#8217;t submit your tips here.</p>
<img src="http://cad-notes.com/?ak_action=api_record_view&id=514&type=feed" alt=" AutoCAD Tips Contest is Extended"  title="AutoCAD Tips Contest is Extended" />]]></content:encoded>
			<wfw:commentRss>http://cad-notes.com/2010/03/autocad-tips-contest-is-extended/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
