当前位置:网站首页>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 .
边栏推荐
- Azure file synchronization of altaro: the end of traditional file servers?
- Using the ethtool command by example
- mysql启动报错:The server quit without updating PID file几种解决办法
- Download the corresponding version of chromedriver
- [together Shangshui Shuo series] day 7 content +day8
- Final review (Day6)
- 一起上水硕系列】Day 9
- "C and pointer" - Chapter 13 function pointer 1: callback function 2 (combined with template to simplify code)
- 2022.6.30DAY591
- Ext4 vs XFS -- which file system should you use
猜你喜欢

大二困局(复盘)

Kubernetes resource object introduction and common commands (V) - (configmap)

Mapbox tasting value cloud animation

redis 无法远程连接问题。

Win10 install pytullet and test

Qt读写Excel--QXlsx插入图表5

Exception when introducing redistemplate: noclassdeffounderror: com/fasterxml/jackson/core/jsonprocessingexception

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

【一起上水硕系列】Day 10

Skip table: principle introduction, advantages and disadvantages of skiplist
随机推荐
College campus IP network broadcasting - manufacturer's design guide for college campus IP broadcasting scheme based on campus LAN
About debugging the assignment of pagenum and PageSize of the formal parameter pageweb < T > (i.e. page encapsulation generic) in the controller
How to use source insight
Progressive multi grasp detection using grasp path for rgbd images
Pytorch through load_ state_ Dict load weight
Detailed explanation of iptables (1): iptables concept
【无标题】
Intégration profonde et alignement des séquences de protéines Google
Configure and use Anaconda environment in pycharm
Complete set of C language file operation functions (super detailed)
Disassembly and installation of Lenovo r7000 graphics card
期末复习DAY8
Basic introduction of redis and explanation of eight types and transactions
2022.7.2 模拟赛
Making coco datasets
2022.6.30DAY591
期末复习(Day5)
配置xml文件的dtd
SimpleITK学习笔记
牛客网 JS 分隔符