<?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 Tutorials &#187; Structural Design</title>
	<atom:link href="http://www.superdraftsman.com/category/structural-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.superdraftsman.com</link>
	<description>Autocad Tutorials, Autocad Plugins, Autocad Addons  Autocad Custom Commands</description>
	<lastBuildDate>Thu, 25 Feb 2010 05:19:45 +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>Developing a Structural Autocad Plugin</title>
		<link>http://www.superdraftsman.com/2009/08/08/developing-a-structural-autocad-plugin/</link>
		<comments>http://www.superdraftsman.com/2009/08/08/developing-a-structural-autocad-plugin/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 10:45:58 +0000</pubDate>
		<dc:creator>Superdraftsman</dc:creator>
				<category><![CDATA[Autocad Custom Commands and Autocad Plugins]]></category>
		<category><![CDATA[Structural Design]]></category>

		<guid isPermaLink="false">http://www.superdraftsman.com/?p=167</guid>
		<description><![CDATA[Developing autocad plugins is not only limited architectural or drafting applications, structural autocad plugins can also be developed for the use of structural engineers or architects who want to check their drawings for structural integrity. As you might already observed in the superdraftsman autocad plugin (see my previous posts to know more about this plugin [...]]]></description>
			<content:encoded><![CDATA[<p>Developing <a href="http://www.superdraftsman.com/2009/08/02/what-is-an-autocad-plugin/">autocad plugins</a> is not only limited architectural or drafting applications, <b>structural autocad plugins</b> can also be developed for the use of structural engineers or architects who want to check their drawings for structural integrity. As you might already observed in the <i>superdraftsman autocad plugin</i> (see my previous posts to know more about this plugin ) that I have developed, most of the custom commands added on it are intended to automate drawing tasks such as pipe, grids/cells, windows, sections etc. These custom commands simply draw objects on your autocad program fast but they don&#8217;t help you determine if these objects, which represent real structural  sections or members, can withstand a specified load.
</p>
<p>
 In order to take the development of autocad plugins to the next level, I am planning to add structural custom commands to the <i>superdraftsman</i> making it an official <b>structural autocad plugin</b>. The following are the structural custom commands I plan to include:
</p>
<p>
1. <i><b>comstren</b></i> . One of the structural custom commands will let you calculate the strength of given section or structural member. After a  section is drawn using the previously developed custom commands of the said plugin, a new structural custom command &#8220;comstren&#8221;, short for compressive strength, will be entered into the autocad command line. The program will then ask for the kind of material to be used: steel, concrete or aluminum. Since this command calculates the axial compressive strength of a structural member, it asks for the unbraced member length. After this dimension is provided by the user, the autocad plugin calculates the axial compressive strength using the appropriate design codes (see below).
</p>
<p>
<br/><br />
<font size="4" color="blue" ><b>Tools, Programs To Develop  <br/> Structural Plugin in Autocad:</b> </font><br />
<myad/><br />
<br/><br />
2.<i><b>tenstren</b></i>. This is short for tensile strength. This structural autocad custom command will calculate the tensile stength of a section drawn using the <i>superdraftsman</i> autocad plugin. When a section is already created, you will simply type the command &#8220;tenstren&#8221; , you will be prompted to pick the section and enter the type of material. Then, the plugin will calculate the tensile strength of the section. Note that this time, the plugin will not ask for the length of the member since tensile strength is independent of this parameter.</p>
<p>
3.<i><b>benstren</b></i>. This is short for bending strength. This autocad custom command will calculate the bending strength of a structural member using a given section. Assuming that the section is already drawn on the autocad window, you type the command &#8220;benstren&#8221;, enter the laterally unbraced length, enter the uniform load throughout the member length and select the section to be used. Then, the plugin will calculate the bending strength using the applicable design code below.
</p>
<p><br/><br />
<font size="4" color="blue" ><b>Tools, Programs To Develop  <br/> Structural Plugin in Autocad:</b> </font><br />
<myad/><br />
<br/></p>
<p>
 AISC(American Institute for Steel Construction) 2005 for Steel<br />
 ADM(Aluminum Design Manual) for aluminum<br />
 ACI (American Concrete Institute)
</p>
<p>
That&#8217;s all for now. But I am planning more structural custom autocad commands to be added in the plugin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.superdraftsman.com/2009/08/08/developing-a-structural-autocad-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
