当前位置:网站首页>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文件的文件名称的使用。
边栏推荐
- Communication - how to be a good listener?
- 2022.7.2day594
- Kubernetes resource object introduction and common commands (V) - (configmap)
- MySQL 5.7.32-winx64 installation tutorial (support installing multiple MySQL services on one host)
- Common exceptions when Jenkins is released (continuous update...)
- Redhat7系统root用户密码破解
- Notepad++ wrap by specified character
- [untitled]
- Robot capture experiment demonstration video
- Classification and discussion of plane grab detection methods based on learning
猜你喜欢

mapbox尝鲜值之云图动画

Gan network thought

Configure DTD of XML file

Go practice -- factory mode of design patterns in golang (simple factory, factory method, abstract factory)
![[set theory] relational closure (relational closure related theorem)](/img/6a/b6dca7abf592f8d8ab1d6aecc43381.jpg)
[set theory] relational closure (relational closure related theorem)

Altaro set grandfather parent child (GFS) archiving

Hotel public broadcasting background music - Design of hotel IP network broadcasting system based on Internet +

Intégration profonde et alignement des séquences de protéines Google

Introduction to redis using Lua script

Method of finding prime number
随机推荐
【无标题】
获取并监控远程服务器日志
[untitled]
Disassembly and installation of Lenovo r7000 graphics card
Skip table: principle introduction, advantages and disadvantages of skiplist
ES 2022 正式发布!有哪些新特性?
Final review (Day6)
Altaro VM backup getting started
Making coco datasets
Shanghai daoning, together with American /n software, will provide you with more powerful Internet enterprise communication and security component services
Export the altaro event log to a text file
Installing altaro VM backup
@Autowired 导致空指针报错 解决方式
2022.DAY592
Kubernetes resource object introduction and common commands (V) - (configmap)
Altaro requirements for starting from backup on Hyper-V
2022.6.30DAY591
期末复习(DAY6)
Go practice -- use redis in golang (redis and go redis / redis)
Ansible firewall firewalld setting