当前位置:网站首页>CAD插件的安装和自动加载dll、arx
CAD插件的安装和自动加载dll、arx
2022-07-03 05:42:00 【zxt_net】
1、修改注册表添加cad的“支持文件搜索路径”,以cad2020为例:
HKEY_CURRENT_USER\SOFTWARE\Autodesk\AutoCAD\R23.1\ACAD-3001:804\Profiles\<<未命名配置>>\General\ACAD
2、将acad.lsp文件和acad.rx文件打包到安装包。
3、安装完成后将acad.lsp文件和acad.rx文件的所在路径添加到注册表值中。
4、关于lsp文件:
(setvar "SELECTIONEFFECT" 0)
(setvar "SECURELOAD" 0)
(setq filepath (findfile ".dll"))
(COMMAND "NetLoad" filepath)
(setq filepath (findfile "xxx."))
(COMMAND "NetLoad" filepath)
5、关于rx文件
在rx文件中只需要罗列出需要加载的arx文件名称+后缀即可:
xxx.arx
6、注意lsp和rx文件的文件名称的使用。
边栏推荐
- 今天很多 CTO 都是被幹掉的,因為他沒有成就業務
- Jetson AgX Orin platform porting ar0233 gw5200 max9295 camera driver
- [Shangshui Shuo series together] day 10
- Pessimistic lock and optimistic lock of multithreading
- Qt读写Excel--QXlsx插入图表5
- Final review (day3)
- "C and pointer" - Chapter 13 advanced pointer int * (* (* (*f) () [6]) ()
- 2022.7.2 simulation match
- Error 1045 (28000) occurs when Linux logs in MySQL: access denied for user 'root' @ 'localhost' (using password: yes)
- Intégration profonde et alignement des séquences de protéines Google
猜你喜欢

Understand one-way hash function

配置xml文件的dtd

Redis cannot connect remotely.

Go practice - gorilla / handlers used by gorilla web Toolkit

Disassembly and installation of Lenovo r7000 graphics card

How to set up altaro offsite server for replication

Classification and discussion of plane grab detection methods based on learning

Personal outlook | looking forward to the future from Xiaobai's self analysis and future planning

【一起上水硕系列】Day 7 内容+Day8

Simpleitk learning notes
随机推荐
chromedriver对应版本下载
NG Textarea-auto-resize
【无标题】
Explanation of variables, code blocks, constructors, static variables and initialization execution sequence of static code blocks of Ali interview questions
2022.DAY592
The request database reported an error: "could not extract resultset; SQL [n/a]; needed exception is org.hibernate.exception.sqlgram"
Redis cannot connect remotely.
Linux登录MySQL出现ERROR 1045 (28000): Access denied for user ‘root‘@‘localhost‘ (using password: YES)
Today, many CTOs were killed because they didn't achieve business
配置xml文件的dtd
Explanation of several points needing attention in final (tested by the author)
Altaro requirements for starting from backup on Hyper-V
Configure DTD of XML file
@Solutions to null pointer error caused by Autowired
Source insight License Activation
2022.7.2day594
求质数的方法
ES 2022 正式发布!有哪些新特性?
ansible防火墙firewalld设置
大二困局(复盘)