Privacy settings

We use cookies in our shop. Some are necessary while others help us improve the shop and the visitor experience. Please select below which cookies may be set and confirm this with "Confirm selection" or accept all cookies with "Select all":

Cookies that are necessary for the basic functions of our shop (e.g. navigation, shopping cart, customer account).
Cookies that we use to collect information about how our shop is used. With their help, we can further optimize purchasing for you. Example application: Google Analytics.
Marketing cookies enable us to make the content on our website as well as advertising on third-party sites as relevant as possible for you. Please note that some of the data will be transferred to third parties for this purpose. Example applications: Criteo or Facebook.

Cookie DetailsCookie Details ausblenden

Privacy policy Terms & conditions

filter
Account
(Forgot Password?)
#ueb#eingel_bleiben#

Autolisp / Visual Lisp/ Visual Lisp - Part 1part 1 May 2026

Its core relies on entity lists and DXF codes to modify objects. For example, changing a line's color requires extracting its entity list, modifying the specific code (like code 62 for color), and updating the entity. The Rise of Visual LISP (Part 1 Focus) AutoLISP and Visual LISP (AutoLISP)

AutoLISP, introduced in the mid-1980s, is a dialect of the LISP (LISt Processing) language. It operates on a simple mathematical syntax where the operator always appears at the beginning of a parenthesized list, such as (+ 1 2) . AutoLISP / Visual LISP/ Visual LISP - Part 1Part 1

AutoLISP and Visual LISP represent the evolution of automation within AutoCAD, transitioning from a basic list-processing language to a sophisticated extension capable of direct object manipulation. While often used interchangeably, of "vanilla" AutoLISP, introducing a dedicated Integrated Development Environment (IDE) and access to the AutoCAD Object Model via COM/ActiveX. Foundations of AutoLISP Its core relies on entity lists and DXF

It was designed to help users automate repetitive tasks and create custom commands by interacting with AutoCAD’s drawing database. It operates on a simple mathematical syntax where