Unofficial AutoCAD History Pages
AutoCAD 2007 (Release 21)
AutoCAD 2006 (Release 20)
AutoCAD 2005 (Release 19)
AutoCAD 2004 (Release 18)
AutoCAD 2002 (Release 17)
AutoCAD 2000i (Release 16)
AutoCAD 2000 (Release 15)
Release 14
Release 13
Release 12
Release 11
Release 10
Release 9
Version 2.6 (Release 8)
Version 2.5 (Release 7)
Version 2.1 (Release 6)
Version 2.0 (Release 5)
Version 1.4 (Release 4)
Version 1.3 (Release 3)
Version 1.2 (Release 2)
Version 1.0 (Release 1)
 
Command and Sysvar Map
Old AutoCAD Release Gallery
 
 
 
Release 11    October 1990
AutoLISP/ADS Enhancements

Several new commands are provided in the form of AutoLISP programs, and most of the existing AutoLISP programs have been updated.

New Functions:

entmake

lets a program add entities and block definitions to the drawing without using commands. It also allows the replacement of existing block definitions.

nentsel

allows the selection of entities nested within block definitions, individual polyline vertices and individual block attributes for application-specific purposes, in addition to entities selectable via the (entsel) function.

wcmatch

compares a string against a wild-card pattern specification and returns a status to indicate whether it matches or not.

cvunits

and corresponding -acad.unt file allows conversion between different units of measurement.

xload, xunload, ads

AutoLISP functions manage the loading, unloading, and listing of ADS programs.

Changed Functions:

entget

allows the specification of (regapp) names to retrieve Xdata for an entity.

entmod

operates on entities within block definitions, and also allows one to selectively add or replace Xdata by (regapp) name.

(ssget "x")

now accepts wild-card pattern specifications for supported name group codes (0, 2, 6, 7, and 8).

handent

can now access handles for entities nested within block definitions.