<?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> &#187; C3D</title>
	<atom:link href="http://civil3dblog.com/category/c3d/feed/" rel="self" type="application/rss+xml" />
	<link>http://civil3dblog.com</link>
	<description></description>
	<lastBuildDate>Tue, 06 Jul 2010 17:43:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Autocad Benchmark Utility already installed on your PC.</title>
		<link>http://civil3dblog.com/c3d/autocad-benchmark-utility-already-installed-on-your-pc/</link>
		<comments>http://civil3dblog.com/c3d/autocad-benchmark-utility-already-installed-on-your-pc/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 05:43:02 +0000</pubDate>
		<dc:creator>blogger</dc:creator>
				<category><![CDATA[C3D]]></category>

		<guid isPermaLink="false">http://civil3dblog.com/2008/01/20/autocad-benchmark-utility-already-installed-on-your-pc/</guid>
		<description><![CDATA[I came across a post about a benchmarking utility that is part of every autocad install. Check out the original post here. To load the utility drag and drop the GsTest.arx file into your drawing space (or use the APPLOAD command). Once the arx file has been loaded type GSTESTBENCHMARK at the command prompt. The [...]]]></description>
			<content:encoded><![CDATA[<p>I came across a post about a benchmarking utility that is part of every autocad install.</p>
<p>Check out the original post <a href="http://www.cadforum.cz/cadforum_en/qaID.asp?tip=5910">here</a>.</p>
<p>To load the utility drag and drop the GsTest.arx file into your drawing  space (or use the APPLOAD command).  Once the arx file has been loaded type</p>
<p>GSTESTBENCHMARK</p>
<p>at the command prompt.</p>
<p>The routine runs quickly and appears to provide valuable results.  Here is a sample output.</p>
<pre><font face="Tahoma, Arial, Sans serif"><font face="Arial, Helvetica" size="2">-------------------------------
Wireframe      : 1370.746771 ms
Wireframe      : 132.774342 fps
Hidden Line    : 1393.239294 ms
Hidden Line    : 130.630826 fps
Flat Shaded    : 1494.107561 ms
Flat Shaded    : 121.811846 fps
Gouraud Shaded : 3411.830554 ms
Gouraud Shaded : 53.343798 fps
-------------------------------</font></font></pre>
<p>For testing multiple PC configurations select a single drawing file for benchmarking on all PCs.  I would recommend a large drawing file.  The utility only benchmarks the graphics capability of the PC.  This should prove useful for Civil 3D users as it appears the video card is typically the weakest links in Civil 3D work stations.</p>
]]></content:encoded>
			<wfw:commentRss>http://civil3dblog.com/c3d/autocad-benchmark-utility-already-installed-on-your-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Civil 3D Hydraflow Express Available NOW!</title>
		<link>http://civil3dblog.com/c3d/civil-3d-hydraflow-express-available-now/</link>
		<comments>http://civil3dblog.com/c3d/civil-3d-hydraflow-express-available-now/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 13:59:38 +0000</pubDate>
		<dc:creator>blogger</dc:creator>
				<category><![CDATA[C3D]]></category>
		<category><![CDATA[Stormwater]]></category>

		<guid isPermaLink="false">http://civil3dblog.com/2008/01/14/civil-3d-hydraflow-express-available-now/</guid>
		<description><![CDATA[Hydraflow Express and Hydraflow Hydrographs are available for download in the subscription center. Log in here. The Hydraflow Express extension brings a variety of hydraulic calculators to Civil 3D users. Including culverts, weirs, and channels. Hydraflow Hydrographs brings storm routing and basin design to Civil 3D.]]></description>
			<content:encoded><![CDATA[<p>Hydraflow Express and Hydraflow Hydrographs are available for download in the subscription center.  Log in <a href="http://pointa.autodesk.com/local/enu/portal/signin.jsp">here</a>.</p>
<p>The Hydraflow Express extension brings a variety of hydraulic calculators to Civil 3D users.  Including culverts, weirs, and channels.</p>
<p>Hydraflow Hydrographs brings storm routing and basin design to Civil 3D.</p>
]]></content:encoded>
			<wfw:commentRss>http://civil3dblog.com/c3d/civil-3d-hydraflow-express-available-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LISP to Paste Civil3D Object Styles</title>
		<link>http://civil3dblog.com/c3d/lisp-to-paste-civil3d-object-styles/</link>
		<comments>http://civil3dblog.com/c3d/lisp-to-paste-civil3d-object-styles/#comments</comments>
		<pubDate>Thu, 27 Dec 2007 13:57:58 +0000</pubDate>
		<dc:creator>blogger</dc:creator>
				<category><![CDATA[C3D]]></category>

		<guid isPermaLink="false">http://civil3dblog.com/2007/12/27/lisp-to-paste-civil3d-object-styles/</guid>
		<description><![CDATA[After seeing this post on the Autodesk C3D wishes discussion group we put together a quick LISP routine (Close your eyes Peter) to paste the STYLE property between objects. This routine will paste the STYLE property between any Autocad entities. It has some very basic error trapping but has worked well so far. If you [...]]]></description>
			<content:encoded><![CDATA[<p>After seeing <a href="http://discussion.autodesk.com/thread.jspa?messageID=5807521&amp;tstart=0#5807521">this</a> post on the Autodesk C3D wishes discussion group we put together a quick LISP routine (Close your eyes Peter) to paste the STYLE property between objects.</p>
<p>This routine will paste the STYLE property between any Autocad entities.  It has some very basic error trapping but has worked well so far.</p>
<p>If you have any suggestions, comments or request feel free to post or email.</p>
<p>Update 2007-01-16</p>
<p>The paste style lisp routine does not work with point objects, I&#8217;ll add some error trapping and repost the routine.  Thanks Ed.</p>
<p>Right-click and Save As to download the LISP routine <a href="http://civil3dblog.com/lisp/pst.lsp">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://civil3dblog.com/c3d/lisp-to-paste-civil3d-object-styles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AutoCAD Civil 3D 2008 Survey Link Extension Released</title>
		<link>http://civil3dblog.com/c3d/autocad-civil-3d-2008-survey-link-extension-released/</link>
		<comments>http://civil3dblog.com/c3d/autocad-civil-3d-2008-survey-link-extension-released/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 11:35:27 +0000</pubDate>
		<dc:creator>blogger</dc:creator>
				<category><![CDATA[C3D]]></category>

		<guid isPermaLink="false">http://civil3dblog.com/2007/10/24/autocad-civil-3d-2008-survey-link-extension-released/</guid>
		<description><![CDATA[AutoCAD Civil 3D 2008 Survey Link Extension has been released for C3D users on Autodesk&#8217;s Subscription program.  It can be downloaded from the subscription center.  Here&#8217;s a link to Peter&#8217;s thread on the discussion group making the announcement.]]></description>
			<content:encoded><![CDATA[<p><strong>AutoCAD Civil 3D 2008 Survey Link Extension has been released for C3D users on Autodesk&#8217;s Subscription program.  It can be downloaded from the subscription center.  Here&#8217;s a <a href="http://discussion.autodesk.com/thread.jspa?threadID=620621">link</a> to Peter&#8217;s thread on the discussion group making the announcement. </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://civil3dblog.com/c3d/autocad-civil-3d-2008-survey-link-extension-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Civil3D 2006 service pack 2 problems</title>
		<link>http://civil3dblog.com/c3d/civil3d-2006-service-pack-2-problems/</link>
		<comments>http://civil3dblog.com/c3d/civil3d-2006-service-pack-2-problems/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 11:14:44 +0000</pubDate>
		<dc:creator>blogger</dc:creator>
				<category><![CDATA[C3D]]></category>

		<guid isPermaLink="false">http://civil3dblog.com/2007/10/24/civil3d-2006-service-pack-2-problems/</guid>
		<description><![CDATA[Autodesk &#8220;rereleased&#8221; SP2 on Friday afternoon. If you haven&#8217;t installed it yet you should download the updated service pack. See the following post on the C3D discussion groups by Peter Funk for more information.]]></description>
			<content:encoded><![CDATA[<p>Autodesk &#8220;rereleased&#8221; SP2 on Friday afternoon.  If you haven&#8217;t installed it yet you should <a href="http://usa.autodesk.com/adsk/servlet/ps/dl/index?siteID=123112&amp;id=2334435&amp;linkID=9240698">download</a> the updated service pack.  See the following <a href="http://discussion.autodesk.com/thread.jspa?messageID=5758946&amp;tstart=0#5758946">post</a> on the C3D discussion groups by Peter Funk for more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://civil3dblog.com/c3d/civil3d-2006-service-pack-2-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C3D 2008 Service Pack 2 Released</title>
		<link>http://civil3dblog.com/c3d/c3d-2008-service-pack-2-released/</link>
		<comments>http://civil3dblog.com/c3d/c3d-2008-service-pack-2-released/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 10:19:09 +0000</pubDate>
		<dc:creator>blogger</dc:creator>
				<category><![CDATA[C3D]]></category>

		<guid isPermaLink="false">http://civil3dblog.com/2007/10/19/c3d-2008-service-pack-2-released/</guid>
		<description><![CDATA[Service pack 2 for Civil 3D has been released. Link to Autodesk Page Link to read me file]]></description>
			<content:encoded><![CDATA[<p>Service pack 2 for Civil 3D has been released.</p>
<p><a href="http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&amp;id=10220655&amp;linkID=9240698">Link to Autodesk Page</a></p>
<p><a href="http://images.autodesk.com/adsk/files/readme_sp2_c3d_2008.htm">Link to read me file</a></p>
]]></content:encoded>
			<wfw:commentRss>http://civil3dblog.com/c3d/c3d-2008-service-pack-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

