<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>AUGI Forums</title>
		<link>http://forums.augi.com</link>
		<description>Autodesk User Group International (AUGI) discussion forums.</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 16:32:08 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.augi.com/images/misc/rss.jpg</url>
			<title>AUGI Forums</title>
			<link>http://forums.augi.com</link>
		</image>
		<item>
			<title><![CDATA[AutoCAD Arch Desktop v2006 & Windows 7]]></title>
			<link>http://forums.augi.com/showthread.php?t=110897&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 16:25:36 GMT</pubDate>
			<description><![CDATA[Hi, welcome to AUGI.
A2008 is the earliest version that will run reliably on Windows_7.
A2007 (vanilla) will "run" despite a "known compatibility problems" message but may not be reliable. A2006 will probably fall into the same category.
Safe answer - NO.]]></description>
			<content:encoded><![CDATA[<div>Hi, welcome to AUGI.<br />
A2008 is the earliest version that will run reliably on Windows_7.<br />
A2007 (vanilla) will &quot;run&quot; despite a &quot;known compatibility problems&quot; message but may not be reliable. A2006 will probably fall into the same category.<br />
Safe answer - NO.</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=120">AutoCAD General</category>
			<dc:creator>jaberwok</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110897</guid>
		</item>
		<item>
			<title>Import from Inventor into Revit, then export to IFC</title>
			<link>http://forums.augi.com/showthread.php?t=109826&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 16:12:12 GMT</pubDate>
			<description><![CDATA[Scott,

I finally have the .adsk files in hand, but there's not a "File>Open>Building Component" command in Revit.  I'm still in 2009 version.

Thanks.

Larry C.]]></description>
			<content:encoded><![CDATA[<div>Scott,<br />
<br />
I finally have the .adsk files in hand, but there's not a &quot;File&gt;Open&gt;Building Component&quot; command in Revit.  I'm still in 2009 version.<br />
<br />
Thanks.<br />
<br />
Larry C.</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=6">Revit Architecture - General</category>
			<dc:creator>ldcampbell</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=109826</guid>
		</item>
		<item>
			<title>New array elements afected by voids</title>
			<link>http://forums.augi.com/showthread.php?t=110824&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 15:22:20 GMT</pubDate>
			<description>Thanks for your reply cory

The problem that i had is the void is not always the same, vary through the array.</description>
			<content:encoded><![CDATA[<div>Thanks for your reply cory<br />
<br />
The problem that i had is the void is not always the same, vary through the array.</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=9">Revit Architecture - Families</category>
			<dc:creator>cesarr</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110824</guid>
		</item>
		<item>
			<title>Using vlisp to access scales list</title>
			<link>http://forums.augi.com/showthread.php?t=107333&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 14:45:07 GMT</pubDate>
			<description><![CDATA[To figure out how the entity is linked to the scale you could use the VLIDE's inspection tool. E.g. in Visual LISP for AutoCAD go to View --> Browse Drawing Database --> Browse Selection ... then pick the entity(ies) you want to investigate. Usually double clicking drills into entity data values,...]]></description>
			<content:encoded><![CDATA[<div>To figure out how the entity is linked to the scale you could use the VLIDE's inspection tool. E.g. in Visual LISP for AutoCAD go to View --&gt; Browse Drawing Database --&gt; Browse Selection ... then pick the entity(ies) you want to investigate. Usually double clicking drills into entity data values, sometimes you're asked what to do - usually just select Inspect raw data.<br />
<br />
I don't like the working of this though, it doesn't make it easy to understand how you'd do it programmatically - since it doesn't always indicate from here the DXF code is (especially when working with dictionaries).<br />
<br />
For that reason I've added a RawDisplay command which uses a portion of my DictEdit code (as linked to by my previous post).</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=91">AutoLISP</category>
			<dc:creator>irneb</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=107333</guid>
		</item>
		<item>
			<title>Polyline dim to excel</title>
			<link>http://forums.augi.com/showthread.php?t=110896&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 13:49:51 GMT</pubDate>
			<description>---Quote (Originally by dcabilin2009)---
Guys, is it possible to modify this lisp routine that I have found to extract the aligned dimension in excel with respect to their sequence. I think it would be very useful for me.
 
I attached the lisp and photo of the routine.
Thanks
---End Quote---
I...</description>
			<content:encoded><![CDATA[<div><div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				<div>
					Originally Posted by <strong>dcabilin2009</strong>
					(Post 1027443)
				</div>
				<div style="font-style:italic">Guys, is it possible to modify this lisp routine that I have found to extract the aligned dimension in excel with respect to their sequence. I think it would be very useful for me.<br />
 <br />
I attached the lisp and photo of the routine.<br />
Thanks</div>
			
			<hr />
		</td>
	</tr>
	</table>
</div>I added a few lines into this code<br />
The Excel file will be created in the same folder<br />
with the same name as per as your drawing name<br />
Give that a try<br />
 <br />
~'J'~</div>


	<br />
	<div style="padding:6px">
	
	

	
	
	
	
	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://forums.augi.com/images/attach/lsp.gif" alt="File Type: lsp" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://forums.augi.com/attachment.php?attachmentid=69645&amp;d=1258811325">PdimX.LSP</a> (7.4 KB)</td>
</tr>
			</table>
		</fieldset>
	
	
	</div>
]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=91">AutoLISP</category>
			<dc:creator>fixo</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110896</guid>
		</item>
		<item>
			<title><![CDATA[comment créer un profil de meneau d'angle ?]]></title>
			<link>http://forums.augi.com/showthread.php?t=110782&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 13:17:13 GMT</pubDate>
			<description><![CDATA[Le principe est de dire qu'il y a un meneau d'angle et pas forcément de le reprèsenter comme la réalité. Et dans ce cas il faut utiliser les vues de détail...(repère) pour en expliquer son fonctionnement... et là tu seras BIM ;)]]></description>
			<content:encoded><![CDATA[<div>Le principe est de dire qu'il y a un meneau d'angle et pas forcément de le reprèsenter comme la réalité. Et dans ce cas il faut utiliser les vues de détail...(repère) pour en expliquer son fonctionnement... et là tu seras BIM ;)</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=743">Revit Architecture - Familles</category>
			<dc:creator>FB_ReviTmAN</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110782</guid>
		</item>
		<item>
			<title>Re charger des familles purgées?</title>
			<link>http://forums.augi.com/showthread.php?t=110611&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 12:44:40 GMT</pubDate>
			<description><![CDATA[Attention cette solution ne fonctionne pas pour les meneaux d'angle.
 voir ce post (http://revitmastering.blogspot.com/2009/11/purger-transfert-des-normes-gabarit.html) !]]></description>
			<content:encoded><![CDATA[<div>Attention cette solution ne fonctionne pas pour les meneaux d'angle.<br />
 voir ce <a href="http://revitmastering.blogspot.com/2009/11/purger-transfert-des-normes-gabarit.html" target="_blank" class="augilink">post</a> !</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=457">Revit Architecture - Général</category>
			<dc:creator>FB_ReviTmAN</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110611</guid>
		</item>
		<item>
			<title>Revit 2010: Концептуальное моделирование</title>
			<link>http://forums.augi.com/showthread.php?t=106215&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 11:57:59 GMT</pubDate>
			<description>Большое спасибо Алексей за исчерпывающий ответ. Вся суть вопроса уложилась в несколько строк. Как говориться, слона то я и не заметил. 
   Да, хотелось бы  иметь возможность наносить на поверхность рисунок с управляемыми рамерами ячейки. Но видимо эта задача очень сложная.</description>
			<content:encoded><![CDATA[<div>Большое спасибо Алексей за исчерпывающий ответ. Вся суть вопроса уложилась в несколько строк. Как говориться, слона то я и не заметил. <br />
   Да, хотелось бы  иметь возможность наносить на поверхность рисунок с управляемыми рамерами ячейки. Но видимо эта задача очень сложная.</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=912">Русский - Revit</category>
			<dc:creator>elena-marhi</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=106215</guid>
		</item>
		<item>
			<title>Rampe courbe</title>
			<link>http://forums.augi.com/showthread.php?t=110566&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 11:53:11 GMT</pubDate>
			<description><![CDATA[Bonjour,

tant que l'on peut faire à Revit, on le fait... nullement besoin de sat ou autre.
Je vous conseille vivement de vous documenter sur les fonctions de base (voir prendre une formation) - commencer par l'aide de revit... c'est un début.]]></description>
			<content:encoded><![CDATA[<div>Bonjour,<br />
<br />
tant que l'on peut faire à Revit, on le fait... nullement besoin de sat ou autre.<br />
Je vous conseille vivement de vous documenter sur les fonctions de base (voir prendre une formation) - commencer par l'aide de revit... c'est un début.</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=457">Revit Architecture - Général</category>
			<dc:creator>FB_ReviTmAN</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110566</guid>
		</item>
		<item>
			<title>How to project alignment vertex to a profile easily</title>
			<link>http://forums.augi.com/showthread.php?t=110713&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 11:09:47 GMT</pubDate>
			<description>---Quote (Originally by dcabilin2009)---
I tried to load the lisp routine and returned to me with this error. 
 
Command: lps
Select objects:
Automation Error. Key not found.
---End Quote---
 
That means that some layer, textstyle etc. does not exist</description>
			<content:encoded><![CDATA[<div><div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				<div>
					Originally Posted by <strong>dcabilin2009</strong>
					(Post 1027441)
				</div>
				<div style="font-style:italic">I tried to load the lisp routine and returned to me with this error. <br />
 <br />
Command: lps<br />
Select objects:<br />
<font color="red">Automation Error. Key not found</font>.</div>
			
			<hr />
		</td>
	</tr>
	</table>
</div>That means that some layer, textstyle etc. does not exist<br />
Did you tryed it on your attached sample drawing?<br />
 <br />
~'J'~</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=91">AutoLISP</category>
			<dc:creator>fixo</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110713</guid>
		</item>
		<item>
			<title>Accuracy of shadows - daylight saving</title>
			<link>http://forums.augi.com/showthread.php?t=110823&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 10:24:26 GMT</pubDate>
			<description><![CDATA[Thanks Ian,
I learn a new thing every day.
I'll mention it in my next class to my students.

peter]]></description>
			<content:encoded><![CDATA[<div>Thanks Ian,<br />
I learn a new thing every day.<br />
I'll mention it in my next class to my students.<br />
<br />
peter</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=7"><![CDATA[Revit Architecture - Tips & Tricks]]></category>
			<dc:creator>aussiebiff</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110823</guid>
		</item>
		<item>
			<title>Hello à tous</title>
			<link>http://forums.augi.com/showthread.php?t=110877&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 10:23:30 GMT</pubDate>
			<description>Bonjour t bienvenue sur le forum.</description>
			<content:encoded><![CDATA[<div>Bonjour t bienvenue sur le forum.</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=1103"><![CDATA[Français - Les p'tits nouveaux]]></category>
			<dc:creator>gravelin</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110877</guid>
		</item>
		<item>
			<title><![CDATA[Nouvelle utilisatrice d'autocad 2010]]></title>
			<link>http://forums.augi.com/showthread.php?t=109261&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 10:22:32 GMT</pubDate>
			<description>bienvenue sur le forum</description>
			<content:encoded><![CDATA[<div>bienvenue sur le forum</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=1103"><![CDATA[Français - Les p'tits nouveaux]]></category>
			<dc:creator>gravelin</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=109261</guid>
		</item>
		<item>
			<title>Première fois... :)</title>
			<link>http://forums.augi.com/showthread.php?t=110793&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 10:19:31 GMT</pubDate>
			<description>Beau début....
 
Merci de poser les questions techniques dans le forum technique !
 
Dans ce forum, il convient de poster des images et les réactions à ces images.</description>
			<content:encoded><![CDATA[<div>Beau début....<br />
 <br />
Merci de poser les questions techniques dans le forum technique !<br />
 <br />
Dans ce forum, il convient de poster des images et les réactions à ces images.</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=745">Revit Architecture - Gallerie</category>
			<dc:creator>gravelin</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110793</guid>
		</item>
		<item>
			<title>日照光とスポットライトの同時使用(3D)</title>
			<link>http://forums.augi.com/showthread.php?t=110735&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 06:11:36 GMT</pubDate>
			<description>　やってみました。

　段取り　　密閉下部屋と、解放した部屋、解放のほうには、蛍光灯と、机に、スポット、　　位置は、日本東京、タイムゾーン　ダーウィン

　結果、　　解放部屋、表の光で、陰が部屋内にできます。　　室内の照明で、陰に、グラデェーションができました。テーブルに、スポット、うっすらと、丸い光の、外郭が・・・・

　結果２　　密閉部屋、（ドアで閉めてみました）　　カメラビューからレンダリング、テーブルの上から、床にかけて、光の、外郭がみえます。</description>
			<content:encoded><![CDATA[<div>　やってみました。<br />
<br />
　段取り　　密閉下部屋と、解放した部屋、解放のほうには、蛍光灯と、机に、スポット、　　位置は、日本東京、タイムゾーン　ダーウィン<br />
<br />
　結果、　　解放部屋、表の光で、陰が部屋内にできます。　　室内の照明で、陰に、グラデェーションができました。テーブルに、スポット、うっすらと、丸い光の、外郭が・・・・<br />
<br />
　結果２　　密閉部屋、（ドアで閉めてみました）　　カメラビューからレンダリング、テーブルの上から、床にかけて、光の、外郭がみえます。</div>


	<br />
	<div style="padding:6px">
	
	

	
	
	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://forums.augi.com/images/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://forums.augi.com/attachment.php?attachmentid=69637&amp;d=1258783887" target="_blank">ADRDB2D.jpg</a> (142.7 KB)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://forums.augi.com/images/attach/jpeg.gif" alt="File Type: jpeg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://forums.augi.com/attachment.php?attachmentid=69638&amp;d=1258783887" target="_blank">kage.jpeg</a> (21.6 KB)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://forums.augi.com/images/attach/jpeg.gif" alt="File Type: jpeg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://forums.augi.com/attachment.php?attachmentid=69639&amp;d=1258783887" target="_blank">heya.jpeg</a> (7.4 KB)</td>
</tr>
			</table>
			</fieldset>
	
	
	
	
	</div>
]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=985">日本語 - AutoCAD</category>
			<dc:creator>zeppeki</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110735</guid>
		</item>
		<item>
			<title><![CDATA[Fatal error - 64-bit & 12 GB RAM]]></title>
			<link>http://forums.augi.com/showthread.php?t=110853&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 04:20:06 GMT</pubDate>
			<description>Well, boss had another crash, and this time it seems to be because our server suddenly dropped all connections for some reason.  He had a Revit file on the server (not workshared) open, and apparently when trying to save w/o being connected to the server, Revit just crashed.

Has anyone else...</description>
			<content:encoded><![CDATA[<div>Well, boss had another crash, and this time it seems to be because our server suddenly dropped all connections for some reason.  He had a Revit file on the server (not workshared) open, and apparently when trying to save w/o being connected to the server, Revit just crashed.<br />
<br />
Has anyone else experienced this if trying to save a file stored on a server if the connection was lost?</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=6">Revit Architecture - General</category>
			<dc:creator>patricks</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110853</guid>
		</item>
		<item>
			<title>Publish to PDF</title>
			<link>http://forums.augi.com/showthread.php?t=78429&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 04:11:06 GMT</pubDate>
			<description>create a all black pen setting....</description>
			<content:encoded><![CDATA[<div>create a all black pen setting....</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=52">AutoCAD Sheet Set Manager</category>
			<dc:creator>josepajelani</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=78429</guid>
		</item>
		<item>
			<title>PDF Plotting</title>
			<link>http://forums.augi.com/showthread.php?t=87736&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 04:08:43 GMT</pubDate>
			<description>the last time i encountered this problem, i set the color (of the wipeout) to 255 and the pen width to 0. Plotting fro autocad to OCE should be fine. But plotting an Acrobat file, before plotting.. go to advance setting then click click print as image, then plot! good luck</description>
			<content:encoded><![CDATA[<div>the last time i encountered this problem, i set the color (of the wipeout) to 255 and the pen width to 0. Plotting fro autocad to OCE should be fine. But plotting an Acrobat file, before plotting.. go to advance setting then click click print as image, then plot! good luck</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=784">ACA General</category>
			<dc:creator>josepajelani</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=87736</guid>
		</item>
		<item>
			<title><![CDATA[Survey>Menus>Data Collection/Input]]></title>
			<link>http://forums.augi.com/showthread.php?t=110892&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 04:04:57 GMT</pubDate>
			<description><![CDATA[Just installed LDD 2009 but I cannot access the data collection command to import files from my data collector.  I have used the following advice from a LDD 2006 user, but the Data Collection/Input box is not available to put a check in.

This is the process in LD2006 (hopefully it's similar in...]]></description>
			<content:encoded><![CDATA[<div>Just installed LDD 2009 but I cannot access the data collection command to import files from my data collector.  I have used the following advice from a LDD 2006 user, but the Data Collection/Input box is not available to put a check in.<br />
<br />
This is the process in LD2006 (hopefully it's similar in 2009):<br />
<br />
1. Select: Tools&gt;Customize&gt;Interface (or cui on the command line)<br />
2. Click on &quot;Survey&quot; in the &quot;Customizations in All CUI Files&quot; box (top left)<br />
3. Click on &quot;Customize Workspace&quot; in &quot;Workspace Contents&quot; (top right)<br />
4. Expand the tree in &quot;Customizations in All CUI Files&quot; (top left) under Partial CUI Files&gt;Survey&gt;Menus<br />
5. Place a check mark in the box labeled &quot;Data Collection/Input&quot;<br />
6. Click &quot;Done&quot; under &quot;Workspace Contents&quot; (top right)<br />
7. Click &quot;OK&quot;<br />
<br />
Note: You can use this same process to enable that drop down menu in any of your workspaces.</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=204">AutoCAD Land Desktop - General</category>
			<dc:creator>dhunter.235266</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110892</guid>
		</item>
		<item>
			<title>Mac Pro and Autodesk Revit 2010</title>
			<link>http://forums.augi.com/showthread.php?t=103335&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 03:13:31 GMT</pubDate>
			<description><![CDATA[alright, someones in the same boat.  thanks.  for other reading this: i run Fusion with these settings 1.5GB RAM/2 processors and my video card is a GeForce 8600M GT.  

I still can't figure out if it is better to accelerate 3d graphics...]]></description>
			<content:encoded><![CDATA[<div>alright, someones in the same boat.  thanks.  for other reading this: i run Fusion with these settings 1.5GB RAM/2 processors and my video card is a GeForce 8600M GT.  <br />
<br />
I still can't figure out if it is better to accelerate 3d graphics...</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=15"><![CDATA[Revit - Hardware & Operating Systems]]></category>
			<dc:creator>wbi</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=103335</guid>
		</item>
		<item>
			<title>Cracking The 2010 UI - Go back to classic</title>
			<link>http://forums.augi.com/showthread.php?t=103069&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 03:05:59 GMT</pubDate>
			<description>As I have completely moved to the SpeedyUI - Autohotkey method of command control for Revit and now have the ribbon minimised to the fullest possible extent for 98% of the time, I have less individual concerns about the ribbon.  Nevertheless, I still rate the Ribbon as an epic fail.

Completely...</description>
			<content:encoded><![CDATA[<div>As I have completely moved to the SpeedyUI - Autohotkey method of command control for Revit and now have the ribbon minimised to the fullest possible extent for 98% of the time, I have less individual concerns about the ribbon.  Nevertheless, I still rate the Ribbon as an epic fail.<br />
<br />
Completely disregarding the design of the ribbon for a moment, I am astounded that an organisation the size of Autodesk and with all of the resources it has at its disposal would offer up a user interface which is so slow and is so RAM hungry.  Particularly for a 3d modeling application which needs and uses a heck of a lot more computer resources than an average Word document or an Excel spreadsheet. <br />
<br />
As many  others in this thread have noted, the design, layout and functionality of the ribbon is also pretty poor.<br />
<br />
Undoubtedly, Autodesk will continue to refine (redesign?) the ribbon over the coming releases.  I just hope that whomever is in charge of this process in the factory has written in big, bold, black letters,  &quot;must be resource light and efficient to use&quot;, on the whiteboard in the Ribbon team's office.<br />
<br />
Ian</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=885">Revit - Platform</category>
			<dc:creator>iankids</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=103069</guid>
		</item>
		<item>
			<title>Stepped footings RAC 2010</title>
			<link>http://forums.augi.com/showthread.php?t=110879&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 03:03:44 GMT</pubDate>
			<description><![CDATA[Thanks Patricks for the response.

I found out that you can take the new structural slab tool and sketch a 4" slab x 24"wide and set it in place and it will join correctly to make the stepped footing look right in 2d and 3d.  The new structural tools really work like a charm a lot better than...]]></description>
			<content:encoded><![CDATA[<div>Thanks Patricks for the response.<br />
<br />
I found out that you can take the new structural slab tool and sketch a 4&quot; slab x 24&quot;wide and set it in place and it will join correctly to make the stepped footing look right in 2d and 3d.  The new structural tools really work like a charm a lot better than previous versions.  I've been using Revit since 2.0 just not full time.  Thanks again for the response.<br />
<br />
James</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=6">Revit Architecture - General</category>
			<dc:creator>jkh</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110879</guid>
		</item>
		<item>
			<title>Central file crashes after two consecutive people save?</title>
			<link>http://forums.augi.com/showthread.php?t=110863&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 02:05:06 GMT</pubDate>
			<description><![CDATA[Had a similar issue in my office....for some reasons I found the folder containing the central file having "rights" removed to users...basically, when the "Modify" and "Read & Execute", "Read" and "Write" were added, no more problem...
hmm...sounds so familar...what firm do you work for?
...]]></description>
			<content:encoded><![CDATA[<div>Had a similar issue in my office....for some reasons I found the folder containing the central file having &quot;rights&quot; removed to users...basically, when the &quot;Modify&quot; and &quot;Read &amp; Execute&quot;, &quot;Read&quot; and &quot;Write&quot; were added, no more problem...<br />
hmm...sounds so familar...what firm do you work for?<br />
 <br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				<div>
					Originally Posted by <strong>andymeyer50</strong>
					(Post 1027266)
				</div>
				<div style="font-style:italic">Our office is experiencing the central file crashing after two consecutive people try to save to central. For example: The first person opens the project and starts working and everything works fine. He can save to central and to his local and continue working just fine. The second person opens the project and saves to central and both are able to continue working but once the &quot;first person&quot; goes to make their next STC after the second person has made their first STC then Revit says a fatal error has occurred and kicks the first person out. The second person can then continue working just fine until a third person gets on. Once the third person makes their first STC, then the next time the second person goes to save it will give them the fatal error and kick them out. The latest person to open the project seems to always have control until the next person gets on and &quot;trumps&quot; the others control......Any thoughts?</div>
			
			<hr />
		</td>
	</tr>
	</table>
</div></div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=8">Revit - Worksharing/Worksets</category>
			<dc:creator>luigi</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110863</guid>
		</item>
		<item>
			<title>Levels will not change Workset</title>
			<link>http://forums.augi.com/showthread.php?t=108357&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 01:01:18 GMT</pubDate>
			<description>---Quote (Originally by sthedens)---
The only solution on this issue that worked for us was to open a subscription center ticket
---End Quote---
Just did this, thanks.



matthew g.</description>
			<content:encoded><![CDATA[<div><div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				<div>
					Originally Posted by <strong>sthedens</strong>
					(Post 1025867)
				</div>
				<div style="font-style:italic">The only solution on this issue that worked for us was to open a subscription center ticket</div>
			
			<hr />
		</td>
	</tr>
	</table>
</div>Just did this, thanks.<br />
<br />
<br />
<br />
matthew g.</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=8">Revit - Worksharing/Worksets</category>
			<dc:creator>matthew g.</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=108357</guid>
		</item>
		<item>
			<title>Isolating Elements...</title>
			<link>http://forums.augi.com/showthread.php?t=110844&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 00:52:45 GMT</pubDate>
			<description>---Quote (Originally by GirlForRevit)---
U are in the right..... Sorry 
But view range solves the problem. 
Or am I wrong again_
---End Quote---
This may work with walls or doors. But not on all windows or roof that is sometimes above the cut plane.</description>
			<content:encoded><![CDATA[<div><div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				<div>
					Originally Posted by <strong>GirlForRevit</strong>
					(Post 1027252)
				</div>
				<div style="font-style:italic">U are in the right..... Sorry <br />
But view range solves the problem. <br />
Or am I wrong again_</div>
			
			<hr />
		</td>
	</tr>
	</table>
</div>This may work with walls or doors. But not on all windows or roof that is sometimes above the cut plane.</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=6">Revit Architecture - General</category>
			<dc:creator>Jun Austria</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110844</guid>
		</item>
		<item>
			<title>Como hago un grid de coordenadas</title>
			<link>http://forums.augi.com/showthread.php?t=82532&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 00:45:34 GMT</pubDate>
			<description>Estimado,
Para el asunto de crear la grilla de coordenadas, por lo menos en mi caso, ocupo un lisp, en el que se hace un rectángulo y se le da el espaciado entre las líneas.
No tengo claro si es que se pueden compartir esos archivos en el foro, pero si no, lo dejo en esta página...</description>
			<content:encoded><![CDATA[<div>Estimado,<br />
Para el asunto de crear la grilla de coordenadas, por lo menos en mi caso, ocupo un lisp, en el que se hace un rectángulo y se le da el espaciado entre las líneas.<br />
No tengo claro si es que se pueden compartir esos archivos en el foro, pero si no, lo dejo en esta página <a href="http://www.4shared.com/file/156311473/3aa7dcd7/PVC_IA_GRILLA.html" target="_blank" class="augilink">http://www.4shared.com/file/15631147...IA_GRILLA.html</a><br />
Espero y te sirva.<br />
Ignacio Alvarez</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=863">Español - AutoCAD Civil 3D</category>
			<dc:creator>alvarez.ignacio1</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=82532</guid>
		</item>
		<item>
			<title>Se puede instalar civil 3D 2009 y civil 3D 2010 en un mismo Windows</title>
			<link>http://forums.augi.com/showthread.php?t=110820&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 00:34:37 GMT</pubDate>
			<description>Estimado,
No hay problema al tener instalados los dos programas, por lo menos a mi me funciona. Te recomiendo que el al configurar el Design Review, lo instales en la carpeta C:\Program Files\Autodesk\Autodesk Design Review 2010, aunque igual desinstala la versión anterior, no arroja errores de...</description>
			<content:encoded><![CDATA[<div>Estimado,<br />
No hay problema al tener instalados los dos programas, por lo menos a mi me funciona. Te recomiendo que el al configurar el Design Review, lo instales en la carpeta C:\Program Files\Autodesk\Autodesk Design Review 2010, aunque igual desinstala la versión anterior, no arroja errores de sobreescritura.<br />
Espero que te sirva.<br />
Saludos</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=863">Español - AutoCAD Civil 3D</category>
			<dc:creator>alvarez.ignacio1</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110820</guid>
		</item>
		<item>
			<title>Continuity in wiring</title>
			<link>http://forums.augi.com/showthread.php?t=110891&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 23:32:43 GMT</pubDate>
			<description>Hi All,

I am kinda new in revit and I wanted to ask if there is a way in revit to add continuity symbols to wires. Currently I am just using fake drafting but I was wondering if there is a way to indicate wires continuity??

Thanks in advance.</description>
			<content:encoded><![CDATA[<div>Hi All,<br />
<br />
I am kinda new in revit and I wanted to ask if there is a way in revit to add continuity symbols to wires. Currently I am just using fake drafting but I was wondering if there is a way to indicate wires continuity??<br />
<br />
Thanks in advance.</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=411">Revit MEP - General</category>
			<dc:creator>sammar_shafik</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110891</guid>
		</item>
		<item>
			<title>Super Elevated Lane (SA)</title>
			<link>http://forums.augi.com/showthread.php?t=110826&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 23:29:37 GMT</pubDate>
			<description>http://screencast.com/t/OTllYTNiZ</description>
			<content:encoded><![CDATA[<div><a href="http://screencast.com/t/OTllYTNiZ" target="_blank" class="augilink">http://screencast.com/t/OTllYTNiZ</a></div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=418">AutoCAD Civil 3D - Corridors</category>
			<dc:creator>Brian Hailey</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110826</guid>
		</item>
		<item>
			<title>Simple Regen?</title>
			<link>http://forums.augi.com/showthread.php?t=110803&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 22:47:54 GMT</pubDate>
			<description>---Quote (Originally by GreenMan415)---
Disregard, I found a fix. I threw a app update after the regen and it works fine.
---End Quote---
 
Glad if so
Nice code btw I like it
Keep programming
All successes</description>
			<content:encoded><![CDATA[<div><div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				<div>
					Originally Posted by <strong>GreenMan415</strong>
					(Post 1027350)
				</div>
				<div style="font-style:italic">Disregard, I found a fix. I threw a app update after the regen and it works fine.</div>
			
			<hr />
		</td>
	</tr>
	</table>
</div>Glad if so<br />
Nice code btw I like it<br />
Keep programming<br />
All successes<br />
 <br />
~'J'~</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=215">Dot Net API</category>
			<dc:creator>fixo</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110803</guid>
		</item>
		<item>
			<title>block editing with refedit</title>
			<link>http://forums.augi.com/showthread.php?t=110890&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 22:45:08 GMT</pubDate>
			<description><![CDATA[as a follow-up, it seems that certain things can be modified, and some other can't.

I cannot delete something out of the working set, but I can change the layer, and layer properties]]></description>
			<content:encoded><![CDATA[<div>as a follow-up, it seems that certain things can be modified, and some other can't.<br />
<br />
I cannot delete something out of the working set, but I can change the layer, and layer properties</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=784">ACA General</category>
			<dc:creator>cr_gixxer</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110890</guid>
		</item>
		<item>
			<title>comando pintar</title>
			<link>http://forums.augi.com/showthread.php?t=110889&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 22:17:21 GMT</pubDate>
			<description>Hola soy nuevo en Revit recien estoy realizando un curso via internet si alguien me pudiera explicar como realizo el comando pintar,gracias a los que me puedan ayudar.</description>
			<content:encoded><![CDATA[<div>Hola soy nuevo en Revit recien estoy realizando un curso via internet si alguien me pudiera explicar como realizo el comando pintar,gracias a los que me puedan ayudar.</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=867">Español - Revit</category>
			<dc:creator>manuelantonio.martinez</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110889</guid>
		</item>
		<item>
			<title>Material Takeoff Schedule Calculate Totals</title>
			<link>http://forums.augi.com/showthread.php?t=110878&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 22:04:53 GMT</pubDate>
			<description><![CDATA[i had a similar issue before, just curious why it won't total for Length? a bit tired of endless workaround!]]></description>
			<content:encoded><![CDATA[<div>i had a similar issue before, just curious why it won't total for Length? a bit tired of endless workaround!</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=6">Revit Architecture - General</category>
			<dc:creator>joe.zhou</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110878</guid>
		</item>
		<item>
			<title>Revit MEP Systems</title>
			<link>http://forums.augi.com/showthread.php?t=110724&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 21:56:22 GMT</pubDate>
			<description>I have seen them show up typically  when I use some kind of grouping in Revit, array for example.  Did you create your layout with the Array command? Or are they grouped in some other manner?</description>
			<content:encoded><![CDATA[<div>I have seen them show up typically  when I use some kind of grouping in Revit, array for example.  Did you create your layout with the Array command? Or are they grouped in some other manner?</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=924">NavisWorks - General</category>
			<dc:creator>bwiab</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110724</guid>
		</item>
		<item>
			<title><![CDATA[Architect can't modify MEP link]]></title>
			<link>http://forums.augi.com/showthread.php?t=110834&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 21:51:46 GMT</pubDate>
			<description><![CDATA[---Quote (Originally by Jrobker)---
Pictures are worth one thousa...
---End Quote---

Using the Custom setting on links always creates a hassle to work with. What i usually do in these cases is "override graphics in view >by category" find the category then hide if necessary.

But once custom is...]]></description>
			<content:encoded><![CDATA[<div><div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				<div>
					Originally Posted by <strong>Jrobker</strong>
					(Post 1027384)
				</div>
				<div style="font-style:italic">Pictures are worth one thousa...</div>
			
			<hr />
		</td>
	</tr>
	</table>
</div><br />
Using the Custom setting on links always creates a hassle to work with. What i usually do in these cases is &quot;override graphics in view &gt;by category&quot; find the category then hide if necessary.<br />
<br />
But once custom is checked is a whole new ball game.</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=411">Revit MEP - General</category>
			<dc:creator>macedogerardo</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110834</guid>
		</item>
		<item>
			<title>Separate IDW Files from DWG In the File Open Selection List</title>
			<link>http://forums.augi.com/showthread.php?t=110888&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 21:49:50 GMT</pubDate>
			<description>*Summary:* In Inventor I would like to see the file types seperated between dwg and idw instead of being lumped together.

*Description:* In Inventor I would like to see the file types seperated between dwg and idw instead of being lumped together.

*How Used:* Most of the time I opt to select...</description>
			<content:encoded><![CDATA[<div><b>Summary:</b> In Inventor I would like to see the file types seperated between dwg and idw instead of being lumped together.<br />
<br />
<b>Description:</b> In Inventor I would like to see the file types seperated between dwg and idw instead of being lumped together.<br />
<br />
<b>How Used:</b> Most of the time I opt to select files with all of the Inventor file types available, but sometimes I like to select them by their types. Inadvertantly selecting dwg when you want IDW can be confusing and take a fair amount of time to load. I'd rather not even see the dwg options. I am sure there are others who would like to see only the dwg files.<br />
<br />
<b>Feature Affinity:</b>  Drawing Manager<br />
<br />
<b>Submitted By:</b> Byron Funnell on November 20, 2009</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=1089">INV-011 (Current Submission Cycle)</category>
			<dc:creator>Inventor Wishes</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110888</guid>
		</item>
		<item>
			<title>AutoCAD 2010 Crashes all the time now!!!</title>
			<link>http://forums.augi.com/showthread.php?t=110720&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 21:32:24 GMT</pubDate>
			<description>Thanks for all the replies.
 
I was not running any custom profiles, but do have my system customized alot with workspaces.  I am not running any registry cleaners and my anti-virus is not set to Autoprotect.
 
Yesterday I totally uninstalled AutoCAD 2010 and deleted all folders that the uninstall...</description>
			<content:encoded><![CDATA[<div>Thanks for all the replies.<br />
 <br />
I was not running any custom profiles, but do have my system customized alot with workspaces.  I am not running any registry cleaners and my anti-virus is not set to Autoprotect.<br />
 <br />
Yesterday I totally uninstalled AutoCAD 2010 and deleted all folders that the uninstall leaves behind.  I then ran windows update to update all the way to SP3 with all the security patches.  I then after all that, did a fresh install of AutoCAD 2010 and it is working for now. :roll:</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=342">AutoCAD 2010 General</category>
			<dc:creator>Grumpy</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110720</guid>
		</item>
		<item>
			<title>Reload/relink families question</title>
			<link>http://forums.augi.com/showthread.php?t=110833&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 21:19:11 GMT</pubDate>
			<description><![CDATA[---Quote (Originally by twiceroadsfool)---
Families dont get linked, they get loaded.  If you edit one thats in another "project directory" it wont change ANYTHING in the other project..... UNLESS someone loads it again.

Now, thats dangerous, since multiple projects are now *pointing* at the same...]]></description>
			<content:encoded><![CDATA[<div><div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				<div>
					Originally Posted by <strong>twiceroadsfool</strong>
					(Post 1027115)
				</div>
				<div style="font-style:italic">Families dont get linked, they get loaded.  If you edit one thats in another &quot;project directory&quot; it wont change ANYTHING in the other project..... UNLESS someone loads it again.<br />
<br />
Now, thats dangerous, since multiple projects are now *pointing* at the same family definition, even if that definition isnt affecting the projects daily.  People could hit Edit Family from each project, and write over one anothers stuff.  It wont affect whats IN their projects, but its annoying nonetheless.<br />
<br />
My advice?<br />
<br />
1.  NEVER start a project, WITH another project.  take a GOOD LONG TIME to set up your template and standards.<br />
<br />
2.  Put all the families in a networked location, with only one person having write privileges to the content.  This will keep less experienced users from wrecking office standards.<br />
<br />
3.  Keep seperate &quot;project libraries, but dont keep copying things from one to another.  If its worth having on multiple jobs.... Move it to the library mentioned in number 2!<br />
<br />
4.  As CDA mentioned, if its stuff youll use a lot, load it from the office lbirary in mumber 2, in to your TEMPLATE.  Itll be there when everyone needs it. But they wont be able to edit the family AND SAVE IT.  They can edit it, and save it to the PROJECT library, or edit it and load it back in, which is safe.</div>
			
			<hr />
		</td>
	</tr>
	</table>
</div>I would agree with these previous two responses.  The only thing that is different is, we have several people designated as power users who have access to write to the content folders.  This takes away the responsibility/pressure to produce from one person and allows several people to provide content for the firm.  The danger is when we modify something one a project level.  But, it has been beaten &amp; ground into us that we 'Save-As&quot; right away to the specific project (as mentioned already).  The other benefit is that there is several people looking at the content generated, and are able to voice opinions.  <br />
<br />
Best of luck.<br />
<br />
Jeff S.</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=9">Revit Architecture - Families</category>
			<dc:creator>jsteinhauer</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110833</guid>
		</item>
		<item>
			<title><![CDATA[C'mon, now.  Please, can't anyone help me with this simple problem?]]></title>
			<link>http://forums.augi.com/showthread.php?t=110887&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 21:15:58 GMT</pubDate>
			<description><![CDATA[I'm still trying to solve this simple problem (selecting an element when I have the ID number as a text string).  Here's my code.


Code:
---------
String idString = "262828";

ElementId elID = new ElementId();      
            
elID.Value = Convert.ToInt32(idString);]]></description>
			<content:encoded><![CDATA[<div>I'm still trying to solve this simple problem (selecting an element when I have the ID number as a text string).  Here's my code.<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">String idString = &quot;262828&quot;;<br />
<br />
ElementId elID = new ElementId();&nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
elID.Value = Convert.ToInt32(idString);<br />
<br />
Element elCurrent = document.get_Element(ref elID);<br />
<br />
MessageBox.Show(&quot;The level is: &quot; + elCurrent.Level.Name);</code><hr />
</div>The messagebox throws an exception: &quot;Object reference not set to an instance of an object.&quot; Using Revit's built-in menu item to select an element by ID works just fine, and displays element 262828. What am I missing here?<br />
<br />
Thanks, in advance, for any help/suggestions you can supply.</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=218">Revit - API</category>
			<dc:creator>ppirtle</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110887</guid>
		</item>
		<item>
			<title><![CDATA[Schedules - Family & Type Total Length]]></title>
			<link>http://forums.augi.com/showthread.php?t=110885&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 21:13:39 GMT</pubDate>
			<description>My apologies for this post.  I have been reading way too much on this and other sites that I failed to see the post just 7 entries below mine.  The same problem.  Good Night Irene</description>
			<content:encoded><![CDATA[<div>My apologies for this post.  I have been reading way too much on this and other sites that I failed to see the post just 7 entries below mine.  The same problem.  Good Night Irene</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=6">Revit Architecture - General</category>
			<dc:creator>gvluisi</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110885</guid>
		</item>
		<item>
			<title>generic model floor based</title>
			<link>http://forums.augi.com/showthread.php?t=110886&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 21:12:03 GMT</pubDate>
			<description><![CDATA[:?
Bonjour, j'ai créer une famille de toilette qui est basée sur "generic model floor based"  et je change la categorie ensuite ( je veux inclure le trou du drain pour la convertir vers un autre logiciel) elle fonctionne tres bien mais lorsque je veux la placer, je n'arrive pas à la faire tourner...]]></description>
			<content:encoded><![CDATA[<div>:?<br />
Bonjour, j'ai créer une famille de toilette qui est basée sur &quot;generic model floor based&quot;  et je change la categorie ensuite ( je veux inclure le trou du drain pour la convertir vers un autre logiciel) elle fonctionne tres bien mais lorsque je veux la placer, je n'arrive pas à la faire tourner avec la barre d'espacement et ça devient agacant.  Est-ce du à la categorie?  Ya-t-il qqc à faire?  <br />
<br />
Merci <br />
Isabelle</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=743">Revit Architecture - Familles</category>
			<dc:creator>idorion</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110886</guid>
		</item>
		<item>
			<title>Different Pipe Sizes have different prices How do I specify for each?</title>
			<link>http://forums.augi.com/showthread.php?t=110874&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 21:06:39 GMT</pubDate>
			<description><![CDATA[Remember REVIT will calculate lengths of pipe in the model but doesn't take into account scraps. Don't use the pricing you get out of REVIT as gospel. Add at least 10%. Experience over the span of several jobs will give you a better rule of thumb.]]></description>
			<content:encoded><![CDATA[<div>Remember REVIT will calculate lengths of pipe in the model but doesn't take into account scraps. Don't use the pricing you get out of REVIT as gospel. Add at least 10%. Experience over the span of several jobs will give you a better rule of thumb.</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=411">Revit MEP - General</category>
			<dc:creator>david.faubion</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110874</guid>
		</item>
		<item>
			<title>Window not flexing correctly in project</title>
			<link>http://forums.augi.com/showthread.php?t=110692&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 20:58:32 GMT</pubDate>
			<description>Of course uploaded the correct family file might help you out. Opps! Try this one.</description>
			<content:encoded><![CDATA[<div>Of course uploaded the correct family file might help you out. Opps! Try this one.</div>


	<br />
	<div style="padding:6px">
	
	

	
	
	
	
	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://forums.augi.com/images/attach/rfa.gif" alt="File Type: rfa" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://forums.augi.com/attachment.php?attachmentid=69635&amp;d=1258750689">Lt. Ga. Wind. Opng. - 6in.Wall.rfa</a> (1,004.0 KB)</td>
</tr>
			</table>
		</fieldset>
	
	
	</div>
]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=230">Revit Structure - Families</category>
			<dc:creator>d.altman</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110692</guid>
		</item>
		<item>
			<title>Drawing Sheet Parameters - deleting unused?</title>
			<link>http://forums.augi.com/showthread.php?t=110838&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 20:41:13 GMT</pubDate>
			<description><![CDATA[Curses! Foiled Again!
I would've gotten away with it too... if it wasn't for those meddling kids!]]></description>
			<content:encoded><![CDATA[<div>Curses! Foiled Again!<br />
I would've gotten away with it too... if it wasn't for those meddling kids!</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=6">Revit Architecture - General</category>
			<dc:creator>johnnypeso</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110838</guid>
		</item>
		<item>
			<title>Expanding a project ...your experience</title>
			<link>http://forums.augi.com/showthread.php?t=110880&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 20:29:21 GMT</pubDate>
			<description><![CDATA[Just remember this used to happen in the old days, when we would draw on a flat stone with another stone. In all seriousness, late-in-game changes can prove costly, and there isn't always an automated software fix to make those changes easy to swallow. While the issue is related to the drafting...]]></description>
			<content:encoded><![CDATA[<div>Just remember this used to happen in the old days, when we would draw on a flat stone with another stone. In all seriousness, late-in-game changes can prove costly, and there isn't always an automated software fix to make those changes easy to swallow. While the issue is related to the drafting process, the solution at this point still seems to be a contractual one: request more money to make the change.</div>

]]></content:encoded>
			<category domain="http://forums.augi.com/forumdisplay.php?f=6">Revit Architecture - General</category>
			<dc:creator>Mike Sealander</dc:creator>
			<guid isPermaLink="true">http://forums.augi.com/showthread.php?t=110880</guid>
		</item>
	</channel>
</rss>
