- Version
- Download 29785
- File Size 1.99 MB
- Create Date February 12, 2019
- Download
Bunch of CAD Lisp Files Free Download
In this list of files, you can find AutoCAD lisp for coordinates free download link. These files are ready to download lisp AutoCAD 2007. You can download AutoCAD lisp for XYZ coordinates. This is one of the biggest cad lisp libraries for free AutoCAD lisp for surveyors and draftspersons. You will find a popular VV lisp file download link as well.
Click her to download 1000+ Furniture AutoCAD Blocks
Read like this also
- Learn How to Convert PDF Drawing to AutoCAD Easily
- Top 20 Websites to Download Free CAD Blocks
- Learn How to Make Money From AutoCAD
- Find Part Time Jobs Online
- Learn More Why to Get AutoCAD Certification
- Speed Up Your Performance
Follow these steps to use the LISP file:
- Download the Zip file comprising of 100s of free lisp files.
- Extract the file
- Open AutoCAD.
- Type AP for APPLOAD at the command line.
- Select the file
- Click Load.
- Click Close.
- Type the command of lisp at the command line.
- Select a line that is adjacent to other lines and arcs, they are joined!
TERMS AND CONDITIONS OF USE
Please note that these files are being provided as is, all the lisp files are owned by their respective owners.
If you want any of the files removed from the list please contact us.
This license and disclaimer statement constitutes a legal agreement between
you (either as an individual or a single entity) and the owner of codes(the "Author"),
for any software product (the "Software").
By downloading, installing, copying, or otherwise using the software, you
agree to be bound by all of the following terms and conditions of this
license and disclaimer agreement.
If you do not agree with all the terms and conditions of this agreement,
you must immediately cease use of the Software and destroy all copies of the
Software and all of its component or constituent parts in your possession
or under your control.
Some of the CAD Lisp files are paid or freeware as mentioned in their license agreement.
We suggest to please contact the owner before use software.
Most of the CAD Lisp files are freeware. You may use royalty-free for private use.
You may redistribute the Freeware Lisp files providing you have written consent from
the Author, and that no modifications are made to the original content.
You may not charge any fees for the redistribution or use of CAD Lisp Files.
The Lisp codes are provided "as is", and with all faults. All warranties,
expressed or implied, including, but not limited to implied warranties of
fitness for a particular use or purpose is hereby disclaimed. There is no
guarantee that the operation of this Software will be uninterrupted or
error-free.
You acknowledge and agree that your use of the Free Lisp Files is at your own risk.
The Lisp files are a copyrighted work and are protected by copyright law and
international copyright treaty.
Enjoy.
List of Lisp Files
The lisp files with the short key (command) to use in cad
Sr.Nos | Lisp Name | Command | Description |
---|---|---|---|
1 | (CUT) CREATE VIEWPORT (vc).LSP | Vc | Error during using of command |
2 | 01_ExportXYZ | exyz | export list of coordinates of coordinates marked in dwgs into a file. |
3 | 05_ConvArc | ArtL | Function to Find out Vertexs along Given Arc / Circle |
4 | 1.lsp | am | a program that draws the side vies of an extruded angle the user will be able to andividually control the size of each leg, the starting point and the interior radius at the junction of the two legs |
5 | 1-2&A-Z.LSP | Error No commond found | |
6 | 2.lsp | 2 | Draws a twisted pair of wires from left to right |
7 | 24_Touching | TOTX | Function to Create a Layer with given color |
8 | 24_Touching.lsp | TOTX | This lisp is developed as part of Survey Drawing project, which aims to help people prepare survey drawings easily |
9 | 26_DrawGrid | dgrid | Program to draw Grid between selected Points with Grid annotation |
10 | 26_DrawGrid.LSP | dgrid | This lisp is developed as part of Survey Drawing project, which aims to help people prepare survey drawings easily |
11 | 2cd.lsp | cd | Simple for Northing and easting marking in drawing from any pick point. |
12 | 2DDOOR.LSP | 2dDOOR | PROGRAM FOR DOOR WITH TRIM AND KNOB |
13 | 2DWIN.LSP | opg | THIS IS A PROGRAM TO DRAW A 2d WINDOW |
14 | 2WIST.LSP | 2wist | Originally this function was intended for making assembly drawings of electronic cables using twisted pairs of wires. However,it can also be used for drawing extension springs when the number requested for the degree of twist is at the upper limit of 85. Other uses include drawing ropes, steel cables or decorative borders |
15 | 3.lsp | nm | Write a note with anemal catogery in cad with simple and easy way. |
16 | 3d.lsp | 3d | Nine 3d objects can be drawn: box, cone, dish, dome, mesh, pyramid, sphere, torus, and wedge |
17 | 3darray.lsp | 3darray | Functions included: 1) Rectangular ARRAYS (rows, columns & levels) 2) Circular ARRAYS around any axis |
18 | 3DL.LSP | 3dl | This simple LISP program allows you to draw 3-D lines by selecting the "X,Y" coordinates with a mouse or digitizer, and entering the elevation, or "Z" coordinate through the keyboard. I have found the program useful for digitizing 3-D feature lines for earthwork/contour programs that run under AutoCAD, but I'm certain that it may also be used for other purposes. |
19 | 3DPLIN.LSP | pl2d-3d | Converts 2D-PolyLines to 3D-PolyLines. The original PLine is deleted and the new entity is created via entmake. AutoCAD does not "like" to do this operation and has to be tricked into it somewhat, so please excuse the excess code. |
20 | 3ducs.lsp | 3ducs | Change the ucs location in drawing in 3d. |
21 | 3P-RecV1-0.lsp | 3pr 3prd |
This program enables the user to dynamically construct a rectangle defined by three supplied points. The program offers two commands: '3PR' and '3PRD' which represent a standard & dynamic version of the program respectively |
22 | A3.LSP | CASE | Macro to convert a selection of text entities to lower or upper case. Non-text entities will be ignored |
23 | A3_cuong.LSP | CASE | Macro to convert a selection of text entities to lower or upper case. Non-text entities will be ignored |
24 | A4750.LSP | prl | A program to extract the xyz coordinates from any polyline and export them to an ascii file. |
25 | AALINE.LSP | ALINE | Line with an attribute |
26 | Abonneau.lsp | tsc | A program that draws the Multiline text box in drawings. |
27 | ac_bonus.lsp | ac_bonus | This file is called from ACADR14.LSP. It defines autoloading functions as well as library functions used by AutoCAD bonus lisp routines |
28 | acad2000doc.lsp | R12 compatibility - In R12 (acad_helpdlg) was an externally-defined ADS function. Now it's a simple AutoLISP function that calls the built-in function (help). It's only purpose is R12 compatibility. If you are calling it for anything else, you should almost certainly be calling (help) instead. | |
29 | acad2006doc.lsp | R12 compatibility - In R12 (acad_helpdlg) was an externally-defined ADS function. Now it's a simple AutoLISP function that calls the built-in function (help). It's only purpose is R12 compatibility. If you are calling it for anything else, you should almost certainly be calling (help) instead. | |
30 | acad2007.lsp | Nothing in lisp | |
31 | acad2007doc.lsp | R12 compatibility - In R12 (acad_helpdlg) was an externally-defined ADS function. Now it's a simple AutoLISP function that calls the built-in function (help). It's only purpose is R12 compatibility. If you are calling it for anything else, you should almost certainly be calling (help) instead. | |
32 | acadinfo.lsp | acadinfo | This file defines the ACADINFO command, which locates various data items and generates an 'acadinfo.txt' file. This file can be used to analyze installation and setup problems. |
33 | AcadR14.lsp | R14 compatibility - In R14 (acad_helpdlg) was an externally-defined ADS function. Now it's a simple AutoLISP function that calls the built-in function (help). It's only purpose is R14 compatibility. If you are calling it for anything else, you should almost certainly be calling (help) instead. | |
34 | ACADTOOL.LSP | There have many types of commonds same as autocad orignailly | |
35 | ACADXL.LSP | There have many types of commonds same as autocad orignailly | |
36 | ACRE.LSP | ACRE | Area with poly line parralel to USC. |
37 | actrbot Xport.lsp | burst | Program restructured to accept selection set argument. Program now also explodes non-attributed blocks. |
38 | ADD SELECTED NUMBERS (+).LSP | #ERROR! | Add digital numbers in shows in drawing to give sum value of this. |
39 | add.lsp | add | Add digital numbers in shows in drawing to give sum value of this. |
40 | ADDLEN | ADDLEN | add length of objects in single digit in cad. |
41 | ADDLEN.lsp | ADDLEN | Total lengths of objects.Polylines, LWPolylines, Splines, Arcs, Circles, Lines, and Ellipse |
42 | AddObjectsToBlockV1-1.lsp | AddObjectstoBlock | Adds all objects in the provided SelectionSet to the definition of the specified block. |
43 | ADDTEXT.LSP | Addtext | add text in drawings as click and write new text. |
44 | ADDTIC.LSP | ATIC | Pointin device as use a tablet. |
45 | ai_utils.lsp | Nothing to show in cad and commond | |
46 | Alangment.lsp | oa | This program will enable the user to dynamically align a selection of objects to a selected curve, with intuitive placement controls. |
47 | ALIAS.LSP | Alias | List all of the aliases found in the file "acad.pgp" if it can be found in AutoCAD's search path, which means that they are available in AutoCAD. |
48 | AlignText.lsp | at | the program assumes all text objects in the selection have the same rotation and will align each text object using the coordinates of the text alignment point |
49 | AlignTextToCurve.lsp | atc | This program enables the user to dynamically align a new or existing Text or MText object to a selected curve, with intuitive placement controls available. |
50 | AlignTextToCurveV1-2.lsp | atc | This program enables the user to dynamically align a new or existing Text or MText object to a selected curve, with intuitive placement controls available. |
51 | ALL.LSP | magvar | all the surfaces are meshed to select that item's. |
52 | ANG.LSP | ang | snap angle will be set to the angle of selected item's in cad. |
53 | ANNOTATE.LSP | annotate | program allows the user to annotate direction and distance to either side of a line drawn on the drawing screen. |
54 | ANSI.LSP | ansi | ANSI - This program is an example of the power given the user with ansi.sys installed. The program allows the user to program function keys 2 -5 (disallowing Autocad's overides) and all Alt-alpha combinations. |
55 | APPLOAD.LSP | appload | An AutoLISP routine with a dialogue interface allowing users select AutoLISP and ADS routines to load or unload. Frequently used routines can be saved to a file so that subsequent loads or unloads can be performed quickly and easily from a small list of favorites rather than scrolling through complete directory listings. |
56 | ARC LEADER (lea).LSP | lea | You May Create a leader with arc's in autocad for Show some things. |
57 | ARCDIST.LSP | arcdist | This Programme show the length of any arc where you need mark points and show length. |
58 | ARCLEN.LSP | IM | Mark the length of arc on drawing. |
59 | ARCLEN1.LSP | arclen | Mark the length of arc on drawing. |
60 | Area Div.lsp | ADiv | Area Division (AreaDiv.lsp) Calculates the area of a partitioned region |
61 | Area Label @ TEABEL.lsp | AT AF |
Allows the user to label picked areas or objects and either display the area in an ACAD Table (if available), optionally using fields to link area numbers and objects or write it to file. |
62 | AREA LABELING | PA Pao |
Pick area from closed object. |
63 | AREA LABELING Folder | ||
64 | Area text PAO - no text.LSP | Pao | Pick area from closed object. |
65 | Area text PAO.LSP | Pao | Area of a closed shape ie Square polygon etc. |
66 | Area text PAO.LSP | PA Pao |
Pick area from closed object. |
67 | AREA.LSP | are | Show the area of the closed object. |
68 | AREA4.LSP | q | Show the area of the closed object. |
69 | AREA5.LSP | q | Show the area of the closed object. |
70 | AreaLabelV1-9 | AT AF |
Area of object in table form Area of object in file form |
71 | AreaLabelV1-9.lsp | AT AF |
Allows the user to label picked areas or objects and either display the area in an ACAD Table (if available), optionally using fields to link area numbers and objects or write it to file. |
72 | AreaM.lsp | aream | Calculates the total area of selected objects |
73 | AREARON | AREARON | Area of object write in the center of the object |
74 | AREARON.LSP | AREARON | PRODUCES TEXT CONTAINING AREA OF SELECTED CLOSED POLYLINES AND PUTS THEM IN AREARON LAYER |
75 | Areas2FieldV1-2 | A2f | area of object write in cad at specific position |
76 | Areas2FieldV1-2.lsp | a2f | Creates an MText object containing a Field Expression referencing the area, or sum of areas, of one or more selected objects. |
77 | AreaSegregator_AS.lsp | AS | This routine segregates the required area |
78 | AreaText IN FEET.lsp | AT | Select a polyline and where to place the text |
79 | AreaText.lsp | AT | Select a polyline and where to place the text |
80 | ArrowArcV1-1.lsp | aarc | Enables the user to construct an arc with arrowheads at each endpoint. The size of the arrowheads may be altered using the 'aarcsettings' command. |
81 | ASAREA.LSP | asarea | find Area given three points in space (using Heron's Formula) |
82 | ascpoint.lsp | ASCPOINT | The ASCPOINT command will read coordinate data from an ASCII file,
and generate either a continuous string of LINES, a POLYLINE, a 3DPOLYline, multiple copies of a selected group of objects, or AutoCAD POINT entities. |
83 | ASEUPD.LSP | aseupd | This utility program allows to update the Table Path for existing Link Path Name Open drawing with ASE links, load aseupd.lsp module, then perform ASEUPD command. |
84 | AssociativeCenterlineV1-0.lsp | cl | Uses reactors to update centerlines following modification of associated circles. Stores entity handles in entity xData to enable reactor rebuild upon loading, allowing retention of associativity between sessions |
85 | Atnum.lsp | atnum | Specify a suffix, a prefix, the starting number, specify block scale and select block to number. (for erase the old suffix or prefix you should press Spacebar). Insert a blocks or press Esc to quit. The program remembers old properties and it is possible to confirm it pressing of Spacebar key. |
86 | attredef.lsp | at | This program allows you to redefine a Block and update the Attributes associated with any previous insertions of that Block. All new Attributes are added to the old Blocks and given their default values. All old Attributes with equal tag values to the new Attributes are redefined but retain their old value. And all old Attributes not included in the new Block are deleted. |
87 | attrotate.lsp | attrot | Nothing to show in cad and commond |
88 | AutoBlockBreakV1-6.lsp | abb | This program enables the user to insert a block at a specified point, with surrounding geometry trimmed to the rectangular outline of the block. Optionally, the program will automatically rotate the block to align with a curve object passing through the block insertion point. |
89 | AUTODIST.LSP | Nothing to show in cad and commond | |
90 | AutoLabelAttributesV1-0.lsp | Not found | Not found any thing in autocad when use it. |
91 | AutoLabelAttributesV1-2.lsp | Not found | Not found any thing in autocad when use it. |
92 | AutoLay[3.0].lsp | Not found | Not found any thing in autocad when use it. |
93 | axCreateVP.lsp | CreateVP | Nothing to show in cad when using it. |
94 | B_SEC.LSP | bb | Check to see if AI_UTILS is loaded, If not, try to find it, and then try to load it. If it can't be found or it can't be loaded, then abort the |
95 | B200.lsp | PRl | Check to see if AI_UTILS is loaded, If not, try to find it, and then try to load it. If it can't be found or it can't be loaded, then abort the |
96 | backgroundchanger.lsp | Bggrey Bgwhite BGT Bgblack |
Lets you change the background in a simple way Works for both model space and paper space but could simply be customized for your need |
97 | BANGTK.LSP | btk | Nothing to Show |
98 | barea.lsp | barea | Click on closed object for area show in popup windows. |
99 | Barricades.lsp | WB | To Draw water Barricades |
100 | Big wave Dave.LSP | ZEE | To show Elevation coordinates of any object. |
101 | BIGCLOCK.LSP | clock | A refined analogue clock for AutoCAD |
102 | blk_lst.lsp | blktbl blklst cattl attlst |
c:blktbl lists the block table, showing what block definitions exist. c:blklst lists one block definition (all entities). c:cattl lists all constant attributes in a block definition c:attlst lists all attributes in a block insertion, reading the constant ones from the block definition and the variable ones from the insertion entity |
103 | BLK2PO.lsp | Not found | Nothing to show in cad and commond |
104 | blk2pt.lsp | blk2pt | To Mark the point on block location in autocad. |
105 | BlockBreak.lsp | abb | This program enables the user to insert a block at a specified point, with surrounding geometry trimmed to the rectangular outline of the block. Optionally, the program will automatically rotate the block to align with a curve object passing through the block insertion point |
106 | blockq.lsp | block? | (listb <block name> <entity type>) LISTB walks through the entities in a block definition. It also lets you specify only one entity type to report from the definiton. For instance, (listb "myblock" "attdef") will display only the attribute definitons in the block. To list all of the entities in the block, supply a NIL argument for <entity type>, as in |
107 | BOLTS.LSP | ELEVBOLT | Elevation of Bolts |
108 | BOMLengths | BOMLengths | show Specific object's length in cad ie Polyline, line, arc etc. |
109 | Boreholes with Table Ann.lsp | BN, BSN, RES, BHT | Numbering & create table |
110 | boxcircle.lsp | bc | a program that draws a box and a circle |
111 | BoxTextV1-1.lsp | bt | Frames Text or MText objects with an LWPolyline, with optional offset. Works in all UCS/Views. |
112 | brak line.lsp | apv | Adds a new vertex to an LWPolyline at a point specified by the user compatible with LWPolylines at any orientation, with varying width and arc segments. |
113 | Break&Pipe(m).LSP | Nothing found | Nothing found |
114 | BREAKLINES (bl1,bl2,bl3).lsp | BL1 | To mark the break line sign in autocad. |
115 | Bri.lsp | bri | Specify width of break, select breaking and breakable objects in loop until Right Click or Esc pressed. Works for LINES, POLYLINES, LWPOLYLINES, CIRCLES, ELLIPSES, ARCS and SPLINES. |
116 | bship | bship | Battle Ship game |
117 | bship.lsp | bship | Battle Ship game |
118 | BTK.LSP | tk | Nothing to show |
119 | Buisy.lsp | Mo | When you want to show Autocad to busy look like hang so did with this programme. |
120 | burst.lsp | BURST | Performs in much the same way as the Express Tools' Burst command, but doesn't display invisible attributes. |
121 | BurstUpgraded.lsp | Iburst | Performs in much the same way as the Express Tools' Burst command, but doesn't display invisible attributes. |
122 | ca.lsp | ca | Macro to convert a selection of text entities to --- lower or upper case. Non-text entities will be ignored. |
123 | CAD2FILE.lsp | c2f | This program was created to extract data from entities and send them to a file. The file type can be of an excel type file, a comma delimited text file, space delimited text file, or a tab delimited text file. |
124 | cadlispandtips.dwt | Not a commond | Nothing to show in cad and commond |
125 | CAL.LSP | ca | PROGRAMME FOR CALCULATION |
126 | CalA.lsp | ravi | PROGRAMME FOR CALCULATION |
127 | CALC - Copy.lsp | calc | Calculation in autocad for example sum, deduct, multiply or devide any digit in autocad. |
128 | CALC.lsp | calc | Calculation in autocad for example sum, deduct, multiply or devide any digit in autocad. |
129 | calcArea.LSP | 1 | Nothing to found |
130 | Calcarea.VLX | 1 | Nothing to found |
131 | CALENDAR.LSP | Not found | Nothing to found |
132 | callout.VLX | callout | Workin same like Mleader |
133 | CAODO.LSP | Cd | Nothing to found |
134 | CAODO1.LSP | cd1 | Nothing to found |
135 | CAR.LSP | car | This programme is found the area of the colsed object and marked we you want. |
136 | CAT.LSP | cat | This programme is found the area of the colsed object and marked we you want. |
137 | Cblock.LSP | cblock | Specify the sample of replacing block, select replaced blocks and press Enter. Answer remove old blocks or not. Replacing block references inherit scale and the rotation angle. All other properties (as Layer, Color etc.) is current. |
138 | CD (2).cui | Nothing found | Nothing to show in cad and commond |
139 | cd.bak.cui | Nothing found | Nothing to show in cad and commond |
140 | CD.cui | Nothing found | Nothing to show in cad and commond |
141 | CD.LSP | Nothing found | Nothing to show in cad and commond |
142 | cd.mnr | cd | Nothing to found |
143 | CD.VLX | cd | Mark the coordinates in drawing Easting and northing |
144 | Cel.lsp | Cel | Change the Numeric text the elevation and Preciesion of the Numeric value. |
145 | Chainage.VLX | chainage | Mark the chainage of the the polyline as you required. |
146 | ChangeAttr.lsp | ChangeAttr | for the purpose of automating attribute |
147 | ChangeBlockBasePoint.lsp | changeblockbasepoint | This command will retain the insertion point coordinates for all references of the selected block. Hence visually, the block components will be moved around the insertion point when the base point is changed. |
148 | Chatt.lsp | chatt | The program for change attributes with the chosen value in dynamic and ordinary blocks. |
149 | CHELEV.LSP | Cel | Change the Numeric text the elevation and Preciesion of the Numeric value. |
150 | CHELV.LSP | CL | Change the Numeric text the elevation and Preciesion of the Numeric value. |
151 | chg.lsp | CHG | CHG displays and modifies the properties of individual entities.
CHG creates a numbered menu of the selected entities properties, and |
152 | CHT.LSP | cht | Change the text size to any other which you want |
153 | CHTEXT.LSP | CHGTEXT | This is a "text processor" which operates in a global manner on all of the text entities that the user selects i.e., the Height, Justification, Location, Rotation, Style, Text, and Width can all be changed globally or individually, and the range of values for a given parameter can be listed. |
154 | CHTH.LSP | cth | Change the thickness of the object in cad. |
155 | CHW.LSP | chw | Change the Width of the object in cad. |
156 | chy Copy Hyperlink.lsp | chy | Copy the hyper link object in cad. |
157 | CISTEXT.LSP | CISTEXT | This programme is for text modification but during using not found any changes in text. |
158 | CIVILINE.LSP | CIVILINE | Draws a boundry line and labels the distance and bearing using the current layer and text height. |
159 | CLEAR1.LSP | ZX | For clear the commond and zoom the window to fit on screen. |
160 | CLEAR2.LSP | Not found | Nothing to show in cad and commond |
161 | Click2XLS AND Text2XLS.vlx | Click2XLS, Text2XLS | Coordinates points marked in drawing and coordinates will export to xls and also text export to xls. |
162 | Click2XLS.vlx | Click2XLS | Coordinates points marked in drawing and coordinates will export to xls. |
163 | clipit.lsp | clipit | Functions created as result of loading file: clipit.lsp C_CLIPIT IN_BOUNDS WIPEOUT_CLIPIT |
164 | cmtxt.lsp | cmtxt | this routine changes all MTEXT to bylayer regardless of what color was set inside of the mtext editor |
165 | CODOM.LSP | CR | Simple for Northing and easting marking in drawing from any pick point. |
166 | col.LSP | nc | Nothing to found |
167 | COMPUTE.LSP | Not found | Nothing to show in cad and commond |
168 | CONCEAL.LSP | Cee | This macro performs a "TRIM" om selected entities an transfers the "EXCESS" section of the entity onto a user defined layer. This can be used with a layer with a "hidden" linetype to illustrate a section of a part obscured from view. |
169 | CONT.LSP | Set | Nothing to found |
170 | continous numbering.lsp | nmbr | Change any text to number continue where you want to start from. |
171 | CONTOUR.LSP | CONTOUR | Plot middle points of 2 coincident curved polylines |
172 | ConvArc.lsp | Not found | Nothing to show in cad and commond |
173 | CONVER.LSP | Conv | Nothing to found. |
174 | convet to pl.lsp | segs | Convert lines, curves and other object to polyline. |
175 | COORD | COORD | Used to with NewTP list. It creates a listical table of coordinates in an attributed block. |
176 | COORD | COORD | Not found any thing in autocad when use it. |
177 | coord without N,E.LSP | cr | For coordinates given in axis x axis and y axis not showing Northing and easting. |
178 | COORD.LSP | coord | o read the coordinates of a block, by prompting the user for block name, to read the attribute value and to arrange the details in tabular form. |
179 | Coordinates of points in table form.LSP | Tcor | Coordinates takes by click and after that make a table of coordinates |
180 | Coordinates with Table Ann.lsp | CN, CSN, RES, CRT | Cordinates with Table Numbering & create table |
181 | Coordinates with Table.lsp | CN, CSN, RES, CRT | Cordinates with Table Numbering & create table |
182 | COORDINATES.LSP | COORDINATES | take out coordinates from drawing and mark in drawing. |
183 | COORDINS.LSP | Not found | Nothing to show in cad and commond |
184 | COPY NHANH SO.LSP | tt | Copy any object in cad with base point to make copies. |
185 | Copy of xy.lsp | xy | For coordinates given in axis x axis and y axis not showing Northing and easting. |
186 | Copy of XY-ARRO.lsp | cr | Simple for Northing and easting marking in drawing from any pick point. |
187 | Copy of xyz.lsp | xyz | Simple click and mark coordinates butt not show x y z and any e n z in that text. |
188 | Copy of z.lsp | Z | Mark only northing coordinates . |
189 | Copy.lsp | BGG, BGW, BGB, BGT | The lisp function below (handy for clients with differing layer requirements) creates 4 commands
BGG turns the background grey |
190 | Copy2XRefV1-2.lsp | c2x | This program enables the user to copy a selection of objects to a selected xref, without opening the xref source drawing. |
191 | CORSET.LSP | SET | Nothing to show |
192 | count.lsp | COUNT | Program will count the number of occurrences of all or selected standard and dynamic blocks in a drawing. |
193 | CountV1-3.lsp | COUNT | Program will count the number of occurrences of all or selected standard and dynamic blocks in a drawing. |
194 | CountV1-5.lsp | count | This program enables the user to record the quantities of a selection or all standard or dynamic blocks in the working drawing. The results of the block count may be displayed at the AutoCAD command-line, written to a Text or CSV file, or displayed in an AutoCAD Table, where available. |
195 | CR.LSP | CR | Simple for Northing and easting marking in drawing from any pick point. |
196 | CREATOR.lsp | CREATOR | Function to save the CREATOR dialog box settings |
197 | crossref.lsp | CROSSREF | CROSSREF will then display the name of every block definition in the
drawing that contains at least one reference to the specified object. |
198 | Curse.LSP | curse | his program will transform various types of curves to LwPolylines with specified long segments. It works with LwPolylines, Circles, Splines, Ellipses and Arcs. In LwPolylines arc segments will be transformed only. |
199 | CursorRotateV1-0.lsp | cr | This program allows the user to rotate the AutoCAD crosshairs (that is, modifying the SNAPANG system variable) to align with an object residing at a selected point, to a fixed angle, or a fixed percentage representing a slope or incline grade. |
200 | CURVE.LSP | cur | Simple curve marking in cad with start end and radius point. |
201 | CurveTextV1-4.lsp | CurveText | Positions Text along a curve object (arc, circle, spline, ellipse, line, lwpolyline, polyline), and rotates text to fit to the curve accordingly. |
202 | cut.lsp | cut, scb, sc, scd | This routine can be called by typing one of three commands at the command prompt. All three commands will ask the user to select to corners of a rectangle. The first command, SCB, will erase and trim all entities outside of the rectangle The second command, SC, will erase and trim all entities outside of the rectangle The final command, SCD, will erase and trim all entities inside of the rectangle |
203 | CUTDIM.LSP | CD | this commond for trim and extend in cad but during using nothing to done with it. |
204 | cutdim_cuong.LSP | YY | ALLOWS TOU TO REVISE POSITION OF DIMENSION EXTENSION * * * "DEFINING POINT" ALONG ITS "X" AXIS |
205 | CUTDIM1.LSP | ZZ | ALLOWS TOU TO REVISE POSITION OF DIMENSION EXTENSION * * * "DEFINING POINT" ALONG ITS "X" AXIS |
206 | D.LSP | d | Nothing to show in cad. |
207 | Dd.LSP | dbb | Nothing to show in cad. |
208 | DDCHPROP.LSP | DDCHPROP | The command looks similar to DDEMODES. The main dialogue has an image tile, 3 buttons (layer, color, linetype), and an editbox (thickness). The 3 buttons each launch a sub-dialogue containing a list and edit box. The dialogues are all defined in the DDCHPROP.DCL file. |
209 | DDMODIFY.LSP | DDMODIFY | This function allows the user to get a listing comparable to the LIST command for most entities. In addition, most entity fields in the dialogue box are editable. Points can be specified dynamically by temporarily dismissing the dialogue box. Each entity has a unique dialogue. |
210 | DDSELECT.LSP | ddselect | Nothing to show in cad. |
211 | DECK.LSP | Not found | Nothing to show in cad and commond |
212 | depth calculation.LSP | X1 | Change the current layer in cad. |
213 | depth.lsp | dp | change the ground value in cad. |
214 | desining10.lsp | des | change the datum elevation in cad. |
215 | deter.vlx | deter | Nothing to found any thing. |
216 | DH CTRUONG.lsp | dx | Nothing to found any thing. |
217 | D-HAN NET KHUAT.LSP | dhh | mark the short line in same direction where you pick two point distance is 10 for marking wider line in cad. |
218 | D-HAN.LSP | dh | Mark the distance with mark the two points in cad but not show any line dim line etc. |
219 | D-HAN10.LSP | dh10 | mark the short line in same direction where you pick two point distance is 10 for marking wider line in cad. |
220 | D-HAN15.LSP | dh15 | mark the short line in same direction where you pick two point distance is 15 for marking wider line in cad. |
221 | D-HAN7.LSP | dh7 | mark the short line in same direction where you pick two point distance is 7 for marking wider line in cad. |
222 | D-HAN9.LSP | dh9 | mark the short line in same direction where you pick two point distance is 9 for marking wider line in cad. |
223 | DHANCT.LSP | dhc | Nothing to show in cad. |
224 | DHANGOC.LSP | dhg | Marking a x shape sing in cad using two line and given angle. |
225 | D-HANs.LSP | dhs | mark the short line in same direction where you pick two point distance is 0.5 for marking wider line in cad. |
226 | DId.LSP | dd | Found the angle from the two line with respect to coordinates 0,0 and find angle between them. |
227 | DIGIT.LSP | adig | Nothing to found. |
228 | DIM E LINE.lsp | 1 | Displays the length of segments of a curve divided at intersections with other objects. |
229 | DIM LINE.lsp | IntLen | Displays the length of segments of a curve divided at intersections with other objects. |
230 | Dim Split.lsp | D1 | Add Primary & Secondary dimension |
231 | DIM.LSP | HH | Found the angle from the two line with respect to coordinates 0,0 and find angle between them. |
232 | dimflip.lsp | dad | allows the user to select numerous dimensions and proceeds to rotate the ucs origin by 180 degrees |
233 | dimlinechange.lsp | DIMLINECHANGE | Changes selected line on a dimension to current layer. This layer can be with another linetype. So, it can be used for dimensioning to centerlines. |
234 | DIM-NEW.LSP | HC | Mark the line and write any text which you want in this line. |
235 | dimrotate.lsp | DIMROTATE | Dimension rotate in the cad drawing to 180 degree with out disturb his location. |
236 | DIS.LSP | DH | Mark the distance with mark the two points in cad but not show any line dim line etc. |
237 | DisplayColorProperties.lsp | SetModelColor2004 | Miscellaneous commands related to Colors on the Display tab on the Options dialog |
238 | DIST.LSP | DH | Miscellaneous commands related to Colors on the Display tab on the Options dialog |
239 | distlea.vlx | dislea | Nothing to found |
240 | DIVAREA.LSP | DIVAREA | All you need is a CLOSED polyline to define the parent part. |
241 | dlgtest.lsp | dimen | The purposes of providing this program: 1) Demonstrate Programmable Dialog Box use with minimum of code to sort through 2) Demonstrate differences between LISP and ADS dialog programming 3) Use as a starting point for testing new dialog functions |
242 | DLINE.LSP | dl | This is a general purpose "double-line/arc" generator. It performs automatic corner intersection cleanups, as well as a number of other features described below. The user is prompted for a series of endpoints. As they are picked |
243 | DO HATCH NHANH.LSP | hh | Nothing to found |
244 | do.lsp | 3dp | Nothing to found |
245 | Doff.lsp | doff | Multiple doubleside offset with possibility of delition of source objects. |
246 | DOOR.LSP | D1 | Mark the door in drawing 2d door and show the direction the opening side. |
247 | dp2.LSP | DP2 | Program to select required text (on a layer called LEVELS only) and change the numerical part of each text item by adding or subtracting a user-entered value. |
248 | dragon.lsp | DEMO | Functions to generate recursively defined drawings. |
249 | DrawGrid.lsp | dgrid | Dynamically generates a grid with a specified number of rows and columns. Works in all UCS/Views. |
250 | Dstn-bars.lsp | DB | Distribution a bars with points which measurment you want. |
251 | DTCurveV2-9.lsp | DTCurve | his function allows the user to remove Text/Object Associativity. Upon invoking this function, the user is prompted to select either Text or object. |
252 | DXF.LSP | Not found | Nothing to found. |
253 | Easting & Northing without UCS world.lsp | EN | Easting & Northing To place Coordinate without Ucs World |
254 | Easyclouds.lsp | CD, CDB, CDR | Easy Clouds Purpose : To draw Revision Cloud |
255 | edge.lsp | EDGE | Interactive editor for changing the visibility of 3DFACE edges |
256 | eedcnvrt.lsp | EEDCONVERT | Nothing to found. |
257 | eeee.LSP | chpr | Nothing to found |
258 | ELE.LSP | eLe | Change the filedia in cad. |
259 | elevation match.lsp | E3 | Change the elevation in autcad. |
260 | ElevationMarkerV1-1.lsp | em | This program continuously prompts the user to specify a point and constructs an elevation marker composed of a variable width polyline & single-line text object at the specified point, with the text content displaying the UCS Y-coordinate of the point. |
261 | EN.LSP | DAT, EN & UW | Easting & Northing Purpose : To get Coordinate |
262 | ENT.LSP | Not found | Nothing to show in cad and commond |
263 | EN-V0.lsp | DAT, EN & UW | Easting & Northing Purpose : To get Coordinate |
264 | Equi_Space_Text | TS | This commond use for equil space in text's. |
265 | erase layer content.lsp | Elay | This programme to erase the contant of layers. |
266 | erase layer.LSP | Elay | this programme to erase the layers. |
267 | excavation.lsp | mucs | Move the object in cad with base point. |
268 | exchprop.lsp | EXCHPROP | EXCHPROP is an extended or enhanced version of ddchprop. This command gives the user the abilitie to change several characteristics of selected polyline and text objects. The style and height of selectected text objects can be modified (including text, mtext and attribute definitions) as well as, width and elevation characteristics of selected polylines (includes lightweight and traditional polylines.) |
269 | Export Points.lsp | PO2TXT | Export list of points from AutoCAD to Text |
270 | EXPORTS DATA TO WORD (a2w).lsp | a2w | Exports selected text to Word document |
271 | EXPORTS DATA TO xCEL (a2x).lsp | a2x | Nothing to found. |
272 | ExportXYZ.lsp | Lisp file for surveyors to export the easting northing with elevations data from autocad. | |
273 | EXTRACT TEXT TO NOTEPAD (a2n).lsp | a2n | PROGRAM FOR EXTRACTING TEXT FROM AutoCAD TO *.TXT FILE |
274 | extrim.lsp | extrim | Nothing to found. |
275 | farea | farea | area of a closed shape mark with in drawing. |
276 | FastProf.lsp | Not found | Nothing to show in cad and commond |
277 | FCOPY.LSP | Fcopy | This is a programming example.
This program takes two ASCII files as arguments, and copies the first Note that if the second file exists, its data will be overwritten. |
278 | fence.lsp | fc | Cut out areas in your drawing using a fence |
279 | FFF.lin | Not found | Nothing to show in cad and commond |
280 | Fhand.LSP | fhand | Converts objects to 'freehand' style. For LINES POLYLINES, CIRCLES, ARCS, ELLIPSES or SPLINES. |
281 | filereadcsv.LSP | fileread | File read from the whole locations where you want I;e local pc location. |
282 | FILTER.LSP | filter | Dialogue front end to (ssget). Allows customers to create, save and apply filter lists for entity selection via a dialogue interface. Uses FILTER.DCL. |
283 | find.lsp | findhelp | Nothing to found. |
284 | fld2txt.vlx | fld2txt | Field data to convert text in cad; I;e coordinates marked in cad to convert simple text in cad. |
285 | flex hose.lsp | FLEXHOSE | Draw flexible hose |
286 | fname.lsp | FN | Change the file name in cad. |
287 | FPRINT.LSP | fprint | This is a programming example.
This function prints (lists) an ASCII text file on the screen. |
288 | fspi.lsp | fspi | fillet 2 lines with arc & SPIRAL curves |
289 | FTK.lin | Not found | Nothing to show in cad and commond |
290 | GA.lsp | GA | Simple mark a like and write text with in line or above in line and rotate the text to any angele. |
291 | GADWAL.LSP | GAD | Nothing to found. |
292 | GA-no line.lsp | GA | Simple mark a like and write text with in line or above in line and rotate the text to any angele. |
293 | gatte.lsp | gatte | Nothing to found. |
294 | get total Area.lsp | GetArea | Total the areas of selected polyline entities. |
295 | getpat.lsp | GETPAT | This routine may be used to extract hatch pattern data from existing drawings when the .pat file containing the original information is not available. |
296 | getsel.lsp | GETSEL | Nothing to found. |
297 | getvpscale.lsp | getvpscale | Get Viewport Scale in active viewport or in selected Supports viewports with clipping boundary |
298 | gl.lsp | gl | Joint the two object in one but end of other one in cad. |
299 | GLUE.LSP | gl | Joint the two object in one but end of other one in cad. |
300 | Google.lsp | ET | x,y Coordinates on Leader Lines |
301 | GRAPH.LSP | GRAPH | This ACAD command creates the basis for a mathematical function graph. It uses a AutoLISP function evaluated at a number of points in the defined interval as the data points to plot the function. After the graph is drawn it is scaled to the screen and smoothed. |
302 | GRID00.LSP | Not found | Nothing to show in cad and commond |
303 | gt.lsp | gt | Nothing to show in cad and commond |
304 | HAN1.LSP | DH | Mark the small line in cad with same offset and same length of the lines for showng some wider lines in cad. |
305 | handtext.lsp | HANDEXP | Export Text Strings to File |
306 | Hatch_Move.lsp | hm | This program moves the startpoint/snapbase for selected hatches base points independently. Or it can be used to set the base point same for all selected hatches. The program stops when pressing Enter/Rightclick at any point. |
307 | HATCHAREA.lsp | HatchAreas | This programme to show the hatched areas in autocad. |
308 | HATCHB.lsp | hb | Recreates hatch boundary by selecting a hatch Known problem with some elipses and splines |
309 | HatchBase.lsp | hatchbase | Change the hatch base point on one or many hatches |
310 | HDUC.LSP | - | Different Commonds created by an Architect. |
311 | HELLOW WORLD.LSP | hello | Nothing to show in cad and commond |
312 | hh.LSP | DY | ALLOWS TOU TO REVISE POSITION OF DIMENSION EXTENSION * * * "DEFINING POINT" ALONG ITS "X" AXIS |
313 | Hole_insert.lsp | hole_insert | insert holes top and side, solid and hidden Created by Allan Wise, Professional Draftsperson |
314 | HQUAN2~1.LSP | Not found | Nothing to show in cad and commond |
315 | IDTAB.LSP | idtab | This programme to show the coordinates in tabular form simply click and show in the table in cad. |
316 | Import Points (Annotaive).LSP | IMPO | Import coordinate & create table |
317 | Import Points.LSP | IMPO | Import coordinate & create table |
318 | IMPORTXYZ.DCL | Nothing found | Nothing to found. |
319 | IMPORTXYZ.LSP | IMPORTXYZ | Import coords from a file. |
320 | IncArrayV1-8.lsp | incarray | This program will array a selection of objects, whilst incrementing any numerical content found in annotation objects within the selection. |
321 | Increment Text Block.lsp | NO, SNO, RES | Increment Text Block Purpose: Numbering |
322 | Increment Text.lsp | NO, SNO, RES | Increment Text Purpose: Numbering |
323 | int.lsp | int | Projected intersection point of lines and polylines |
324 | IntLenV1-4.lsp | IntLen | Displays the length of segments of a curve divided at intersections with other objects. |
325 | Invis.lsp | invis | Makes objects temporarily invisible and returns visibility. |
326 | IP.lsp | IP | This commond to calculate the the level grad and chainage in simple road profiles. |
327 | iso layer.LSP | LK | ISOLATE LAYER FUNCTION |
328 | jj.lsp | jj | Nothing to found. |
329 | julian.lsp | date JTEST |
AutoCAD Julian date / calendar date conversion routines |
330 | justify text easy.lsp | Jt | Change text justification without changing its location. |
331 | justify text easy1.lsp | Jt | Change text justification without changing its location. |
332 | jvt.lsp | Not found | Nothing to show in cad and commond |
333 | K.LSP | cor | Nothing to found. |
334 | K240.LSP | K240 | Nothing to found. |
335 | k3D.lsp | K3D | This is shown in different language which I cannot understand what he ask in commond bar. |
336 | K4KUBE | K4KUBE | Here is cube game. |
337 | Kerb Line.lsp | KB | Kerb Line Purpose : To Draw kerb Marking |
338 | klothoid spiral.lsp | kloto | this program can draw the famous spiral curve, which is widley used in road horizontal curves designing |
339 | l2pl.LSP | l2pl | Nothing to found. |
340 | LA_cuong.LSP | LK | ISOLATE LAYER FUNCTION |
341 | Label Point.lsp | LP | Labeling N,E Coordinates with Leader |
342 | LABEL.LSP | LBL | This programme to make current layer which you desired. |
343 | lay_del.lsp | ld | Deletes all of the entities that belong to the layer of selected entity |
344 | layer creat on the spot.lsp | len | this will create layer for you |
345 | layer import.lsp | importla | this will import layers from drawing file |
346 | LayER OFF.LSP | LO | Nothing to found. |
347 | layer set current.lsp | LC | Set layer by picking an existing entity |
348 | LAYER.LSP | LOO | Nothing to found. |
349 | layer-list.lsp | llfp | Save the layer list to a file, (can be imported to Excel) |
350 | layers-erase.lsp | layers-erase | Erase all layers that are frozen or off |
351 | layer-toggle-freeze.lsp | Not Found | Nothing to show in cad and commond |
352 | LAYLENGTH -Sum Line Length and arrange in table by layer.LSP | LAYLENGTH | Sum Line Length and arrange in table by layer |
353 | Layoff.lsp | LAYOff | Layers off in Autocad. |
354 | LayoutsToDwgs(2).lsp | LayoutsToDwgs | Sets UCS to world in model space to avoid problem with wblock |
355 | LayoutsToDwgs.lsp | LayoutsToDwgs | Sets UCS to world in model space to avoid problem with wblock |
356 | LB Coordinate Labels | lb | Automatic coordinate labeling Will use current leader style and current units setting |
357 | LBZ Coordinate + Lvl Label | lb | Automatic coordinate labeling Will use current leader style and current units setting |
358 | LC.LSP | LC | This program prompts the user to pick an object and after determining what layer the object resides on, will prompt the user to manipulate the layer (Freeze, Lock, Unlock, turn Off). It will recognize layers within BLOCKs and XREFs including anonymous BLOCKs (DIMS & HATCHes) which generally return layer 0. The program will prefix the XREF name to the base layer name according to AutoCAD's normal practice. |
359 | LEGEND.LSP | LEGEND | Show legends in drawing this is very useful to who make a drawing without legends and marks legends with simple click in drawing. |
360 | lenghtOfObject.lsp | lenghtOfObject | returns the lenght or the perimeter of selected object |
361 | LENGTH CHECK | ||
362 | Length of line.lsp | ssln | Label line length (decimal feet) |
363 | level calculation with scale.LSP | D | Nothing to found. |
364 | level calculation.LSP | d | Nothing to found. |
365 | Level.lsp | 2 | Simply click and mark coordinates in drawing with out indicate e n z and x y z |
366 | LINES.LSP | ADDL | To mark the simple lines in autocad. |
367 | linesum | linesum | If you need only line sum's so click on this. There is not including any spline, polyline, arc etc. |
368 | linesum.lsp | LINESUM | watch out for lines with diffent elevations at the endpoints |
369 | linetype.lsp | Not found | Nothing to show in cad and commond |
370 | LISP GAMES | ||
371 | LISP49.LSP | ex | to extend the existing line in cad how much you want with input distance. |
372 | Live Label | ||
373 | lman.lsp | lman | Nothing to show |
374 | LOCK or UNLOCK VIEWPORT (vl).lsp | vl | By locking the Display you ensure your model view will not accidentally shift if you activate the viewport |
375 | LXY.LSP | INCLINE | THIS PROGRAM DRAWS LINES DEPENDING ON INPUTING THE INCLUDED ANGLES. |
376 | LXYZ.LSP | INCLINE | THIS PROGRAM DRAWS LINES DEPENDING ON INPUTING THE INCLUDED ANGLES. |
377 | makingnet.lsp | mnet | this program allow you to draw a square net, you have a choice to define length of square and first corner and second corner if you choose corners by mouse you must choose point with integer coordinates the square will be drawen and coordinates text will be placed along the frame with suitable scale as you know length of square when printing will be 10cm for topogaphic drwaings that mean it is beter for you if you know scale of printing befor making the net incase not to change scale of coordinates text. |
378 | MaskV1-1.lsp | bmask | Enables the user to modify all properties of the background mask for a selection of multiple MText and MLeader objects simultaneously. |
379 | Mastermind-GAME.lsp | mastermind | Based on the classic code-breaking 1970 board game, the user has 8 attempts to guess a 4 element code based on feedback from each unsuccessful attempt. |
380 | MatchTextProps.lsp | MatchTextProps | rompts for a selection of Text, MText, Attribute, or Attribute Definition object to use as property source, then proceed to match those properties listed for similar objects selected thereafter. |
381 | MergeHatch.lsp | MergeHatch | Merge hatched area in one drawing as same properties. |
382 | MESSAGE.LSP | Not found | Nothing to show in cad and commond |
383 | MH (1).lsp | MH | :Manhole Numbering Purpose: Manhole Numbering |
384 | MH TYPE.LSP | MHT | Nothing to found. |
385 | MH.LSP | MH | :Manhole Numbering Purpose: Manhole Numbering |
386 | MH1.lsp | MH | Manhole Numbering |
387 | MidLenV1-0.lsp | midlen | his program prompts the user for a selection of objects to be labelled and proceeds to generate an MText object located at the midpoint of each object displaying a Field Expression referencing the length of the object. |
388 | MMCAU.LSP | MMCAU | Nothing to found. |
389 | MODIFIED.LSP | CC | Simple click and mark coordinates butt not show x y z and any e n z in that text. |
390 | MODIFY.LSP | LP | Change the Width of the object in cad. |
391 | move all2cord.lsp | mco | this lisp will move the whole drawing to the Co-ordinate. |
392 | mpedit.lsp | mpedit | Multiple objects can be selected for the equivalent of the pedit operation on polylines. Objects that are not polylines will be filtered out of the selection set. |
393 | Mpl.LSP | mpl | Instead standard options instead you can use the short options consisting of quantity of polylines (from 2 to 16) and justification (Top, Zero, Bottom). |
394 | MSCALE.LSP | mscale | Update the scale of symbols |
395 | mstretch.lsp | mstretch | Nothitng to found. |
396 | MTRIM.LSP | TT | Multi trim in autucad for too many lines to trim in single click. |
397 | Mullion.lsp | mullion | Specify vertical and horizontal mullion quantity and draw boundary rectangle. |
398 | MULTIPLY SELECTED NUMBERS (x).LSP | * | THIS LISP FILE WILL HELP YOU GET THE PRODUCT OF "TWO SELECTED" SETS OF NUMERICAL ENTITIES. |
399 | multply.LSP | Not Found | Nothing to show in cad and commond |
400 | mvsetup.lsp | mvs, mvsetup |
This is a setup routine for Mview.
It is based around a set of functionality that was determined to be a |
401 | N.LSP | N | NGL types coordinates and draws points and lines between them |
402 | NE_Coordinates.VLX | NE_Coordinates | Nothing to found. |
403 | NET CAT.lsp | Ct | Mark the break sign in cad. |
404 | netcat.LSP | Netcat | Mark the break sign in cad. |
405 | NEW.LSP | ZX | Zooming in drawings. |
406 | new-lin.lsp | NEW-LIN | NEW-LIN is a useful AutoLISP routine that extracts parameters for unknown LineTypes in a drawing, and creates entries in a new LineType definition file, NEW-ACAD.LIN. After extraction, the LineType definitions may be moved to ACAD.LIN or any other *.LIN file desired by the user. |
407 | NEWS.lsp | NEWS | Insert north sign in cad with scale. |
408 | NEWTP | ||
409 | NEWTP | NEWTP | It is used to insert blocks with continuous numbering. A block with attribute value. |
410 | NEWTP | NEWTP | Not found any thing in autocad when use it. |
411 | NEWTP.LSP | newtp | Nothing to found. |
412 | NGL.LSP | NGL | NGL types coordinates and draws points and lines between them |
413 | NGL-1.LSP | N | NGL types coordinates and draws points and lines between them |
414 | NGL-2.LSP | NGL | NGL types coordinates and draws points and lines between them |
415 | NGL-NH.LSP | N | NGL types coordinates and draws points and lines between them |
416 | nodes.lsp | nodes | Insert point from excel file to mark points in cad. |
417 | NUM.LSP | num | This program for fast dynamic numbering. To number a suffix and a prefix can be added. |
418 | number.lsp | number | This programme is find the min, max and avg in cad. |
419 | numbering.lsp | tit | inserts increasing numbers with or without prefix or suffix text |
420 | NumIncV3-5.lsp | numinc | Incremental Numbering Suite enables the user to dynamically place incrementing alphabetical or numerical text in a drawing, with a range of positioning utilities and an optional prefix and/or suffix. |
421 | obj2dwg.vlx | obj2dwg | To insert obj file in autocad. |
422 | ObjectAlignV1-3.lsp | oa | This program will enable the user to dynamically align a selection of objects to a selected curve, with intuitive placement controls. |
423 | ObjectLock.lsp | LockObjects | Purely academic code demonstrating the ability to use reactors to prevent modification of a selection of objects, and furthermore retain such security between drawing sessions. |
424 | OBJNO.LSP | objno | Object Numbering Routine, Angular units must be set to decimal degrees |
425 | ocd Boundry Cut.LSP | OCD | Nothing to find. |
426 | ocd.LSP | OCD | Nothing to find. |
427 | OffEle.lsp | prl | A program to extract the xyz coordinates from any polyline and export them to an ascii file. |
428 | OFFICE_LSP.lsp | Not found | These lisp file is give you too many commonds to use. |
429 | OFFICES.LSP | Not found | These lisp file is give you too many commonds to use. |
430 | offset both side .lsp | DOF | Function creates an offset to either side of the selected entity and erases the original. |
431 | OFFSET.LSP | O | Make offset a line, polyline, arc, circle, spline rectange and any object. |
432 | openbak.lsp | OPENBAK | Here is the backup link VBA commonds so there is an error during I am proceed in cad May this is work with you. |
433 | ord.LSP | CR | Simple click and mark coordinates with the E and N text. |
434 | Ordi.lsp | ordi | This lisp for labeling X,Y coordinates with standard _DIMORDINATE dimension. The dimension properties is defined by current dimension style and variables DIMSCALE, DIMLFAC and DIMDEC. |
435 | ordinate.lsp | or | To mark the coordinates in drawing |
436 | Ordy.LSP | ordy | This lisp for labeling X,Y coordinates and point numbers with standard _DIMORDINATE dimension. All coordinates and point numbers keeps in the text file "Drawing_Name.csv" in a format: "point_number, X-coordinate, Y-coordinate, 0". The dimension properties is defined by current dimension style and variables DIMSCALE, DIMLFAC and DIMDEC. |
437 | Outline.lsp | outline | Transforms width polylines to it boundaries |
438 | pagesetup.lsp | Not found | Nothing to show in cad and commond |
439 | Parking Bay.lsp | PB, PPB, PBB, RD | Command : PB for Parallel, Command : PPB for Perpendicular Parking, Command : PBB for Angular Parking Command : RD for change direction of line |
440 | PCO.LSP | Not Found | Nothing to show in cad and commond |
441 | PcT.Lsp | PcT | Nothing to found. |
442 | Pdim.LSP | pdim | This lisp for dimensioning of several LwPolylines simultaneously. The program works with current dimensional style. The distance of the dimensional text from a polyline is equal to multiplication of height of the dimensional text (DIMTEXT system variable) on a variable 'tOff'. You can change value of 'tOff' in the program beginning, after note. |
443 | pdist.lsp | pdist | user defined command that measures the distance between two points along a polyline. This is accomplished by BREAKING out the polyline segment to be measured, using the AutoLISP 2.6 AREA command to report the length of the polyline, and using the UNDO command to repair the break. |
444 | PersonalMtextSymbols.lsp | PM | Add personal mtext symbols in the right click menu in the mtext editor |
445 | pickarea.vlx | pickarea | Pick the area in Cad |
446 | pline-3d-2d.lsp | pl32 | a program to convert 3D polylines to 2D |
447 | pljoin.lsp | PLJOIN | Separated polyline, line and curves are joined with this commond to one object. |
448 | pljoinfuzz.lsp | jf | Joins lines, arcs and polylines using a fuzz distance If only one object is selected it tries to join to all objects that are possible |
449 | plotdialog.lsp | plotdialog | Simple print commond to perform |
450 | PLWtoOutline&Hatch.lsp | PLWOH | To convert lightweight PolyLines with global Width to closed outlining Polylines without width, tracing the edges of the selected Polylines and closing their ends, and fill them with Hatch patterns. |
451 | PLxy.lsp | plxy | A program to extract the xyz coordinates from any polyline and export them to an ascii file. |
452 | PO for profiles.lsp | PO | Purpose of this program is to draw the PROFILE OF ROAD Entering only the Station and Distance eg.[25,601.253] The by default vertical scale is assumed 10 time the Horizontal scale But any how the user can change it from a line bellow. |
453 | po2blk.lsp | Not found | Nothing to show in cad and commond |
454 | po2text.lsp | PO2TXT | Point coordinates export to text file out put. |
455 | POA1.LSP | pt | Mark the polyline in autocad with marking the point number and output a table with coordinates within mark in autocad. |
456 | POI_COR_V2.lsp | poicor | This Programme is to output data in autocad tabular form. |
457 | Points.lsp | points | routine to output the coordinates of a selection set of point entities# |
458 | polydis.lsp | polydis | Returns the length of a selected polyline |
459 | Polylin Area & Length FA.LSP | FA | Show thre closed polyline area and length of the object. |
460 | Polylin Area FA.LSP | FA | Show thre closed polyline area and length of the object. |
461 | Polylin Length FA-DESC.LSP | FA | Show thre closed polyline area and length of the object. |
462 | Polylin Length FA-L.LSP | FA | Show thre closed polyline area and length of the object. |
463 | Polylin Length FA-L-1.LSP | FA | Show thre closed polyline area and length of the object. |
464 | Polylin Length RFA-DESC.LSP | FA | Show thre closed polyline area and length of the object. |
465 | pqcheck.lsp | pqcheck | Nothing to found. |
466 | Prefix Suffix PSTEST.LSP | PSTEXT | Enter the prefix and suffix to existing text in autcad. |
467 | PRETX.LSP | PRETX | Prefix all text with a string |
468 | PRINT.LSP | cor | Nothing to found. |
469 | PRL | VV | This commond in use of making cross section and L-section of road's for showing X and Y in table form same like Section view. |
470 | PRL 0[1].3 150.lsp | prl | A program to extract the xyz coordinates from any polyline and export them to an ascii file. |
471 | PRL 0[1].4 200.lsp | prl | A program to extract the xyz coordinates from any polyline and export them to an ascii file. |
472 | PRL.LSP | prl | A program to extract the xyz coordinates from any polyline and export them to an ascii file. |
473 | PRL1.lsp | imran | A program to extract the xyz coordinates from any polyline and export them to an ascii file. |
474 | PRL10.lsp | prl | A program to extract the xyz coordinates from any polyline and export them to an ascii file. |
475 | PRLA4600.lsp | prl | A program to extract the xyz coordinates from any polyline and export them to an ascii file. |
476 | PRLA4750.lsp | prl | A program to extract the xyz coordinates from any polyline and export them to an ascii file. |
477 | prof WAtr.LSP | cv | Nothing to found. |
478 | profile WATER.LSP | cv | Nothing to found. |
479 | profile.LSP | profile | About profile in autocad make changing or making the profiles. |
480 | profiles.lsp | listProfileNames | The output data of list of files. |
481 | profiling10.lsp | pro | Nothing to found. |
482 | PROT.LSP | Not found | Too Many Commonds in this lisp. |
483 | PTEXT.LSP | pt | Text can be entered directly on the AutoCAD text screen, in one of four modes Left justified, Center or Right justified, or Fit between two line endpoints. Word wrapping will occur based on some rudimentary assumptions which are necessary until and if a function can be provided for determining the actual size of a text item at any given font and number and size of characters. |
484 | PTL.LSP | PTL | Nothing to found. |
485 | Pts2file.VLX | pts2file | Simple point output in csv file. |
486 | PURGE13.LSP | pga | batch compatible program to automatically purge |
487 | Purge-Point.lsp | purge-point | These commands shall be used with caution since they destroys the intelligence in the objects. But it can reduce the size very much if that is what is needed. |
488 | PurgeReconciledLayers.lsp | Not found | Nothing to show in cad and commond |
489 | Purgeshx.lsp | PSHX | Nothing to found. |
490 | PUT_NUMS.LSP | put_nums | This programme to marking the numbers in autocad with increments. |
491 | QUADRATIC EQUATION SOLVER (x=).lsp | x= | There is the quadratic equation solver programme with the value of a, b and c. |
492 | QuickMirror.lsp | QM, QMO, QMD, QMOD | Provides functionality to mirror a selection of objects or a single object without the need to select two points defining a mirror axis. |
493 | RCOMP.LSP | REG | Nothing to found. |
494 | RD.lsp | RD | A program to extract the xyz coordinates from any polyline and export them to an ascii file. |
495 | rdg.lsp | rdg | Preparing the section of the road with full data. |
496 | rec.lsp | REC | REC draws a rectangle based on digitizing two corners and prompts for the corner rounding radius. The rounding radius can be digitized. The default rounding radius is always 0. |
497 | RECREATE HATCH BOUNDARY (hb).lsp | hb | Recreate hatch boundary |
498 | remicons.lsp | Not found | Nothing to show in cad and commond |
499 | resection.lsp | bint | Resection of the Total station to calculate in autocad. |
500 | revcloud.lsp | REVCLOUD | Changed arc length to be multiplied by dimscale for consistancy across drawings |
501 | Roop.LSP | Not found | Nothing to show in cad and commond |
502 | Rotate_view.lsp | rv | Rotate Layout view in the drawings only. |
503 | ROUGHEN.LSP | ROUGHEN | Routine to "roughen" a polyline |
504 | rr.lsp | Not found | Nothing to show in cad and commond |
505 | RXL-ResetXRefLayersV1-1.lsp | ResetXRefLayers | Resets specific properties of all layers dependent on the selected External Reference(s) to those set in the source drawing file(s). |
506 | S.LSP | cs | Commond is not loaded to autocad. |
507 | SALIM.LSP | Tcor | Nothing to found. |
508 | sample-profile-util.lsp | Startup | Sample profile manipulation utilities. All functions return T on success and nil on failure. See comments above each function for additional details. |
509 | sasx.LSP | SSx | Creates a selection set. Either type "SSX" at the "Command:" prompt to create a "previous" selection set or type "(SSX)" in response to any "Select objects:" prompt. You may use the functions "(A)" to add entities and "(R)" to remove entities from a selection set during object selection. More than one filter criteria can be used at a time. |
510 | ScaleBar.lsp | SB | To Place Scale Bar in layout of cad |
511 | ScriptWriterV1-2.lsp | Wscript | The program will allow the user to enter a line of script operations to be performed on a directory (and subdirectories) of drawings. When entering the script operations, the filename of the drawing is |
512 | SEAR.LSP | sea | Search the point number in autocad. |
513 | SEEASCII.LSP | SeeASCII | ASCII table output generator. |
514 | Set Datum.lsp | dat | To change Datum coordinate |
515 | SETLAYER.LSP | setlayer | Set current layrer |
516 | sfill.lsp | Not found | Nothing to show in cad and commond |
517 | sg.lsp | SG | Nothing to found. |
518 | sg2.lsp | SG | Nothing to found. |
519 | SLAB1.LSP | Slab | Nothing to found. |
520 | SLABEL.LSP | Not found | Nothing to show in cad and commond |
521 | slope calculation.LSP | Sl | Change the object to any other layer in autocad. |
522 | slope n superelevation.lsp | Slope | Find the slope in %age autocad by clicking two points of line |
523 | Slope.lsp | Slope | Find the slope in %age autocad by clicking two points of line |
524 | SLP 1.lsp | slp | Find the slope and mark in autocad. |
525 | SOKISH.LSP | sok | Nothing to found. |
526 | speak | speak | Here is speak commond for speaking for your working. |
527 | SS.LSP | ss | Nothing to found. |
528 | SSX.LSP | SSx | Creates a selection set. Either type "SSX" at the "Command:" prompt to create a "previous" selection set or type "(SSX)" in response to any "Select objects:" prompt. You may use the functions "(A)" to add entities and "(R)" to remove entities from a selection set during object selection. More than one filter criteria can be used at a time. |
529 | StartCmdCount.LSP | StartCmdCount | Start commond counter in autocad. |
530 | StealV1-6.lsp | steal | Allows the user to import (humourously: 'steal') items from another drawing into the active drawing. |
531 | Stn-Elev.lsp | Dat, Stn & uw | Station & Elevation , To get Stn & pgl |
532 | Stn-Elev-V0.lsp | Dat, Stn & uw | Station & Elevation , To get Stn & pgl |
533 | SUADIM.LSP | xx | Nothing to found. |
534 | SUBTRACT SELECTED NUMBERS (-).LSP | - | Subtract of selected selected number in cad. |
535 | supperelevation.LSP | sup | Calculation the superelevation in cad and show in autocad same as section. |
536 | SYMBOL.LSP | Dfin | Mark the break sign in cad. |
537 | T_KE.LSP | TK | Nothing to found. |
538 | Tabcord.lsp | tabcord | Fills the table in co-ordinates of LwPolyline vertexes, and also the centres and radiuses of arc segments. Marks vertexes of LwPolyline accordingly data in the table by digits or letters. Look section 'ADJUSTMENT' for acquaintance with options. |
539 | Table.lsp | LTABLE | Functions to produce tabular text output to display or a file. |
540 | Tangent Circle.lsp | TTT | To make Tangent Tanget Circle in drawing to attached circle with other object. |
541 | target.lsp | TARGET | Make the target circle with the sign of Plus. Same as taget sign in Snipping gun etc or cross hair etc. |
542 | TC.LSP | tc | Text to Text copy. Copy text from DIMENSION, TEXT, MTEXT, ATTRIB, ATTDEF, ACAD_TABLE to one |
543 | TC-DOWN.LSP | tc | Text to Text copy. Copy text from DIMENSION, TEXT, MTEXT, ATTRIB, ATTDEF, ACAD_TABLE to one |
544 | TCOR.LSP | Not found | Nothing to show in cad and commond |
545 | TE_Table to XL.lsp | TE | Gathers x and y positions of lines and polylines in separate lists This is used to determine height/width & # of rows/columns Line info must be gathered first in order to determine cell position of any other gathered information |
546 | TerrainSectionsPro2X.lsp | TERS | Nothing to found. |
547 | TEXP.LSP | Not found | Nothing to show in cad and commond |
548 | Text 2 pt | ||
549 | text aligning.lsp | EDT | THIS PROGRAMME ALLIGNS THE TEXTS WITH REFERENCE TO THE PICKING POINTS |
550 | text auto levels.lsp | wpl | usefull of this program suppose you have topographic drawing and you want to print level (z-coordinate)of a point near the point this program provide this service and make layer for text level ,to use the program load it then write at command line:wpl |
551 | text case-upper-lower.lsp | CASE | Change the text case to upper case or lower case. |
552 | text create layer.lsp | txtla | select a text and lisp will create a new layer for the same with same name |
553 | text fixed height.lsp | increh, CSX, CSY, gv | You may use this commond and fixed of height with different ways in autocad. |
554 | TEXT OUT.lsp | textout | To export text strings from a drawing to an ascii text file. |
555 | text replace selection.lsp | chg | You may use this commond and change text with another text. |
556 | Text Rotat.lsp | DTCurve | The Program will prompt the user to either Select existing text to align, or specify New Text. The user will then be prompted to select a curve, and the text specified/selected will be dynamically aligned to the selected curve. |
557 | text rotate easy.lsp | EDT | THIS PROGRAMME ALLIGNS THE TEXTS WITH REFERENCE TO THE PICKING POINTSs |
558 | text space fixed.lsp | isbt | This programme fixed the space between text reference to the picking points. |
559 | text value precision.lsp | chpr | To Change Precision of number of text written in autocad. |
560 | Text with box.lsp | tbox | This program enables the user to create an associative textbox surrounding a Text or MText object in the drawing. The size, position, orientation & rotation of the resulting textbox will be automatically updated following modification to the associated Text or MText object. |
561 | TEXT.LSP | Txt | You may write text using this lisp in single line. |
562 | text2elev | text2elev | Using this lisp you can found your text elevation in commond bar. |
563 | text2elev.vlx | text2elev | You May change text elevation in drawing with using this lisp. |
564 | Text2MTextV2-0.lsp | t2m | Similar to the Txt2MTxt Express Tools function, but allows the user additional control over where the text is placed in the resultant MText. |
565 | TextCalcV1-0 (1).lsp | TextCalc | Allows the user to perform arithmetical operations on numerical data within text. |
566 | TextCalcV1-0.lsp | TextCalc | Allows the user to perform arithmetical operations on numerical data within text. |
567 | textfit.lsp | textfit | You may use this programme for fit text to given pick point may change text height width etc. |
568 | TextFunctions.lsp | ChangeTextStyleName | Change all text styles on all objects to specified text style |
569 | TextHeight.lsp | th | Set selected text or mtext to specified height Text is resized based on the justification point |
570 | textmask.lsp | textmask | TEXTMASK works in conjunction with WIPEOUT.ARX to hide all entities behind the selected text or mtext. The text object is then grouped together with the wipeout object such that they move, copy, erase, etc. together. To update after editing text, run TEXTMASK again and select the text item to be updated. The the previous wipeout object will be erased and a new one will be created. |
571 | TextMath V1.1 (1).lsp | TextMath | The program will allow the user to perform mathematical operations on Text, MText, Dimensions & Attributes containing numerical data. |
572 | text-multiple changing.LSP | CHGTEXT | This is a "text processor" which operates in a global manner on all of the text entities that the user selects i.e., the Height, Justification, Location, Rotation, Style, Text, and Width can all be changed globally or individually, and the range of values for a given parameter can be listed. |
573 | texts join.lsp | de | this lisp helps to join 2 texts to one text. |
574 | THANG3D.LSP | THANG3D | Nothingto found. |
575 | THEP.LSP | Thep | Nothing to found |
576 | TIME AND DATE.LSP | Not found | Nothing to show in cad and commond |
577 | time.LSP | ctim | Show current time in cad |
578 | TINH DIEN TICH.LSP | td | Not sure what is this function click on two points and show some digit same like distance and again click mark two line and end of the commond. |
579 | TIP740.LSP | NUM | Change the elevation in autcad. |
580 | TK.LSP | BTK | Nothing to found. |
581 | TK_EXP.LSP | TK_EXP | Count the object in autocad and reply entity no. 01 less then total numbers. |
582 | TK1.LSP | tk | Nothing to found. |
583 | TKCT1.LSP | TKCT1 | Nothing to found. |
584 | TKCT2.LSP | TKCT2 | Nothing to found. |
585 | TKE_DIEN.LSP | Not found | Nothing to show in cad and commond |
586 | TKKT.LSP | moc | Nothing to found. |
587 | TKN.LSP | TK_IN | Nothing to found. |
588 | TKT2.LSP | tdc | Only when click in cad when loading this commond so insert some text in autocad, nothing to found any thing special. |
589 | TKTH2.LSP | tkthm | Nothing to found. |
590 | tlen.lsp | TLEN | Total LENgth of selected objects |
591 | to dam duong.LSP | CHW | Change the width of the object and mark the donut in cad with the inner and outer diameter in cad. |
592 | TOPOPP.LSP | pp | This routine will allow the user to pick two points on a map and create a profile of the drawing using pickpoints and keyboard input |
593 | TOTAL AREA.lsp | sarea | Area of the selected closed object. |
594 | Total Aria calculeter.lsp | a2f | This program allows a user to create an MText object containing a Field Expression referencing the area, or sum of areas, of one or more selected objects. |
595 | total length calculation by layer-pline.LSP | PR | This command will give the total length for all polyline for the selected layer |
596 | total length.LSP | PR | This command will give the total length for all polyline for the selected layer |
597 | TOTALL LENGHT.lsp | TO | Total lengths of objects. Polylines, LWPolylines, Splines, Arcs, Circles, Lines, and Ellipse |
598 | totarc | totarc | Here is only total length of arc's. There is not included any spline, polyline and line etc. |
599 | totarc | totarc | This commond use for calculate the total length of lines, polyline and arc etc in single digit. |
600 | TO-TC.LSP | Not found | Nothing to show in cad and commond |
601 | Totlen | Totlen | Here is Total length of selected line, polyline and arc show in new popup windows in architectural unit's, Archi decimal, Engineering , decimal engineering. Etc |
602 | Totlen.Lsp | TOTLEN | Add selected lines, plines, lwplines, splines, and arcs for total length' |
603 | TP | ||
604 | TRACT.LSP | TT | Nothing to found. |
605 | Trail pits with Table.lsp | TN, TSN, RES, TPT | Trial pit Table Purpose: Numbering & create table |
606 | TRANS.LSP | TRA | Transforming the whole drawingt to map scale changing. |
607 | trans.mnu | Not found | Nothing to show in cad and commond |
608 | TRAV.LSP | trav | Mark the traverse with the quadrant mark and with the reduced bearing mark. |
609 | T-RC600.LSP | to-tc | Popup windows only written there run the programme correctly. |
610 | trexblk.lsp | btrim, bextend, ncopy | Btrim and bextend is not working, Ncopy is working only with one copy of selected object with the base point. |
611 | TRIMM.LSP | xtend, trimm | This File contains two functions C:TRIMM and C:XTEND which are designed to emulate the AutoCAD Trim and Extend Functions |
612 | troy | troy | Troy commond is game bubbles shows in cad. |
613 | troy.lsp | Troy | There is game with bubble comes in cad same like orbits. |
614 | TRUEGEAR.LSP | tooth | To create true gear and rack teeth as polyline curves |
615 | Ttc.lsp | ttc | he program copies the text from: DText, MText, Tables, Dimensions, Attributes, Attributes, Attributes Definitions, DText, MText and inner block's DText and MText to: DText, MText, Tables, Attribures and Attributes Definitions. There are Multiple and Pair-wise modes. |
616 | TTK.LSP | TK_IN | Nothing to found. |
617 | txt replace1.LSP | TR | Text replace with another text |
618 | TXT.LSP | txt | To write text in drawing. |
619 | txt2pnt[2].lsp | Txt2pnt | Read Text object XY, string for Z, create autocad point object |
620 | txt2pt | txt2pt | Where text is written in drawing you may mark a point on there. |
621 | txt2pt.LSP | txt2pt | Read Text object XY, string for Z, create autocad point object |
622 | txtexprt.lsp | TEX | Exports a selection set of TEXT as picked) |
623 | txt-outT.LSP | TEXTOUT | Outputs selected text to an ASCII file. |
624 | txtstack.lsp | txtstack | Nothing to found. |
625 | type distance.lsp | GD | Write the text in cad with the full requirement enter in it. |
626 | vertical curve.LSP | verti | Prepare a vertical curve with the data given in cad. |
627 | viewportcenter.lsp | Not found | Nothing to show in cad and commond |
628 | viewsIO.lsp | Not found | Nothing to show in cad and commond |
629 | vp-outline.lsp | Vp-outline | Creates a polyline in modelspace that has the outline of the selected viewport. Supports clipped viewports. polyline is supported ellipse, spline, region and circle not supported at this point If vp-outline is called when in mspace it detects the active viewport. |
630 | VPScale(m).LSP | Not found | Nothing to show in cad and commond |
631 | VPScale(mm).LSP | Not found | Nothing to show in cad and commond |
632 | VV | ||
633 | Wildcard Search (WS).lsp | WS | Wildcard Search Lisp |
634 | Write Gully Details (WG).lsp | WG | load program then enter wrco at command line |
635 | write point level.lsp | wp1 | this program suppose you have topographic drawing and you want to print level (z-coordinate)of a point near the point this program provide this service and make layer for text level ,to use the program load it then write at command line:wpl |
636 | write_point_level.lsp | wp1 | this program suppose you have topographic drawing and you want to print level (z-coordinate)of a point near the point this program provide this service and make layer for text level ,to use the program load it then write at command line:wpl |
637 | write_point_level1.lsp | W1 | this program suppose you have topographic drawing and you want to print level (z-coordinate)of a point near the point this program provide this service and make layer for text level ,to use the program load it then write at command line:wpl |
638 | write_point_level-NEW.lsp | Wp1 | this program suppose you have topographic drawing and you want to print level (z-coordinate)of a point near the point this program provide this service and make layer for text level ,to use the program load it then write at command line:wpl |
639 | writtoschedule.LSP | writ | Wirte the coordinate with table without numbering in the form of x and y with simple click and enter to write that coordinates in table. |
640 | wsnum.lsp | wsnum | This WSNUM.LSP routine enables you to enter a prefix for sequentially numbered text which uses the Dtext routine to place text on the current layer in the current text style. |
641 | xdata.lsp | xdata | Program that attaches extended data types to a selected entity. |
642 | xlist.lsp | Xlist | XLIST This routine lists certain properties of objects that are nested in a block or xref. |
643 | Xpipe.LSP | Xpipe | Select Lines, Polylines or Arcs, specify pipe diameter and press Enter. The program will extrude pipes. You can erase path lines after it. |
644 | xplode.lsp | Xp | This is a replacement for the EXPLODE command in AutoCAD. It allows you to control all of the properties of the component entities of a block or set of blocks while exploding them. There are several major differences between XPlode and the EXPLODE command in AutoCAD. |
645 | XR.actm | Not lisp | Nothing to show in cad and commond |
646 | XrefRename.lsp | Not foud | Not found any thing in autocad when use it. |
647 | XrefRepath.lsp | xrp | This lisp utility searches the block table, finds all Xrefs, then repaths the Xrefs (if needed) with shorter "relative paths", thus enhancing drawing file portability. The program strips unneeded drive letter references and superfluous upper level directory path information, using instead the old DOS CHDIR or "CD ...." syntax. |
648 | xrp2004 (1).lsp | xrp | This lisp utility searches the block table, finds all Xrefs, then repaths the Xrefs (if needed) with shorter "relative paths", thus enhancing drawing file portability. The program strips unneeded drive letter references and superfluous upper level directory path information, using instead the old DOS CHDIR or "CD ...." syntax. |
649 | Xtube.LSP | Xtube | Select Lines, Polylines or Arcs, specify external and internal pipe diameter and press Enter. The program will extrude pipes. You can erase path lines after it. |
650 | XX.LSP | XX | Nothing to found. |
651 | XY COORD.lsp | CR | Simple click and mark the coordinates with the text of E and N in cad. |
652 | XY WITH TABLE.LSP | gg | Make a table with the point number in table and mark also points and points number in location both are in cad. |
653 | xy.lsp | Xy | Simple click and mark the coordinates without any sign x y or e n. |
654 | XY-ARRO.lsp | Cr | Simple click and mark the coordinates with the text of E and N in cad. |
655 | XY-ARRO1.LSP | Cr | Simple click and mark the coordinates with the text of E and N in cad. |
656 | xyz it is used for only xyz to write.lsp | xyz | Simple click and mark the coordinates without any sign x y z or e n z. |
657 | xyz.lsp | xyz | Simple click and mark the coordinates without any sign x y z or e n z. |
658 | xyzd.lsp | 11 | Easting and nothing with the depth which we desired enter. |
659 | xyzd-1.lsp | 11 | Easting and nothing with the depth which we desired enter. |
660 | xyzd-2.lsp | 22 | Mark the chainage with the coordinates in cad. |
661 | xyzd-3.lsp | 22 | Mark the chainage with the coordinates in cad. |
662 | XZ-Coordinates With Description.lsp | XZ | load program then enter XZ at command line |
663 | XZ-E,N,Z With Description.lsp | XZ | load program then enter XZ at command line |
664 | YY.LSP | yy | Nothing to found. |
665 | Z VALUE ZPT.lsp | zpt | Nothing to found. |
666 | z.lsp | z | Only when click in cad mark the x value without any sign given. |
667 | ZGrid.lsp | Nothing found | Nothing to show in cad and commond |
668 | zoome.lsp | zoome | Zoom extents in all viewports |