PDA

View Full Version : AutoLISP



Pages : 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

  1. Default AutoCAD Template file, where it is stored?
  2. Using MText command inside a routine, display Editor instead of command line version
  3. selecting 1 drawing entity to manupilate multiple entities
  4. How to use the OverKill command in a LISP routine?
  5. What is your most used and/or favorite LISP routine?
  6. Dialog box within LISP routine causes AutoCAD to not respond
  7. Using commands in a cond statement
  8. Import a layout from a template using lisp?
  9. Too many Selection Sets
  10. 3DPOLY within a lisp
  11. assign layer lineweight based on layer color
  12. Polylines with common base point?
  13. DCL creation program
  14. Routine to globally changes the text size of attributes?
  15. Routine to compile ALL your .LSP files into a .FAS file
  16. Creating a cleaner "fix block" routine?
  17. Compare backslashes in directory path
  18. Routine use to work in ADT 3.3 but no longer works in ADT 2006 - numberp: nil
  19. Update Attribute text, basically flip the order of two values
  20. Inserting a Block with Attributes using LISP?
  21. Add Selected, one command instead of 5 or so
  22. Calling 2 AutoCAD commands causes an error - function cancelled
  23. Need to add to code - cycle all open drawings
  24. Adding Suffix to All Layers
  25. Accessing embedded object data
  26. Routine to set search paths, file names, and file locations
  27. Determining centre of Object / A marked position on screen without user input
  28. Update Style Table
  29. Extracting real numbers from text
  30. Checking Z coordinates
  31. Using mirrored/drawn objects as guidelines for drawing lines
  32. Selecting certain objects in a drawing and not torching the rest
  33. How to "reinitilize" my plot style table search path?
  34. Isolate objects - Rest remain visible?
  35. Is possible to select entities from a selection set obtained by using ssget command?
  36. Add Optional Status to any layer
  37. Moving or copying half distance of your pick points
  38. AutoCAD menu utilities loaded. ERROR: malformed list on input
  39. Need some guidance with transferring attribute data
  40. LISP routine not working in AutoCAD 2007, but does in 2000
  41. Create two lists and process the data
  42. SSGET returns error - bad SSGET list
  43. Draw a Line given 1 point and an angle
  44. Determine the coordinates of the midpoint of a Polyline?
  45. Help with using entsel or nentselp
  46. Plot Stamp System Variable...
  47. Title bubble routine using slide library not working in AutoCAD 2007
  48. Help / guidance with using SSGET
  49. Run the -VPort command normally then move newly created Viewports onto a Layer
  50. Update/Reset Attributes to default values?
  51. determining positions of 2 points on drawing
  52. Routine to draw Objects via a set of guidelines
  53. LISP to VLISP - Building Reactors, what is the best approach?
  54. Using a polyline as a selection window/fence area
  55. Insert block using coordinates in a txt file
  56. Routine to insert Dynamic Blocks with chosen Visibility State
  57. Create a Layer, make it active, then place all selected objects on that Layer
  58. Add new drop down menu to CUI
  59. Text Rotate LISP routine appears to cause cad 'memory loss'
  60. Acad.lsp works in ADT 2007, but not in AutoCAD 2007 (same PC)
  61. How to print an Excel file from AutoCAD
  62. Getting length of sides of a rectangle/square
  63. Count the number of Layers with a specific character in the Layer name
  64. Remove certain prompts from QLeader ie Just pick points and enter text
  65. Add text within a table to a selection set?
  66. Set Fillet to certain Radius, then set it back to 0 afterwards
  67. Check for Folder - Create if needed
  68. Use SSGET to select everything, then explode the selection set
  69. Change layer of all leaders
  70. Set DText height according to Dimstyle
  71. Osnap and Rubber-band line not appearing while routine is run
  72. Lisp routine to list line length and line ID
  73. Draw lines between two known points from a data table
  74. Compare two sets of points
  75. Textmask does not behave in LISP routine
  76. Move an attirbute within a block
  77. Exchange one x-refence for another
  78. Automatic hyperlink through lisp?
  79. What determines the order of Objects added to a selection set via SSGET
  80. Auto populate information gathered from routine into Sheet Set
  81. Remove duplicate points in polyline
  82. Selecting, joining multiple Lines into a single Polyline.
  83. Block Attributes to File Properties Utility
  84. Make LISP non-case sensitive when using IF statement
  85. Filtering certain attached Xrefs
  86. Delete / Remove all frozen and_or turned off layers?
  87. Erase all copies of a selected block and it's attributes should it have any
  88. Removal of all Leaders and Associated Text ?
  89. Routine to convert a .LSP file to a .FAS file - need someone to give it the once over
  90. Update AutoCAD 2005 routine so it runs in 2007 - error "no tags"
  91. How to select Objects that were drawn last
  92. Prevent Attribute dialog box from displaying
  93. Place a Mile Marker Block along a alignment path (Polyline)
  94. Help / Guidance with building a routine for air conditioning duct layout
  95. Run a LISP command after pressing ENTER or right-click in AutoCAD
  96. Scale Attributes within a Block, but not the Block itself
  97. Easy to understand explanation on the use of the MAPCAR and LAMBDA functions
  98. Is it possible to lock a lisp program so it can't be edited
  99. Insert a Block with Attributes and group it with a Leader
  100. Add distance / length to a point value obtained via Getpoint
  101. Import Table made in AutoCAD 2000 to Excel with same column and rows
  102. Check if Point is inside Polygon
  103. New version of Previous.lsp
  104. Set OSnap to EndPoint in Copy routine
  105. LISP Trim command with t-shaped cutting edges
  106. How to know the path of loaded VLX file?
  107. Draw Polyline as cutting edge, then remove it when finished
  108. Set Wall Cleanup automatically to NO
  109. Show amount of process completed in a dialog box
  110. How to get attribute information from the Block using AutoLISP
  111. Properties of a Xref hatch
  112. Access Attribute prompt tag
  113. Error: Automation Error. Description was not provided
  114. Read data from an AutoCAD Map 3D object data table into a lisp routine
  115. Automatically convert a detail library into my layer standards?
  116. Adding a prefix to all layer names within a drawing
  117. Help with Program to Automate Title Block fill in
  118. Dúvida sobre VBA e Lisp
  119. Lisp strategy for drawing a Spiral
  120. Need help updating a Layer name change routine with dialog box
  121. Multiple Tool Palette paths
  122. Bad function "1" error message
  123. Get Distance from a Point to a Line?
  124. Looking for a lisp that can switch between two osmodes
  125. Get the top most left corner & bottom right corner point of a closed Polyline
  126. Example LISP file with DCL for AutoCAD 2007 and greater
  127. How can I write a Xdata to a new fresh entity
  128. How to get Mass Properties of a Region in Lisp
  129. Using MLine in lisp
  130. Clicking cancel closes dialog box, but then another opens based on radio button...
  131. Attribute rotation to remain at 0
  132. Extend and Trim lines to an enclosed boundary
  133. (entget(car(entsel))) to get size of Door object?
  134. Call 2 AutoCAD commands, 1 with user interface and the other without
  135. Manipulating points in a list
  136. Help with exporting data from AutoCAD drawings into excel spreadsheet
  137. Editando os atributos dos Blocos - VBA
  138. Inserindo DWG´s como Blocos - VBA
  139. Attribute and Insertion Point extraction to a comma delimited file
  140. 3D Helices in AutoCAD 2000i
  141. Adding a description to the Layer
  142. Round up to the nearest even number
  143. Continue the program after drawing a Polyline
  144. Error: bad argument type: numberp
  145. Are there limitations to the "last break source" option under debug?
  146. Help with a routine that draws a Box
  147. Subentity Selection
  148. Is it possible to draw attached image via a LISP routine?
  149. Reactor that will change the text of a dimension every tim a new Dimension is created
  150. Check to see if any Objects are on a Layer
  151. Run Spell Check via LISP in AutoCAD 2008
  152. Select entities off the screen
  153. Partial open drawings in Read-only mode
  154. Obtain a Point along a line that is perpendicular to an offset line
  155. Creating Text Objects via LISP
  156. Layer Name Change Routine
  157. Allow user full control of AutoCAD within a routine, when finished return to routine
  158. Help with a Saved View routine, how to handle TileMode
  159. DCL Tiles - Columned List
  160. Determine change in current visible limits
  161. Adding to existing mtext
  162. Scale All Inserts Of A Block With Attributes Whilst Keeping The original base Points
  163. Example of EntMake
  164. LISP to change layer colors to random colors
  165. Plot routine hangs on PlotID command
  166. Prevent AutoCAD Text Window from popping to the front
  167. how to find unit type of dwg in lisp?
  168. Use Relative Paths when inserting Blocks via LISP
  169. Using OSnap override from OSnap menu inside a LISP routine
  170. Using Polar with Vlisp
  171. Need help locating the center of a square
  172. Find the lower left corner of polyline rectangle
  173. Start up LISP routine not working properly under Windows 2000
  174. Routine to change Lineweight of a Layer and a Xref Layer
  175. Extract the 3D points that make up the control points of SPline objects
  176. convert String to List
  177. Select all text with a height of 4mm in a drawing via ActiveX methods
  178. Write XData to an entity
  179. AutoCAD 2008 - Iterate through an entity list
  180. Looking for a LISP routine to plot out a .CTB file with relevant information attached
  181. Routine to change Attributes color to Bylayer not working in AutoCAD 2008
  182. assign layer lineweights based on layer color
  183. Modify text entities withn a block
  184. LISP Routine to get Object Data
  185. SSget a Polyline via 1 of 2 intermediate points
  186. sorting a list of points so that it follows a certain order
  187. Import viewport from specific dwg
  188. Book "AutoLisp and Visual Lisp primer", recommended or not
  189. Launch a PDF via lisp
  190. List total Polyline lengths according to Layer
  191. Toggle text case within a block
  192. Load custom dll for 2004 via vla-GetInterfaceObject
  193. Functions that worked in AutoCAD 2004 no longer work in AutoCAD 2007
  194. Check precision of Dimensions and change color accordingly
  195. Reverse direction of curved polyline?
  196. Output results of a selected Polyline to a printer
  197. Select closed polyline and text, then place text in room-tag
  198. Pass variable between drawings
  199. Add Layer description output to a Layer routine
  200. changing the length of a polyline segment
  201. Toggle wall cleanups in ADT
  202. Help reading / understanding attached Attribute revision routine the attached routine
  203. Highlight what AEC Dims are dimensioning?
  204. Save / Export certain layers in a drawing file to a new file
  205. program to automate numbering adjustment
  206. Change Hatch Layer Color in X-refs
  207. Purge & Audit all drawing files in a folder
  208. Access the current sheet set properties and custom properties?
  209. Reactor to fire when a Table is edited?
  210. Remove the .dwg from value returned via DwgName
  211. Error: misplaced dot on input - when running a LISP routine
  212. Finding out how much RAM you have using lisp
  213. Set administrative value of a key in the registry?
  214. Edit Attributes Programatically
  215. Is there a variable by which I can get font file location?
  216. Saving and Restoring Layer States
  217. cancel a command from lisp
  218. Linking att fields to objects after placement
  219. Links nesta área - partilhe aqui seus favoritos
  220. Programação
  221. Searching layers with wild cards
  222. Inserting blocks in table cells using LISP
  223. Usando forms VBA a partir do AutoLISP
  224. Pass a selection set to a program
  225. Select all Blocks between two Polylines
  226. Rotinas de productividade!
  227. Place a Block at points along a Polyline
  228. Looking for a LISP routine to draw a ZigZag line that is a 2 inch wide Polyline
  229. Hovering over a field and displaying instructional text
  230. Polyline Object Reactor behaving differently in AutoCAD 2007
  231. How do people load their LISP routines?
  232. Update Title Block data in numerous drawing files
  233. Draw a Rectangle using the @ symbol
  234. cycle through an entity with multiple dxf codes
  235. Does AUGI have a LISP Library or similar
  236. does some one have a lisp routine that adds line lengths
  237. Check for existing scale in annotation scales list?
  238. Pline Join program
  239. Learning how to use Reactors in LISP, where to start
  240. Define 2 key commands inside a routine that will run another routine
  241. Animated layers
  242. Modify the size of rectangle blocks
  243. Uploads de ficheiros e VBA para Inventor
  244. Does "vla-zoomextents" work only on Active-Document
  245. Create an installer to run modules in AutoCAD
  246. Link the file name to information stored in a Title Block
  247. Do all dialog boxes need the ok and/or cancel buttons?
  248. Insert an image onto a dialog box
  249. Change Layer Color of selected layer in a Block or Xref
  250. Use refedit in a LISP routine