• Skip to main content
  • Skip to primary sidebar
blog.draftsperson.net

blog.draftsperson.net

the art of technical drawing

blog.draftsperson.net

AutoLISP Tutorials

TRUSS CREATION Lisp Routine

September 19, 2020 Leave a Comment

Name: TRUSS CREATION Description: This autolisp program creates kingpost, howe, pratt, fink, belgian, or triangle fan trusses. Type: AutoCAD AutoLISP Routine Author: C. W. O. File Size: 2 Kb Cost: Free Worked on: AutoCAD Download File: TrussCreation.zip … [Read more...] about TRUSS CREATION Lisp Routine

AutoLISP lives on – Improvements in AutoCAD 2021

March 31, 2020 Leave a Comment

AutoLISP has been around for a long time. But it is still a great tool to create programs inside of AutoCAD. The latest release of AutoCAD 2021 has made a couple of improvements to the AutoLISP and DCL environments. We take this as a commitment from Autodesk this oldie is still a goodie. AutoLISP Improvements Improvements have been made to AutoLISP and DCL. These … [Read more...] about AutoLISP lives on – Improvements in AutoCAD 2021

Good AutoLISP Programming Techniques

August 1, 2019 Leave a Comment

By R. Khouri, May 2017 When creating AutoLISP routines, the programmer should keep in mind not only correct syntax, but also a well-structured program that is easy to comprehend, forgiving of mistakes, easy to debug, and easy to edit. Formatting You can format manually while you type. But Visual LISP includes helpful formatting tools. They automatically insert tabs and spaces … [Read more...] about Good AutoLISP Programming Techniques

Network deploy AutoCAD profiles

August 1, 2006 Leave a Comment

QuestionIs there a way to deploy and install new profiles and updates for all of my users without going to each machine?SolutionCreate the /p target reference in the users AutoCAD shortcut pointing to a specific network directory. Example:Right click on the AutoCAD 200x desktop shortcut and select properties.In the Target text box you should see: "C:Program FilesAutoCAD … [Read more...] about Network deploy AutoCAD profiles

AutoLISP Lesson 10 – INPUT AND OUTPUT

August 1, 1999 Leave a Comment

(April 1999)The most important part of any program, other than the internal calculations that occur, will be the input / output section. These are the parts of your program that deal with getting Information from the user and storing or retrieving data from a storage area. The Dialog Control Language (DCL) will not be covered in this text, due to the expansive nature of the … [Read more...] about AutoLISP Lesson 10 – INPUT AND OUTPUT

AutoLISP Lesson 9 – DATA STRUCTURES

August 1, 1999 Leave a Comment

(April 1999) All data structures in AutoLISP are list's. Everything in AutoLISP is a list, if it's not a function, it's a list. If it's a list, it's a data structure.A list is nothing more than a single dimension array. If you have a list of lists, then you have a two dimensional arrays. It is even possible to nest two-dimensional lists, inside another two dimensional … [Read more...] about AutoLISP Lesson 9 – DATA STRUCTURES

Next Page »

Primary Sidebar

Subscribe to our Youtube Channel

Categories

  • American Steel Industry (4)
  • AutoCAD Articles & Reference (21)
  • AutoCAD Bugs & Problems (18)
  • AutoCAD Tips (25)
  • AutoCAD Tutorials (36)
  • AutoLISP Routines (145)
  • AutoLISP Tutorials (14)
  • CAD Standards (4)
  • Civil 3D (3)
  • Civil Drafting (3)
  • Dimensions (2)
  • Drafting Funnies (69)
  • Drafting History (6)
  • Drafting Standards (62)
  • Electrical Drafting (2)
  • General IT reference (7)
  • Geometry (15)
  • GIS (2)
  • PT (1)
  • Revit Tutorials (40)
  • Steel Detailing (12)
  • Structural Drafting (23)
  • Technical Dictionary (45)
  • Useful Website Links (16)

Provided for free with no warranty ยท Log in