Code

Ruby Shapes

What is RubyShapes? RubyShapes is a Ruby library that defines Shape objects analogous to geometric cross-sections. These Shape objects “have” the same geometric properties that their real world counterparts do. The long term goal is to use RubyShape objects as building blocks for a larger structural and mechanical calculation software library. Geometric cross sections? These are cross sections of 3D objects (square rods, circular rods, rectangular tubing, etc.) Each shapes’ cross section has properties that are that are used in structural and mechanical calculations....
Code

CADalyzer 0.7 Update (AutoCAD Command Counter)

This is an update to the Cadalyzer script that I posted a few months ago. It will count the number of commands you have used in AutoCAD; it does this by examining your AutoCAD log files. (You can enable log files in AutoCAD’s options dialogue box.) Cadalyzer 0.7 on GitHub New features are listed below Counting mechanism has be rebuilt, the script now computes 25 times faster than the previous version!...
AutoCAD Code

CADalyzer (AutoCAD Command Counter)

I’ve been working on a Ruby utility to analyze AutoCAD log files. The goal is to count how many times each command is invoked. The basic functionality is all in place, I’ve plans to add more in-depth analysis and perhaps even turn it into a web based tool. For now, you’ll have to download it and run it in the command line. If you want to run this, you’ll need the Ruby programming language runtime installed on your computer....
AutoCAD Code

AutoCAD LISP routines

I’ve thrown a few of my most frequently used LISP routines on here. You’ll find the files & descriptions here. I will be adding more as I clean them up and determine where I acquired them (so I can give credit where credit is due.) I am also tinkering with the idea of posting my pgp file; while not especially useful, I am always interested to see what shortcuts other people use....
AutoCAD Code

Collector

This powershell script will recursively collect text files within a single directory and insert them into a single file. Used for collecting iLogic and AutoLISP routines....
Code Powershell

InventorShims

InventorShims is an unofficial collection of extension APIs for Autodesk Inventor....
Code Inventor VB.net C#