当前位置:网站首页>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文件的文件名稱的使用。
边栏推荐
- 2022.7.2 模拟赛
- Latest version of source insight
- Transferring images using flask
- Source insight operation manual installation trial
- Notepad++ wrap by specified character
- Obtenir et surveiller les journaux du serveur distant
- [set theory] relational closure (reflexive closure | symmetric closure | transitive closure)
- Go practice -- use JWT (JSON web token) in golang
- 【一起上水硕系列】Day 10
- "C and pointer" - Chapter 13 function of function pointer 1 - callback function 1
猜你喜欢

MySQL 5.7.32-winx64 installation tutorial (support installing multiple MySQL services on one host)
![[set theory] relational closure (relational closure related theorem)](/img/6a/b6dca7abf592f8d8ab1d6aecc43381.jpg)
[set theory] relational closure (relational closure related theorem)

Webrtc M96 release notes (SDP abolishes Plan B and supports opus red redundant coding)

Pessimistic lock and optimistic lock of multithreading

@Import annotation: four ways to import configuration classes & source code analysis

mapbox尝鲜值之云图动画

QT read write excel -- qxlsx insert chart 5

Deep embedding and alignment of Google | protein sequences

Altaro set grandfather parent child (GFS) archiving

2022.DAY592
随机推荐
Configure DTD of XML file
Final review Day8
[set theory] relational closure (relational closure related theorem)
Kubernetes resource object introduction and common commands (V) - (configmap)
Mapbox tasting value cloud animation
中职网络子网划分例题解析
Jetson AGX Orin 平台移植ar0233-gw5200-max9295相机驱动
Brief introduction of realsense d435i imaging principle
Pytorch through load_ state_ Dict load weight
Final review (Day6)
Pessimistic lock and optimistic lock of multithreading
Why should we rewrite hashcode when we rewrite the equals method?
Primary school campus IP network broadcasting - Design of primary school IP digital broadcasting system based on campus LAN
Learn libcef together -- set cookies for your browser
The request database reported an error: "could not extract resultset; SQL [n/a]; needed exception is org.hibernate.exception.sqlgram"
期末复习(day3)
Robot capture experiment demonstration video
CAD插件的安装和自动加载dll、arx
Jetson AgX Orin platform porting ar0233 gw5200 max9295 camera driver
Final review (Day5)