search
HomeComputer TutorialsComputer Knowledgecad lisp script modification
cad lisp script modificationJan 12, 2024 pm 02:15 PM

cad lisp script modification

(DEFUN C:J()

(PRINC "\nPlease select the annotation to be combined:)")

(SETQ S selection set (SSGET '((0 . "DIMENSION"))) m 0) is a LISP code that is used to select all entities of type "DIMENSION" in AutoCAD and store the selection results In the S selection set. The purpose of this code is to get all dimension objects.

T label number (sslength S selection set) ZS total number and 0 T aligned label 0). In this sentence, T represents the number of details that are inconsistent with the era. The number of elements in the selection set S can be calculated through the sslength function. ZS represents the total number of details. 0 represents unaligned annotations. T aligned annotations represent those that are inconsistent with the era. How many details are marked correctly?

(while(

"(setq a (entget (ssname S selection set m)) m (1 m))" This line of code is an expression in the Lisp language, used to obtain the attributes of the m-th element in the selection set S, And add 1 to the value of m.

(if (member (cdr (assoc 70 a)) '(1 33 129 161)))

(setq ZS total sum ( (cdr (assoc 42 a)) ZS total sum)) This line of code is an expression in LISP language. Its function is to update the value of the total sum of variables ZS to the current value plus the value associated with key value 42 in list a. Before executing this line of code, you need to ensure that the variables ZS total sum and list a have been defined and assigned the correct values. Through this line of code, we can dynamically update the total sum of ZS.

T alignment label (1 T alignment label)))

)

(PRINC (STRCAT "A total of " (itoa T annotation number) " annotations were selected,\nA total of " (itoa T alignment annotations) " alignment annotations participated in the addition, and the total is: " (Total number of RTOS ZS and 2) "."))

);END OF DEFUN

CAD secondary development modification LISP

(defun c:dz (/ oce1 n1 zn h1 sxh1 p1)

(vl-load-com)

(setq oce1 (getvar "cmdecho"))

(setvar "cmdecho" 0)

(setq ms (vla-get-modelspace

(vla-get-activedocument (vlax-get-acad-object)) is an AutoLISP code used to obtain the currently active AutoCAD document. It obtains the AutoCAD application object through the vlax-get-acad-object function, and then obtains the currently active document object using the vla-get-activedocument method. This code can be used in AutoCAD to operate the currently open document in the program.

)

)

(if qz

()

(setq qz """)

)

(if hz

()

(setq hz """)

)

(initget "c")

(setq nqz (getstring (strcat "\nPlease enter the prefix /c (empty): " )))

(cond

((= nqz "") (setq qz ""))

(T (if (/= nqz "")(setq qz nqz)))

)

(setq hz """)

(if (not (setq n1 (getint "\nPlease enter the starting sequence number : ")))

(setq n1 1)

)

(setq zn 1)

(if (not (setq h1 (getreal "\nPlease specify the text height : ")))

(setq h1 2.5)

)

(setq sxh1 (strcat qz (itoa n1) hz)) is a piece of Lisp code. Its function is to concatenate three strings to form a new string. Among them, qz, n1 and hz are variables, representing prefix, number and suffix respectively. By using the strcat function and itoa function, we can convert the number n1 to a string and concatenate the prefix and suffix with it, finally getting a new string sxh1. Such operations can be easily generated in programming

(setq p1 (getpoint "\nPlease specify the insertion point: "))

(while (/= p1 nil)

(setq p1 (vlax-3d-point p1))

(setq txt (vla-addtext

ms

sxh1

p1

h1

)

)

(setq

n1 (n1 zn)

sxh1 (strcat qz (itoa n1) hz)

p1 (getpoint "\nPlease specify the next insertion point: ")

)

)

(setvar "cmdecho" oce1)

(vlax-release-object ms)

(princ)

)

The above is the detailed content of cad lisp script modification. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:Excel办公网. If there is any infringement, please contact admin@php.cn delete
How to Solve Windows Error Code "INVALID_DATA_ACCESS_TRAP" (0x00000004)How to Solve Windows Error Code "INVALID_DATA_ACCESS_TRAP" (0x00000004)Mar 11, 2025 am 11:26 AM

This article addresses the Windows "INVALID_DATA_ACCESS_TRAP" (0x00000004) error, a critical BSOD. It explores common causes like faulty drivers, hardware malfunctions (RAM, hard drive), software conflicts, overclocking, and malware. Trou

ENE SYS Maintenance: Tips and Tricks to Keep Your System Running SmoothlyENE SYS Maintenance: Tips and Tricks to Keep Your System Running SmoothlyMar 07, 2025 pm 03:09 PM

This article provides practical tips for maintaining ENE SYS systems. It addresses common issues like overheating and data corruption, offering preventative measures such as regular cleaning, backups, and software updates. A tailored maintenance s

How do I edit the Registry? (Warning: Use with caution!)How do I edit the Registry? (Warning: Use with caution!)Mar 21, 2025 pm 07:46 PM

Article discusses editing Windows Registry, precautions, backup methods, and potential issues from incorrect edits. Main issue: risks of system instability and data loss from improper changes.

How do I manage services in Windows?How do I manage services in Windows?Mar 21, 2025 pm 07:52 PM

Article discusses managing Windows services for system health, including starting, stopping, restarting services, and best practices for stability.

5 Common Mistakes to Avoid During ENE SYS Implementation5 Common Mistakes to Avoid During ENE SYS ImplementationMar 07, 2025 pm 03:11 PM

This article identifies five common pitfalls in ENE SYS implementation: insufficient planning, inadequate user training, improper data migration, neglecting security, and insufficient testing. These errors can lead to project delays, system failures

Discover How to Fix Drive Health Warning in Windows SettingsDiscover How to Fix Drive Health Warning in Windows SettingsMar 19, 2025 am 11:10 AM

What does the drive health warning in Windows Settings mean and what should you do when you receive the disk warning? Read this php.cn tutorial to get step-by-step instructions to cope with this situation.

which application uses ene.syswhich application uses ene.sysMar 12, 2025 pm 01:25 PM

This article identifies ene.sys as a Realtek High Definition Audio driver component. It details its function in managing audio hardware, emphasizing its crucial role in audio functionality. The article also guides users on verifying its legitimacy

why won't driver asio.sys loadwhy won't driver asio.sys loadMar 10, 2025 pm 07:58 PM

This article addresses the failure of the Windows asio.sys audio driver. Common causes include corrupted system files, hardware/driver incompatibility, software conflicts, registry issues, and malware. Troubleshooting involves SFC scans, driver upda

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),