Archive for February, 2008

Site Standards (Load Latest)

Customer defaults has a site standards section under assemblies section. You need to define your naming convention using regular expressions. In your case you have 6 digit part number with an ‘underscore’ two digit number. An example Regular expression for your site standards would be: (each line represents each section in the site standards) ([0-9]{6})(|_[0-9]{2}) [...]

2D Draw on the web and offline

First I’d like to say, I’m not a fan of AutoCad. Second I’d like to say I’m a fan of AutoDesk draw for the web. http://draw.labs.autodesk.com/ This allows you to draw in 2D on any of the standard web browsers (IE, Firefox, others). With out any downloads, installs etc. You can take this offline if [...]