Breaking

Monday, September 24, 2018

Autocad LISPS for HVAC Design Drawings



Download Lisp Files for HVAC Design Drawings

What is the AutoLISP ?
AutoLISP is based on the LISP programming language, which is simple to learn and very powerful. Because AutoCAD has a built-in LISP interpreter, you can enter AutoLISP code at the Command prompt or load AutoLISP code from external files.

AutoLISP is an application interface for automating of design tasks. When an AutoLISP application is loaded, it functions in its own namespace for each drawing that is open. A namespace is an insulated environment keeping AutoLISP applications that are specific to one drawing from having symbol or variable name and value conflicts with those in another drawing. For example, the following line of code sets a different value to the symbol a when executed in each open drawing.

Lisp Name Lisp Function DescriptionLisp Run CommandDownload Lisp File
AreaUsed To Calculate the Area of any Shape(rooms,spaces,..etc) in Autocad 2D plansAADownload
FlexibleUsed To Draw a Flexible Duct Connection like the Connection Between the duct and Air Outlet in Autocad 2D plans
FLEXDownload
ADDUsed To Add Numbers and Show The Sum in Autocad 2D plansADDDownload
Duct FittingsUsed To Draw all Important Duct Fittings Like Elbows,Take-Off and Tee Branch in Autocad 2D plans
EE for Elbows,TT for Take-offs,TB for Tee Branch & TE for Tee Branch with two ElbowsDownload
Duct and PipeUsed To Draw a Multi-line HVAC Ducts and Pipes in Autocad 2D plans
"duct" to draw Ducts "Pipe" to draw Pipes.Download


For more illustration about how to use this Lisps go to our YouTube channel :
HVAC WORKS-Learn&Practice---->>

No comments:

Post a Comment