Scroller Image
Scroller Image
Scroller Image
Scroller Image
Scroller Image
Scroller Image
Scroller Image
Scroller Image
Scroller Image
Scroller Image

AngelSix Tutorials

Creating an ASP.Net Website

Tutorials - Software Development

User Rating: / 6
PoorBest 

This tutorial is designed as a very (very) quick introduction to ASP.Net for those of you who just want to see it up and running.
To do this you need either the free Visual Studio Web Developer (here) or Visual Studio 2010.

Download Tutorial Files

Creating the Website Project Structure

To begin with open up Visual Studio and select File->New->Website…

 

SolidWorks Add-in VB Code

Tutorials - SolidWorks

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

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

User Rating: / 5
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

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.