I made these for personal use at work, though I'm semi-retired on CAD industry as I moved on to F&B. I targeted AutoCAD 2000, so they should work on any version of AutoCAD that's made in the past 26 ...
CREATE TABLE projects(project_id INT(11) NOT NULL AUTO_INCREMENT, title VARCHAR(30), description VARCHAR(255), PRIMARY KEY(project_id)); CREATE TABLE tasks(task_id ...
If you’re planning to learn a new skill during quarantine, Python might be for you. It’s a popular programming language with a wide range of applications. What’s more, you may get into it quickly ...
The concept of software macros dates back to the 1950s when assembly language programming was used to create software programs. The purpose of software macros is to reduce lengthy coding by creating ...
Twenty-five years after creating Python, Guido van Rossum still finds the programming language "easy to learn and easy to use, and it works in a very interactive way." Dutch software engineer Guido ...
AutoCAD’s "Filter" Command trumps "Qselect" for versatility and re-use. The Filter command was introduced in AutoCAD R12 and was a valuable tool to build custom object select sets for your drawings.