<?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>SolidWorks</title>
	<atom:link href="http://solidworks.burkesys.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://solidworks.burkesys.com</link>
	<description>Information and tricks not to be forgotten</description>
	<lastBuildDate>Sun, 25 Jul 2010 22:44:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Restore .NET Framework back to its original state</title>
		<link>http://solidworks.burkesys.com/2010/07/restore-net-framework-back-to-its-original-state/</link>
		<comments>http://solidworks.burkesys.com/2010/07/restore-net-framework-back-to-its-original-state/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 22:42:31 +0000</pubDate>
		<dc:creator>sburke</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Note to Remember]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[install]]></category>

		<guid isPermaLink="false">http://solidworks.burkesys.com/?p=178</guid>
		<description><![CDATA[Background If you have done a clean re-install of SolidWorks and are still getting strange errors (such as missing dlls, or &#8220;unknown file types&#8221;), it may well be Microsoft .NET Framework at fault. Most of the time, looking in the Windows Event Viewer will confirm this if there are .NET Framework errors showing up. The [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://solidworks.burkesys.com/wp-content/uploads/2010/07/net-framework-cleanup-tool.jpg"><img class="alignright size-medium wp-image-179" title=".net-framework-cleanup-tool" src="http://solidworks.burkesys.com/wp-content/uploads/2010/07/net-framework-cleanup-tool-300x184.jpg" alt="" width="300" height="184" /></a></p>
<h3>Background</h3>
<p>If you have done a clean re-install of SolidWorks and are still getting strange errors (such as missing dlls, or &#8220;unknown file types&#8221;), it may well be Microsoft .NET Framework at fault. Most of the time, looking in the Windows Event Viewer will confirm this if there are .NET Framework errors showing up.</p>
<p>The first step is to do a repair of .NET Framework, by going to Add/Remove Programs, right-clicking on .NET Framework (choose 3.5 or 3.1 if present) and going Repair. This should work, however sometimes it doesn&#8217;t.</p>
<p>You can also try:<br />
Exploring the SolidWorks DVD and in the prereqs folder run &#8220;dotnetfx3.exe&#8221; (or dotnetfx3_x64.exe). I tried this however I got strange errors about &#8220;mscoree.dll&#8221; etc.</p>
<h3>Download and usage</h3>
<p>If all else fails, you can use a &#8220;<a href="http://blogs.msdn.com/b/astebner/archive/2008/08/28/8904493.aspx" target="_blank">.NET Framework Cleanup Tool</a>&#8220;. It works really well and has worked for me every time. You can download this Executable Tool (in a Zip file) from: <a href="http://blogs.msdn.com/b/astebner/archive/2008/08/28/8904493.aspx">http://blogs.msdn.com/b/astebner/archive/2008/08/28/8904493.aspx</a></p>
<ul>
<li>Just run the exe file and go &#8220;Cleanup Now&#8221;.</li>
<li>It takes around 5 minutes to process and at the end you will be prompted to Restart the Computer. Restart the Computer/</li>
<li>After the reboot, look in Add/Remove Programs. If its Windows XP, you will see the original .NET Framework 1.1 listed. Thats perfect.</li>
<li>From the prereqs folder of the SolidWorks DVD run &#8220;dotnetfx3.exe&#8221; or &#8220;dotnetfx3_x64.exe&#8221;.</li>
<li>Once this is installed, you should be able to start SolidWorks. (No need to go reinstalling SolidWorks)</li>
<li>Fingers crossed the dll errors or strangeness in SolidWorks will have gone.</li>
</ul>
<p>Notes:<br />
This worked fine on SolidWorks 2009 and SolidWorks 2010<br />
Search the SolidWorks Knowledge Base for the dll error messages or for errors regarding the feature you are having issues with (such as property tab builder etc.) It will typically tell you if its a .NET issue.<br />
Link to <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=10CC340B-F857-4A14-83F5-25634C3BF043&amp;displaylang=en" target="_blank">dotnetfx3.exe</a> and <a href="http://go.microsoft.com/fwlink/?LinkId=70849" target="_blank">dotnetfx3_x64.exe</a><br />
After running the cleanup tool, rebooting, installing dotnetfx3.exe SolidWorks will work fine.<br />
Installing .NET Framework 3 (the dotnetfx3.exe linked above and on the SW prereqs folder), will install .NET Framework 2.0 and 3.0.<br />
I suggest you run Windows Updates, several times. More than likely a .NET 3.5 will have to be installed. Note also, until you run Windows Updates and install all .NET Frameworks that were in place (in Add/Remove Programs in the very begining), some other installed programs on your computer may give out.<br />
Lastly, use at your own risk!</p>
]]></content:encoded>
			<wfw:commentRss>http://solidworks.burkesys.com/2010/07/restore-net-framework-back-to-its-original-state/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Macro Tip &#8211; How to quickly stop a SolidWorks macro</title>
		<link>http://solidworks.burkesys.com/2010/07/macro-tip-how-to-quickly-stop-a-solidworks-macro/</link>
		<comments>http://solidworks.burkesys.com/2010/07/macro-tip-how-to-quickly-stop-a-solidworks-macro/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 10:22:36 +0000</pubDate>
		<dc:creator>sburke</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[SW2010]]></category>

		<guid isPermaLink="false">http://solidworks.burkesys.com/?p=167</guid>
		<description><![CDATA[CTRL + Pause/Break Especially useful for macros which loop through lots of operations. If you have a looping MsgBox() popup, the above CTRL+break doesn&#8217;t seem to work. In this case: Task Manager -&#62; Processes -&#62; swvbaserver.exe (End Process) Note: SW may have to be restarted to allow a macro to run afterwards. Reference]]></description>
			<content:encoded><![CDATA[<p><a href="http://solidworks.burkesys.com/wp-content/uploads/2010/07/macro-toolbar-sw.jpg"><img class="alignright size-full wp-image-168" title="macro-toolbar-sw" src="http://solidworks.burkesys.com/wp-content/uploads/2010/07/macro-toolbar-sw.jpg" alt="" width="177" height="98" /></a><strong>CTRL + Pause/Break</strong></p>
<p>Especially useful for macros which loop through lots of operations.</p>
<p>If you have a looping MsgBox() popup, the above CTRL+break doesn&#8217;t seem to work. In this case:</p>
<p>Task Manager -&gt; Processes -&gt; swvbaserver.exe (End Process)<br />
Note: SW may have to be restarted to allow a macro to run afterwards.</p>
<p><a href="http://www.mofeel.net/232-comp-cad-solidworks/9978.aspx" target="_blank">Reference</a></p>
]]></content:encoded>
			<wfw:commentRss>http://solidworks.burkesys.com/2010/07/macro-tip-how-to-quickly-stop-a-solidworks-macro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cosmetic Threads in Assembly Drawings</title>
		<link>http://solidworks.burkesys.com/2010/06/cosmetic-threads-in-assembly-drawings/</link>
		<comments>http://solidworks.burkesys.com/2010/06/cosmetic-threads-in-assembly-drawings/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 23:00:51 +0000</pubDate>
		<dc:creator>sburke</dc:creator>
				<category><![CDATA[Note to Remember]]></category>
		<category><![CDATA[Drawings]]></category>
		<category><![CDATA[SW2010]]></category>
		<category><![CDATA[Thread]]></category>

		<guid isPermaLink="false">http://solidworks.burkesys.com/?p=162</guid>
		<description><![CDATA[I did come across this before, but forgot about it. Putting it here will remind me not to forget it again. Query: Cosmetic threads do not appear in Assembly Drawings. Create a Part with a Hole Wizard Hole with Cosmetic Thread. Create a Drawing of the Part, the Cosmetic Thread shows up in Plan, Elevation, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://solidworks.burkesys.com/wp-content/uploads/2010/06/cosmetic_thread.gif"><img class="alignright size-full wp-image-163" title="cosmetic_thread" src="http://solidworks.burkesys.com/wp-content/uploads/2010/06/cosmetic_thread.gif" alt="" width="217" height="135" /></a>I did come across this before, but forgot about it. Putting it here will remind me not to forget it again.</p>
<p>Query: Cosmetic threads do not appear in Assembly Drawings.</p>
<ol>
<li>Create a Part with a Hole Wizard Hole with Cosmetic Thread.</li>
<li>Create a Drawing of the Part, the Cosmetic Thread shows up in Plan, Elevation, Section etc.</li>
<li>Create an Assembly with the above Part.</li>
<li>Create a Drawing of the Assembly, Cosmetic Threads do not show by default.</li>
</ol>
<p>The <a href="https://customerportal.solidworks.com/SWSearch" target="_blank">SolidWorks Knowledge Base</a> provided a quick answer (S-03448). The above functionality is intended. If you want to see cosmetic threads in Assembly Drawings, you have to go Insert -&gt; Model Items -&gt; Cosmetic Thread</p>
]]></content:encoded>
			<wfw:commentRss>http://solidworks.burkesys.com/2010/06/cosmetic-threads-in-assembly-drawings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems inserting Routing Components from the Design Library?</title>
		<link>http://solidworks.burkesys.com/2010/04/problems-inserting-routing-components-from-the-design-library/</link>
		<comments>http://solidworks.burkesys.com/2010/04/problems-inserting-routing-components-from-the-design-library/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 13:52:04 +0000</pubDate>
		<dc:creator>sburke</dc:creator>
				<category><![CDATA[Note to Remember]]></category>
		<category><![CDATA[Routing]]></category>
		<category><![CDATA[SW2010]]></category>

		<guid isPermaLink="false">http://solidworks.burkesys.com/?p=157</guid>
		<description><![CDATA[Working on a piping project recently, I done a pack-and-go to make sure the project would open correctly on another computer. Weeks later when I got back to the project, I worked on the extracted pack-and-go, and started creating a new route, I found I could not insert piping components (flanges, tees etc.) from the Design Library [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://solidworks.burkesys.com/wp-content/uploads/2010/04/routing-problem.jpg"><img class="alignright size-medium wp-image-158" title="routing-problem" src="http://solidworks.burkesys.com/wp-content/uploads/2010/04/routing-problem-300x236.jpg" alt="" width="300" height="236" /></a>Working on a piping project recently, I done a pack-and-go to make sure the project would open correctly on another computer. Weeks later when I got back to the project, I worked on the extracted pack-and-go, and started creating a new route, I found I could not insert piping components (flanges, tees etc.) from the Design Library via drag-and-drop. I would see no preview of the part in order to smart mate it into place. When I tried to drag and drop, I got the error &#8220;Drag and Drop Failed&#8221; and also &#8220;This component is already open, would you like to show it..&#8221;.</p>
<p>I&#8217;ve had this problem before with one or two parts, and what I done was to rename the particular flange in the Design Library to weld neck flange2 and then it would drag and drop in correctly. This time however it was more widespread.</p>
<p>After searching the SolidWorks Knowledge Base on the Customer Portal, I found my problem. My problem was specifically due to the Pack and Go that I done. The pack-and-go copied all my Routing parts from the Design Library into a flat folder. Upon opening this, the routing parts (flanges, elbows etc.) were loaded up from the Project folder rather than the Deisgn Library.</p>
<p>Rule:<br />
<strong>Keep all Routing Components (flanges, tees etc.) IN ONE PLACE, i.e. the Design Library</strong><br />
If you open an Assembly with routing components, and SW loads up a flange from Location X, you cannot drag and drop the same flange from Location Y. Use File -&gt; Find References to check where SW loaded files up from.</p>
]]></content:encoded>
			<wfw:commentRss>http://solidworks.burkesys.com/2010/04/problems-inserting-routing-components-from-the-design-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xenocode &#8211; running applications (SolidWorks) in the &#8220;cloud&#8221;</title>
		<link>http://solidworks.burkesys.com/2009/09/xenocode-running-applications-solidworks-in-the-cloud/</link>
		<comments>http://solidworks.burkesys.com/2009/09/xenocode-running-applications-solidworks-in-the-cloud/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 11:25:47 +0000</pubDate>
		<dc:creator>sburke</dc:creator>
				<category><![CDATA[Misc.]]></category>

		<guid isPermaLink="false">http://solidworks.burkesys.com/?p=145</guid>
		<description><![CDATA[ Josh over at solidsmack and a few otherstalk a lot about running applications in the &#8220;cloud&#8221; and how SolidWorks 3D CAD will run on the Internet, and people use it as required. Its also referred to as SaaS (Software as a Service). Up until today, I didn&#8217;t realise how, apart from a citrix or remote desktop [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://solidworks.burkesys.com/wp-content/uploads/2009/09/xenocode-solidworks.jpg"><img class="alignright size-full wp-image-147" title="xenocode-solidworks" src="http://solidworks.burkesys.com/wp-content/uploads/2009/09/xenocode-solidworks.jpg" alt="xenocode-solidworks" width="333" height="294" /></a> Josh over at <a href="http://www.solidsmack.com/solidworks-on-mac-iphone-citrix-receiver-virtualization/2009-05-20/" target="_blank">solidsmack</a> and a <a href="http://designsmarter.typepad.com/devonsowell/2009/06/jeff-ray-solidworks-ceo-shares-information-about-solidworks.html" target="_blank">few</a> <a href="http://www.dezignstuff.com/blog/?p=834" target="_blank">others</a>talk a lot about running applications in the &#8220;cloud&#8221; and how SolidWorks 3D CAD will run on the Internet, and people use it as required. Its also referred to as SaaS (Software as a Service). Up until today, I didn&#8217;t realise how, apart from a citrix or remote desktop scenario which suffers from bandwidth issues. Matt over at <a href="http://www.dezignstuff.com/blog/?p=834" target="_blank">dezignstuff </a>has a good article about this, with comments regarding bandwidth issues.</p>
<p>Let me introduce <a href="http://www.xenocode.com/" target="_blank">xenocode</a>. I originally came across it for a way to run IE6, IE7 etc for web development purposes.<br />
After a little 2MB app is run, any application can be run within a minute or two. The xenocode website has some examples, from winamp to a DivX player, to Opera, Chrome etc. How about wanting to run Quicktime, without the hassle or large download?!</p>
<p>A few of the main points I found:</p>
<ul>
<li>No installation of the program to run.</li>
<li>Full hardware support.</li>
<li>Network latency not an issue as application is not streamed when running.</li>
<li>Initial download of runtime environment does seem to be required.</li>
<li>Typically used for allowing demo use of software, i.e. IE8 etc.</li>
</ul>
<p>Whether or not its a good idea, or whether it will take off is a different discussion altogether. It&#8217;s just with this, it seems a little more possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://solidworks.burkesys.com/2009/09/xenocode-running-applications-solidworks-in-the-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SolidWorks 2010 Initial Review</title>
		<link>http://solidworks.burkesys.com/2009/08/solidworks-2010-initial-review/</link>
		<comments>http://solidworks.burkesys.com/2009/08/solidworks-2010-initial-review/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 17:14:21 +0000</pubDate>
		<dc:creator>sburke</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[2010]]></category>

		<guid isPermaLink="false">http://solidworks.burkesys.com/?p=74</guid>
		<description><![CDATA[Well after getting my hands on SW2010, I got straight into installing it and looking through the Whats New PDF. The install went fine, albeit I had to end Windows Explorer and WinSCP processes (hopefully this means that the install will be rock solid). For those people who may not be familar with the procedure, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://solidworks.burkesys.com/wp-content/uploads/2009/06/SW2010-Install-4.jpg"><img class="alignright size-full wp-image-83" title="SW2010-Install-4" src="http://solidworks.burkesys.com/wp-content/uploads/2009/06/SW2010-Install-4.jpg" alt="SW2010-Install-4" width="73" height="90" /></a>Well after getting my hands on SW2010, I got straight into installing it and looking through the Whats New PDF. The install went fine, albeit I had to end Windows Explorer and WinSCP processes (hopefully this means that the install will be rock solid). For those people who may not be familar with the procedure, I put up some screenshots. In the case of the third image, you may need to go to the View -&gt; Select Columns -&gt; PID to see the appropriate column. Remember, this is only a beta release! I also did change the install directory to Program Files/SolidWorks Corp 2010/.</p>
<p><a href="http://solidworks.burkesys.com/wp-content/uploads/2009/06/SW2010-Install-1.jpg"><img class="size-full wp-image-75 alignnone" title="SW2010-Install-1" src="http://solidworks.burkesys.com/wp-content/uploads/2009/06/SW2010-Install-1.jpg" alt="SW2010-Install-1" width="249" height="150" /></a><a href="http://solidworks.burkesys.com/wp-content/uploads/2009/06/SW2010-Install-2.jpg"><img class="size-full wp-image-76 alignnone" title="SW2010-Install-2" src="http://solidworks.burkesys.com/wp-content/uploads/2009/06/SW2010-Install-2.jpg" alt="SW2010-Install-2" width="278" height="151" /></a></p>
<p><a href="http://solidworks.burkesys.com/wp-content/uploads/2009/06/SW2010-Install-3.jpg"></a></p>
<p>The install finished fine. No need to restart the PC as I ended Windows Explorer (and left explorer.exe closed for the duration of the install). I started SW2010 up, activated it and that was it. Easy.<br />
I won&#8217;t put the Whats New 2010 PDF here. Here are a few things I like:</p>
<p>PhotoView 360:</p>
<ul>
<li>Choose a 2d Background Image</li>
<li>Choose a 3D HDRI Image</li>
<li>Save a Custom View!</li>
</ul>
<p>SolidWorks 2010:</p>
<ul>
<li>Multi-bodies in Sheet Metal</li>
<li>SolidWorks RX &#8211; Download Graphic Card Drivers automatically</li>
<li>Mouse Gesture Support</li>
<li>View Decals in eDrawings and SW w/out PhotoWorks enabled</li>
<li>SolidWorks Network Monitor (interesting)</li>
</ul>
<p>That&#8217;s it for the moment. Lots and lots more to come.</p>
]]></content:encoded>
			<wfw:commentRss>http://solidworks.burkesys.com/2009/08/solidworks-2010-initial-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SolidWorks 2010 here we come!</title>
		<link>http://solidworks.burkesys.com/2009/08/solidworks-2010-here-we-come/</link>
		<comments>http://solidworks.burkesys.com/2009/08/solidworks-2010-here-we-come/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 17:13:39 +0000</pubDate>
		<dc:creator>sburke</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[2010]]></category>

		<guid isPermaLink="false">http://solidworks.burkesys.com/?p=68</guid>
		<description><![CDATA[SolidWorks 2010 beta has been released. News press here. Below is a sneak preview of the new Installation Manager. If you want to get your hands on it, head on over to customerportal.solidworks.com I hope to blog about some of the new features I come across. Stay tuned!]]></description>
			<content:encoded><![CDATA[<p>SolidWorks 2010 beta has been released. News press <a href="http://www.solidworks.com/sw/support/CustomerBulletins.html" target="_blank">here</a>. Below is a sneak preview of the new Installation Manager. If you want to get your hands on it, head on over to <a href="http://customerportal.solidworks.com" target="_blank">customerportal.solidworks.com</a> I hope to blog about some of the new features I come across. Stay tuned!</p>
<p><a href="http://solidworks.burkesys.com/wp-content/uploads/2009/06/SW2010Beta1.jpg"><img class="aligncenter size-full wp-image-69" title="SW2010Beta1" src="http://solidworks.burkesys.com/wp-content/uploads/2009/06/SW2010Beta1.jpg" alt="SW2010Beta1" width="570" height="402" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://solidworks.burkesys.com/2009/08/solidworks-2010-here-we-come/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Note to remember when creating Weldment Profiles</title>
		<link>http://solidworks.burkesys.com/2009/08/note-to-remember-when-creating-weldment-profiles/</link>
		<comments>http://solidworks.burkesys.com/2009/08/note-to-remember-when-creating-weldment-profiles/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 20:24:14 +0000</pubDate>
		<dc:creator>sburke</dc:creator>
				<category><![CDATA[Note to Remember]]></category>
		<category><![CDATA[SW2009]]></category>

		<guid isPermaLink="false">http://solidworks.burkesys.com/?p=132</guid>
		<description><![CDATA[While reading through some blogs the other evening, I came across this useful essential note to remember when creating weldment profiles. Before you go &#8220;Save As&#8221; -&#62; Lib Feat Part (*.sldlfp), you need to PRE-SELECT the sketch. Otherwise when you create the Lib Feat Part, it will be empty (initial sketch gone!). I came across [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://solidworks.burkesys.com/wp-content/uploads/2009/08/weldments1.jpg"><img class="alignright size-full wp-image-137" title="weldments" src="http://solidworks.burkesys.com/wp-content/uploads/2009/08/weldments1.jpg" alt="weldments" width="93" height="29" /></a>While reading through some blogs the other evening, I came across this <span style="text-decoration: line-through;">useful</span> essential note to remember when creating weldment profiles.</p>
<blockquote><p>Before you go &#8220;Save As&#8221; -&gt; Lib Feat Part (*.sldlfp), you need to PRE-SELECT the sketch. Otherwise when you create the Lib Feat Part, it will be empty (initial sketch gone!).</p></blockquote>
<p>I came across this note on <a title="Solidmentor" href="http://solidmentor.com/modules/news/article.php?storyid=416" target="_blank">SolidJot tips for Weldments</a> which was in SW2006, and Yes, this pre-select requirement is still needed in SW2009. I remember this because it happened me a few times, and at the time I thought it was an intermittent issue.</p>
<p>Also just to point out that it is really easy to create weldment profiles, allowing you to easily create structures, frames, patio deckings, railings, chassis&#8217;s, etc.. Some people think that if a profile is not in the Ansi Inch or Iso, it can&#8217;t be done. Oh yes it can. And SW2009 makes weldments much easier by auto-trimming members, allowing to change the trim-order etc. A nice post including video can be found on <a href="http://www.rickyjordan.com/2008/08/solidworks-2009-weldments.html" target="_blank">rickyjordan.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://solidworks.burkesys.com/2009/08/note-to-remember-when-creating-weldment-profiles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3DVia.tv &amp; SolidWorks Official Youtube Channel</title>
		<link>http://solidworks.burkesys.com/2009/08/3dvia-tv-solidworks-official-youtube-channel/</link>
		<comments>http://solidworks.burkesys.com/2009/08/3dvia-tv-solidworks-official-youtube-channel/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 22:29:59 +0000</pubDate>
		<dc:creator>sburke</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://solidworks.burkesys.com/?p=123</guid>
		<description><![CDATA[Thanks to Josh at solidsmack I found out about the latest 3DVia web resource: www.3dvia.tv where there are indeed some nice tutorials on 3DVia Composer (and the other range of 3D Via products). Interesting to see that its powered by wordpress, and uses Youtube to store its TV videos. I have added the direct RSS feed to [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to Josh at <a title="Solidsmack and 3DVia.tv" href="http://www.solidsmack.com/what-is-3dvia-tv/2009-08-05/" target="_blank">solidsmack</a> I found out about the latest 3DVia web resource: <a href="http://www.3dvia.tv">www.3dvia.tv</a> where there are indeed some nice tutorials on 3DVia Composer (and the other range of 3D Via products). Interesting to see that its powered by wordpress, and uses Youtube to store its TV videos. I have added the direct RSS feed to my <a title="SolidWorks Planet" href="http://planet.solidworks.burkesys.com" target="_blank">solidworks planet </a>so I&#8217;ll see the latest videos as they get added. You can do the same too ( <a href="http://gdata.youtube.com/feeds/base/users/3DVIAComposer/uploads">http://gdata.youtube.com/feeds/base/users/3DVIAComposer/uploads</a> ).<br />
Some of the 3DVia Composer tutorials include:</p>
<ul>
<li>Multi-Column BOMs</li>
<li>Toolbars &amp; Hotkeys</li>
<li>Information about Textures</li>
<li>Kinematics and animation</li>
<li>Animating Fluid and Liquid movement</li>
</ul>
<p>I&#8217;ve picked out one of my favourite videos from the 3DVia Channel:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/DA_ehmfcQMQ&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0xe1600f&amp;color2=0xfebd01" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/DA_ehmfcQMQ&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0xe1600f&amp;color2=0xfebd01" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<h3>SolidWorks Official Youtube Channel</h3>
<p>When I went digging more, I found that SolidWorks has quite an updated Youtube channel with some tutorials (albeit only a few ). Again you will be able to get the RSS feed from <a href="http://gdata.youtube.com/feeds/base/users/solidworks/uploads">http://gdata.youtube.com/feeds/base/users/solidworks/uploads</a>. It&#8217;ll be interesting to see what appears there. One tutorial which caught my eye was on creating a chassis for a formula racing kart. The video covered creating a custom weldment profile, creating the 3D sketches, starting with the suspension and finally trimming all the members.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/nN_00HcEPls&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0xe1600f&amp;color2=0xfebd01&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/nN_00HcEPls&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0xe1600f&amp;color2=0xfebd01&amp;hd=1" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p>Well I hope to see lots of useful videos getting added to these two channels. On one hand youtube is a good medium for hosting videos, however on the other hand, youtube is blocked in many companies. Hopefully you&#8217;ll be able to get an exception or a workaround. The hardest part about the plethora of videos is that there are too many, and a lot of poor quality. Hopefully these will be good ones to watch.</p>
]]></content:encoded>
			<wfw:commentRss>http://solidworks.burkesys.com/2009/08/3dvia-tv-solidworks-official-youtube-channel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Recover Virtual Parts in SolidWorks</title>
		<link>http://solidworks.burkesys.com/2009/08/how-to-recover-virtual-parts-in-solidworks/</link>
		<comments>http://solidworks.burkesys.com/2009/08/how-to-recover-virtual-parts-in-solidworks/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 16:43:47 +0000</pubDate>
		<dc:creator>sburke</dc:creator>
				<category><![CDATA[How-To]]></category>

		<guid isPermaLink="false">http://solidworks.burkesys.com/?p=119</guid>
		<description><![CDATA[This article outlines how I saved myself an hour of work by been able to recover virtual parts after SolidWorks crashed. While I was working on an old assembly project, I took some parts, and went &#8220;form new subassembly&#8221;. It prompted me for a template and off I went opening up the New sub-assembly. I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://solidworks.burkesys.com/wp-content/uploads/2009/08/recovering-virtual-parts-in-solidworks.jpg"><img class="alignright size-full wp-image-120" title="recovering-virtual-parts-in-solidworks" src="http://solidworks.burkesys.com/wp-content/uploads/2009/08/recovering-virtual-parts-in-solidworks.jpg" alt="recovering-virtual-parts-in-solidworks" width="404" height="305" /></a>This article outlines how I saved myself an hour of work by been able to recover virtual parts after SolidWorks crashed.</p>
<p>While I was working on an old assembly project, I took some parts, and went &#8220;form new subassembly&#8221;. It prompted me for a template and off I went opening up the New sub-assembly. I saved regularly. Little did I realise that I was working on a Virtual sub-assembly. After spending 60+minutes working on the sub-assembly, saving it religiously (thinking I had it saved externally). I went back to the main assembly and was fixing a few mate errors when, solidworks froze. I was a little impatient, thinking I had my sub-assembly and 60+ minutes work saved! After re-opening the assembly I saw no sign of my work, and was about to pack it in for the day.</p>
<p>After a bit of looking, I found my virtual assembly and virtual parts <img src='http://solidworks.burkesys.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
They were located in:<br />
C:\Users\sburke\AppData\Local\Temp<br />
After sorting by Date Modified, the parts were in a folder called &#8220;swx5792&#8243;. I copied the part out of there and to safety.</p>
<p>Phfew. Thanks SolidWorks. As virtual parts become more and more mainstream, I hope this tip will help somebody and save them some time.</p>
]]></content:encoded>
			<wfw:commentRss>http://solidworks.burkesys.com/2009/08/how-to-recover-virtual-parts-in-solidworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
