当前位置:网站首页>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文件的文件名稱的使用。
边栏推荐
- Altaro virtual machine replication failed: "unsupported file type vmgs"
- Method of finding prime number
- Introduction to webrtc protocol -- an article to understand dtls, SRTP, srtcp
- Error 1045 (28000) occurs when Linux logs in MySQL: access denied for user 'root' @ 'localhost' (using password: yes)
- 牛客网 JS 分隔符
- Why should we rewrite hashcode when we rewrite the equals method?
- Deploy crawl detection network using tensorrt (I)
- 穀歌 | 蛋白序列的深度嵌入和比對
- Sophomore dilemma (resumption)
- [set theory] relational closure (reflexive closure | symmetric closure | transitive closure)
猜你喜欢
Altaro set grandfather parent child (GFS) archiving
穀歌 | 蛋白序列的深度嵌入和比對
Exception when introducing redistemplate: noclassdeffounderror: com/fasterxml/jackson/core/jsonprocessingexception
Linux登录MySQL出现ERROR 1045 (28000): Access denied for user ‘root‘@‘localhost‘ (using password: YES)
@Import annotation: four ways to import configuration classes & source code analysis
Final review (Day5)
Altaro virtual machine replication failed: "unsupported file type vmgs"
Map的扩容机制
How do I migrate my altaro VM backup configuration to another machine?
Progressive multi grasp detection using grasp path for rgbd images
随机推荐
How do I migrate my altaro VM backup configuration to another machine?
Kubernetes resource object introduction and common commands (V) - (configmap)
Explanation of several points needing attention in final (tested by the author)
How to set up altaro offsite server for replication
Webrtc M96 release notes (SDP abolishes Plan B and supports opus red redundant coding)
Go practice -- use JWT (JSON web token) in golang
Strategy pattern: encapsulate changes and respond flexibly to changes in requirements
[explain in depth the creation and destruction of function stack frames] | detailed analysis + graphic analysis
Configure and use Anaconda environment in pycharm
Life is a process of continuous learning
How to install and configure altaro VM backup for VMware vSphere
Final review (Day7)
[set theory] relational closure (reflexive closure | symmetric closure | transitive closure)
Calculation method of AUC
[function explanation (Part 1)] | | knowledge sorting + code analysis + graphic interpretation
[untitled]
Capacity expansion mechanism of map
kubernetes资源对象介绍及常用命令(五)-(ConfigMap)
Configure DTD of XML file
Brief introduction of realsense d435i imaging principle