Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

What is lisp in AutoCAD?

user-image
Question ajoutée par Syed Shan Haider , Senior Draftsman , Al Marwan General Contracting Company
Date de publication: 2015/04/06
Wolf Klaas Kinsbergen
par Wolf Klaas Kinsbergen , Managing Director, Designer , ingenieursbureau KB International NV

A lisp routine is a short program you write to do perform a specific action in ACAD. All the commands are LISP routines. If you want to know how, the internet is full of examples and it is really very easy and if you have made a lisp and it works.... it feels great!

Faizan Zakir Malik
par Faizan Zakir Malik , CAD Designer , Royal Commission Yanbu

Lisp is like a plugin. which runs different commands which are not available in AutoCAD.

 

Utilisateur supprimé
par Utilisateur supprimé

"AutoLISP is a dialect of Lisp programming language built specifically for use with the full version of AutoCAD" Wikipedia.

Personally I do not use AutoCAD since is a software used mostly for Architecture or Industrial Design. Therefore I decided to copy/paste the answer from Wikipedia.

Muhammad Shakeel
par Muhammad Shakeel , CAD Design Manager , M/S zeeruk Intl.

Auto-LISP is a small, dynamically scoped, dynamically typed LISP dialect with garbage collection, immutable list structure and settable symbols, lacking in such regular LISP features as macro system, records definition facilities, arrays, functions with variable number of arguments or let bindings. Aside from the core language, most of the primitive functions are for geometry, accessing AutoCAD's internal DWG database, or manipulation of graphical entities in AutoCAD. The properties of these graphical entities are revealed to Auto-LISP as association lists in which values are paired with AutoCAD "group codes" that indicate properties such as definitional points, radii, colors, layers, line types, etc. AutoCAD loads Auto-LISP code from .LSP files.

 

Elke Woofter
par Elke Woofter , Project Assistant , American Technical Associates

I think Mr. Kinsbergen answered it very well and I have nothing to add

Bello Abubakar
par Bello Abubakar , Cinema 4D Render/Sketch UP, AutoCAD, ArchiCAD and Revit Specialist , Federal Housing Authority

  1. AutoLISP is a dialect of Lisp programming language built specifically for use with the full version of AutoCAD and its derivatives, which include AutoCAD Map3D, AutoCAD Architecture and AutoCAD Mechanical.

Ali Mohamed Ahmed
par Ali Mohamed Ahmed , site engineering , شركة مقاولات

I agree with Mr . Wolf Kinsbergen answer ...thanks

waqas shakoor
par waqas shakoor , Assistant Manager , AL HAJ FAW MOTORS PVT.LTD

api...attributes data ...to autocd

autolisp is a dialect of  lisp programming language specifically use with the full version of autocad and its derivative 

Abhilash Koturwar
par Abhilash Koturwar , Development Manager , Sobha Realty

its a system generated code.

More Questions Like This