About 3,540,000 results
Open links in new tab
  1. Solved: Modifying Auto Dimensioning of Polylines LISP code for ...

    Feb 25, 2024 · Modifying Auto Dimensioning of Polylines LISP code for dimensioning arc segment with arc length dimension instead of 3 point angular dimension & for user defined offset …

  2. Polyline details to excel lisp - Autodesk Community

    Dec 23, 2024 · Help me with a lisp code to extract the coordinates of a polyline, distance between the vertices, deflection angle with left or right and a cumulative length from start to each of the …

  3. Microsoft CoPilot AI can write AutoLisp coding

    Oct 25, 2024 · There have been numerous Topics raised here based on problems with AI-generated AutoLisp code [more commonly from ChatGPT] that was really way off -- using …

  4. Help with OpenAI ChatGPT generated Autolisp code

    Mar 20, 2024 · Hello All, Precursor: I have very limited knowledge in lisp and how to debug lisp code. I was able to use the new ChatGPT implementation on the OpenAI website to write the …

  5. Need help with LISP code Hatch Creation

    Jan 25, 2025 · Hello everyone, I need help with the code to create rectangle hatch with associated polyline and it should be place it with "inspt" of hatch origin point, I'm trying to access Origin …

  6. Batch Run lisps on multiple drawings - Autodesk Community

    Aug 28, 2019 · Hi All, I'm wondering if there's a lisp out there that will let me run an existing lisp I have on multiple drawings just be referencing it's command? It would be good if I could …

  7. Lisp to export polyline data (area, length and inner text) to excel

    Mar 29, 2023 · In the attached Lisp which i found in this site, on selecting closed polylines, the area, length and inner text is exported from autocad to excel.

  8. LISP Code for drawing perpendicular lines individually for the …

    Nov 21, 2023 · LISP Code for drawing perpendicular lines individually for the selected polyline from the selected set of points. so finally number points in the selection is equal to the number …

  9. Solved: Script to -INSERT a block - Autodesk Community

    Sep 30, 2024 · The way to do this is to use lisp which surrounds the block name along with the other entries with quotes like this: (command "insert" "arrow" "3263923.0305,1263407.6526" …

  10. Improving LISP code to sort blocks by coordinates in AutoCAD

    Oct 22, 2024 · Hello everyone, I am currently using the following LISP code, which replaces a specific character in the attributes of selected blocks with a numeric sequence. It works …