当前位置:网站首页>CAD插件的安裝和自動加載dll、arx
CAD插件的安裝和自動加載dll、arx
2022-07-03 05:44: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文件的文件名稱的使用。
边栏推荐
- [function explanation (Part 1)] | | knowledge sorting + code analysis + graphic interpretation
- Introduction to redis using Lua script
- Disassembly and installation of Lenovo r7000 graphics card
- 2022.7.2 simulation match
- redis 无法远程连接问题。
- Progressive multi grasp detection using grasp path for rgbd images
- Altaro requirements for starting from backup on Hyper-V
- 【一起上水硕系列】Day 10
- Shanghai daoning, together with American /n software, will provide you with more powerful Internet enterprise communication and security component services
- "C and pointer" - Chapter 13 function of function pointer 1 - callback function 1
猜你喜欢

Notepad++ wrap by specified character

Deploy crawl detection network using tensorrt (I)

2022.DAY592
![[Shangshui Shuo series together] day 10](/img/a3/e8b9df588bef67ead925813a75c8c0.png)
[Shangshui Shuo series together] day 10

Apache+PHP+MySQL环境搭建超详细!!!

Webrtc native M96 version opening trip -- a reading code download and compilation (Ninja GN depot_tools)

How to use source insight

"C and pointer" - Chapter 13 function of function pointer 1 - callback function 1

How do I migrate my altaro VM backup configuration to another machine?

Understand one-way hash function
随机推荐
【无标题】
Linux登录MySQL出现ERROR 1045 (28000): Access denied for user ‘root‘@‘localhost‘ (using password: YES)
【无标题】
Pytorch through load_ state_ Dict load weight
Redis encountered noauth authentication required
穀歌 | 蛋白序列的深度嵌入和比對
Altaro set grandfather parent child (GFS) archiving
Disassembly and installation of Lenovo r7000 graphics card
2022.6.30DAY591
Map的扩容机制
一起上水碩系列】Day 9
Final review (Day5)
Sophomore dilemma (resumption)
Final review (Day7)
"C and pointer" - Chapter 13 advanced pointer int * (* (* (*f) () [6]) ()
Final review (day3)
About debugging the assignment of pagenum and PageSize of the formal parameter pageweb < T > (i.e. page encapsulation generic) in the controller
Deep embedding and alignment of Google | protein sequences
Common exceptions when Jenkins is released (continuous update...)
2022.6.30DAY591