当前位置:网站首页>CAD插件的安装和自动加载dll、arx
CAD插件的安装和自动加载dll、arx
2022-07-03 05:42: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文件的文件名称的使用。
边栏推荐
- Classification and discussion of plane grab detection methods based on learning
- Learn libcef together -- set cookies for your browser
- 32GB Jetson Orin SOM 不能刷机问题排查
- Today, many CTOs were killed because they didn't achieve business
- [set theory] relational closure (reflexive closure | symmetric closure | transitive closure)
- 期末复习(day3)
- Final review (Day6)
- 2022.DAY592
- Calculation method of AUC
- Introduction to webrtc protocol -- an article to understand dtls, SRTP, srtcp
猜你喜欢

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

PHP notes are super detailed!!!
![[set theory] relational closure (reflexive closure | symmetric closure | transitive closure)](/img/c8/2995c503e9dabae4e2cc704449e04f.jpg)
[set theory] relational closure (reflexive closure | symmetric closure | transitive closure)

Map的扩容机制

Sophomore dilemma (resumption)

PHP笔记超详细!!!

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

Altaro o365 total backup subscription plan

Gan network thought

SimpleITK学习笔记
随机推荐
Training method of grasping angle in grasping detection
6.23 warehouse operation on Thursday
Deep embedding and alignment of Google | protein sequences
Go practice -- design patterns in golang's singleton
Latest version of source insight
2022.7.2day594
Niuke JS separator
AtCoder Beginner Contest 258(A-D)
EMD distance - example of use
[untitled]
求质数的方法
Jetson AgX Orin platform porting ar0233 gw5200 max9295 camera driver
[function explanation (Part 2)] | [function declaration and definition + function recursion] key analysis + code diagram
Go practice -- gorilla/rpc (gorilla/rpc/json) used by gorilla web Toolkit
期末复习(day3)
Making coco datasets
PHP笔记超详细!!!
Win10 install pytullet and test
2022.6.30DAY591
How to use source insight