Search

image image image
PC Temperature Monitor Bay The 14-bit highly accurate temperature/humidity LCD for gaming and overclocking enthusiasts is coming soon. Keep track of your case temperature to within 8 decimal places of accuracy, as well as CPU uptime and custom messages.
Learn SolidWorks API Ever wanted to learn the SolidWorks API programming language from the experts? Why not take a look at our API Books in the Features section!
AngelSix Game Studio Upcoming Xbox 360 Live games due shortly from ourselves. "The Adventures of Silver: The Dark Fiend" coming soon to Xbox 360! Find images in the Downloads section.
* * *
Friday September 10 , 2010
Font Size
   

AngelSix Tutorials

SolidWorks Add-in VB Code

Tutorials - SolidWorks

( 4 Votes )
User Rating: / 4
PoorBest 

Just a quick update for all those who are after the VB.Net version of the tutorial code it may now be downloaded here.

 

SolidWorks Menus & Toolbars

Tutorials - SolidWorks

( 4 Votes )
User Rating: / 4
PoorBest 

Download this tutorial as PDF

OK if you haven’t done so already read the first tutorial on creating a SolidWorks Add-in or if you already know how to then download the code files from the tutorial and open them up. We will start with the add-in from the previous tutorial as the base, so we already have an add-in that loads a Taskpane for us.

So we can get some dynamic control over the menus and toolbars we will add controls to our Taskpane to do all the work.

   

Fun with SolidWorks Equations

Tutorials - SolidWorks

( 2 Votes )
User Rating: / 2
PoorBest 

Fun with SolidWorks Equation Editor – Part 1

After a friend asked for a bit of help regarding some special custom property requirements, it led down a path that was rather interesting and ended up using the SolidWorks Equation Manager and Custom Properties in ways it really wasn’t meant to be used. And so I thought I would write a quick tutorial on it for those of you that may find it interesting.

 

The Problems

Firstly, let’s discuss the original problems

1. User wishes to display the current Year as part of a field on a drawing Title block. Sure you can use the last saved date or long date custom properties, but that shows a full date, the user just wants to display the year for copyright purposes.

2. User wishes to automatically pull in the Material name and Grade specifications from the actual SolidWorks Material name. For example the SolidWorks material could be called “STEEL 250” to refer to Steel of grade 250. The user ideally wishes to have 2 custom properties valued “Steel” and “250” respectively to identify material and grade. All materials have the grade as the last part of the name and contain no spaces, so that will be our basis for extraction.

   

Suggest a Tutorial

Tutorials - SolidWorks

( 1 Vote )
User Rating: / 1
PoorBest 

Like the tutorials and think you have an idea for a good follow on, or just a new tutorial in general that you would like to request? Just post a comment here regarding your idea and we will take all suggestions on board.

   

Creating a SolidWorks Add-in from scratch

Tutorials - SolidWorks

( 8 Votes )
User Rating: / 8
PoorBest 

Download this tutorial as PDF

Ready to take your SolidWorks macro/tool to the next level but don't know where to start? How about creating a fast, efficient .Net Taskpane add-in giving you total flexibility of your program and form designs through the .Net Framework at the same time as being in-process and perfectly integrated into SolidWorks?

After fitting as much as I could into the last 2 SolidWorks books the one thing I was always pining to get into the books was a good run down of creating Taskpane add-ins using .Net, however I did not want to cram it into the last 20 pages of a book; I wanted to cover it in depth. So, with that in mind I have decided to cover Taskpane add-ins over the next few months through our new Tutorials section of our site.