Today’s lesson is going to be a combination of vitality and efficiency as we explore the...
Latest articles
AutoLISP Tutorial 1: Design Your Own Circle Drawer
Welcome to this AutoLISP program tutorial where we embark on a journey to create a user-centric...
AutoLISP Tutorial 2: Custom Circle Drawer in AutoCAD
In today’s session, we’ll craft a specialized function aimed at enhancing the circle...
AutoLISP Tutorial 3: Intuitive Line Drawing Tool
Welcome to Tutorial 3! In our journey to mastering AutoCAD scripting with AutoLISP, it’s...
AutoLISP Tutorial 4: Creating a Custom Layer in AutoCAD
Layers are integral to the organization of designs in AutoCAD. By effectively managing layers, we...
Tutorial Exercise 5 : Displaying Text and Values with AutoLISP
Welcome to this brief tutorial on the basics of AutoLISP, focusing on the princ function. For...
AutoLISP Tutorial 6 : Displaying and Combining Values
Welcome to tutorial 6 on variable assignments and displaying messages in AutoLISP! One of the core...
AutoLISP Tutorial 7: Printing a Range of Numbers
Welcome to this AutoLISP tutorial! Here, we’ll explore a straightforward program that accepts...
AutoLISP Tutorial 8: Comparing Strings and User Feedback
Welcome to another insightful AutoLISP tutorial! Today, we’ll delve into the intricacies of...
AutoLISP Tutorial 9 : Using the cond Function
In our journey through AutoLISP, we often encounter situations where our programs need to make...
AutoLISP Tutorial 10: Month Number to Month Name Converter
Welcome to this tutorial! Understanding user input and providing appropriate feedback is a...
AutoLISP Tutorial 11: Adjusting Text Height Using the IF Function
AutoCAD offers a vast range of possibilities when it comes to design and drafting. Text annotations...
AutoLISP Tutorial 12 : Text Comparison
Welcome to this tutorial on text comparison using AutoLISP! One of the foundational skills in...
AutoLISP Tutorial 13 Prompt: AutoLISP Text Entry with...
Welcome to this tutorial on AutoLISP! Today, we will delve into a program that highlights the power...
AutoLISP Tutorial 14: Drawing Lines with Conditional Loops
This program is used to demonstrate the if and the while functions. We’ll specifically focus...
AutoLISP Tutorial 15: the use of the not function
This program demonstrates the use of the not function. Here, we’ll delve into the nuances of...
AutoLISP Tutorial 16: Thawing All Layers in a Drawing
Working in AutoCAD often involves managing multiple layers, each potentially containing various...
AutoLISP Tutorial 17: Mastering the initget Function
Navigating the realm of AutoCAD programming requires both precision and flexibility. A crucial tool...
Tutorial 18: Exploring the getkword Function in AutoLISP
Navigating through the vast capabilities of AutoLISP, we often stumble upon functions that...