当前位置:网站首页>Installation of CAD plug-ins and automatic loading of DLL and ARX
Installation of CAD plug-ins and automatic loading of DLL and ARX
2022-07-03 05:45:00 【zxt_ net】
1、 Modify the registry to add cad Of “ Support file search path ”, With cad2020 For example :
HKEY_CURRENT_USER\SOFTWARE\Autodesk\AutoCAD\R23.1\ACAD-3001:804\Profiles\<< Unnamed configuration >>\General\ACAD
2、 take acad.lsp Document and acad.rx Package the files into the installation package .
3、 When the installation is complete, it will acad.lsp Document and acad.rx The path of the file is added to the registry value .
4、 About lsp file :
(setvar "SELECTIONEFFECT" 0)
(setvar "SECURELOAD" 0)
(setq filepath (findfile ".dll"))
(COMMAND "NetLoad" filepath)
(setq filepath (findfile "xxx."))
(COMMAND "NetLoad" filepath)
5、 About rx file
stay rx The file only needs to list what needs to be loaded arx File name + Suffixes are enough :
xxx.arx
6、 Be careful lsp and rx Use of the file name of the file .
边栏推荐
- Altaro requirements for starting from backup on Hyper-V
- 聊聊如何利用p6spy进行sql监控
- Primary school campus IP network broadcasting - Design of primary school IP digital broadcasting system based on campus LAN
- MySQL startup error: several solutions to the server quit without updating PID file
- Export the altaro event log to a text file
- ninja: build stopped: subcommand failed.
- Apache+PHP+MySQL环境搭建超详细!!!
- [written examination question analysis] | | get [sizeof and strlen] [pointer and array] graphic explanation + code analysis
- 2022.6.30DAY591
- Analysis of the example of network subnet division in secondary vocational school
猜你喜欢

Deploy crawl detection network using tensorrt (I)

Webrtc protocol introduction -- an article to understand ice, stun, NAT, turn

@Solutions to null pointer error caused by Autowired
![[Shangshui Shuo series together] day 10](/img/a3/e8b9df588bef67ead925813a75c8c0.png)
[Shangshui Shuo series together] day 10

mapbox尝鲜值之云图动画

Map的扩容机制

Strategy pattern: encapsulate changes and respond flexibly to changes in requirements

QT read write excel -- qxlsx insert chart 5

今天很多 CTO 都是被幹掉的,因為他沒有成就業務

Apache+PHP+MySQL环境搭建超详细!!!
随机推荐
一起上水硕系列】Day 9
AtCoder Beginner Contest 258(A-D)
@Import annotation: four ways to import configuration classes & source code analysis
[set theory] relational closure (relational closure related theorem)
Apt update and apt upgrade commands - what is the difference?
Altaro VM backup getting started
Personal outlook | looking forward to the future from Xiaobai's self analysis and future planning
PHP笔记超详细!!!
求质数的方法
Introduction to webrtc protocol -- an article to understand dtls, SRTP, srtcp
獲取並監控遠程服務器日志
Understand one-way hash function
【一起上水硕系列】Day 10
[advanced pointer (1)] | detailed explanation of character pointer, pointer array, array pointer
C 语言文件操作函数大全 (超详细)
大二困局(复盘)
Can altaro back up Microsoft teams?
一起上水碩系列】Day 9
Pytorch through load_ state_ Dict load weight
ES 2022 正式发布!有哪些新特性?