一个面向 AutoCAD 的轻量级 AutoLISP 插件,用于快速放置、连续编号和维护带圈编号。支持 Unicode 带圈字符与不依赖特殊字体的几何模式。
A lightweight AutoLISP plugin for AutoCAD that quickly places, sequences, and maintains circled-number annotations. It supports both Unicode circled characters and a font-independent geometry mode.
- 自动递增放置带圈编号
- 连续放置或直接指定编号
- 支持 Unicode 与几何两种显示模式
- 可设置字高、图层和下一编号
- 批量选择、缩放及修复已有编号
- 几何模式不依赖特殊字体
永久安装:
-
将整个
QuickCircleNumber.bundle文件夹复制到:%APPDATA%\Autodesk\ApplicationPlugins\ -
重启 AutoCAD。
临时加载:
- 在 AutoCAD 输入
APPLOAD。 - 选择
QuickCircleNumber.bundle\Contents\QuickCircleNumber.lsp。
| 命令 | 功能 |
|---|---|
YQ |
放置下一个编号并自动递增 |
YQL |
连续放置编号,回车结束 |
YQD |
输入任意编号后放置 |
YQS |
设置下一编号 |
YQSET |
设置字高、Unicode/几何模式及图层 |
YQSC |
按倍率缩放选中的已有编号 |
YQALL |
选择当前模型或布局中的全部插件编号 |
YQFIX |
修复横向压扁并恢复几何圆的 1:1 比例 |
YQUP / YQDN |
放大或缩小后续编号的默认尺寸 |
YQSIZE |
设置后续编号的准确尺寸 |
YQ0~YQ50 |
直接放置指定编号 |
YQHELP |
显示命令帮助 |
如果 Unicode 编号显示为方框或问号,请运行 YQSET 并切换到 Geometry 模式。
- Place circled numbers with automatic incrementing
- Place annotations continuously or choose a specific number
- Switch between Unicode and geometry display modes
- Configure text height, layer, and the next number
- Select, scale, and repair existing annotations in batches
- Use geometry mode without relying on special fonts
Permanent installation:
-
Copy the entire
QuickCircleNumber.bundlefolder to:%APPDATA%\Autodesk\ApplicationPlugins\ -
Restart AutoCAD.
Temporary loading:
- Run
APPLOADin AutoCAD. - Select
QuickCircleNumber.bundle\Contents\QuickCircleNumber.lsp.
| Command | Description |
|---|---|
YQ |
Place the next number and increment automatically |
YQL |
Place numbers continuously until Enter is pressed |
YQD |
Enter and place any number |
YQS |
Set the next number |
YQSET |
Configure height, display mode, and layer |
YQSC |
Scale selected annotations by a factor |
YQALL |
Select every plugin annotation in the current model or layout |
YQFIX |
Repair horizontally distorted annotations and restore 1:1 geometry |
YQUP / YQDN |
Increase or decrease the default size for new annotations |
YQSIZE |
Set the exact size for new annotations |
YQ0–YQ50 |
Place a specific number directly |
YQHELP |
Show command help |
If Unicode annotations appear as boxes or question marks, run YQSET and switch to Geometry mode.
QuickCircleNumber.bundle/
├── PackageContents.xml
└── Contents/
└── QuickCircleNumber.lsp
Current package version / 当前版本:1.2.0