当前位置:网站首页>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文件的文件名稱的使用。
边栏推荐
- Why is go language particularly popular in China
- College campus IP network broadcasting - manufacturer's design guide for college campus IP broadcasting scheme based on campus LAN
- Error 1045 (28000) occurs when Linux logs in MySQL: access denied for user 'root' @ 'localhost' (using password: yes)
- DEX net 2.0 for crawl detection
- Basic introduction of redis and explanation of eight types and transactions
- Redhat7系统root用户密码破解
- CAD插件的安装和自动加载dll、arx
- Final review (Day2)
- Pytorch through load_ state_ Dict load weight
- 获取并监控远程服务器日志
猜你喜欢

Brief introduction of realsense d435i imaging principle

PHP notes are super detailed!!!

Skip table: principle introduction, advantages and disadvantages of skiplist

Today, many CTOs were killed because they didn't achieve business
![[trivia of two-dimensional array application] | [simple version] [detailed steps + code]](/img/84/98c1220d0f7bc3a948125ead6ff3d9.jpg)
[trivia of two-dimensional array application] | [simple version] [detailed steps + code]

"C and pointer" - Chapter 13 advanced pointer int * (* (* (*f) () [6]) ()
![[minesweeping of two-dimensional array application] | [simple version] [detailed steps + code]](/img/b0/aa5dce0bb60c50eea907de9e127d6c.jpg)
[minesweeping of two-dimensional array application] | [simple version] [detailed steps + code]

redis 无法远程连接问题。

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

Introduction to redis using Lua script
随机推荐
2022.7.2 模拟赛
Error 1045 (28000) occurs when Linux logs in MySQL: access denied for user 'root' @ 'localhost' (using password: yes)
Redis encountered noauth authentication required
mapbox尝鲜值之云图动画
Obtenir et surveiller les journaux du serveur distant
Exception when introducing redistemplate: noclassdeffounderror: com/fasterxml/jackson/core/jsonprocessingexception
mysql启动报错:The server quit without updating PID file几种解决办法
期末复习(Day5)
Explanation of several points needing attention in final (tested by the author)
Map的扩容机制
Robot capture experiment demonstration video
[advanced pointer (2)] | [function pointer, function pointer array, callback function] key analysis + code explanation
Capacity expansion mechanism of map
请求数据库报错:“could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGram
2022.DAY592
【无标题】
Webrtc protocol introduction -- an article to understand ice, stun, NAT, turn
求质数的方法
大二困局(复盘)
6.23星期四库作业