Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

QuickCircleNumber 快速带圈编号

一个面向 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 与几何两种显示模式
  • 可设置字高、图层和下一编号
  • 批量选择、缩放及修复已有编号
  • 几何模式不依赖特殊字体

安装

永久安装:

  1. 将整个 QuickCircleNumber.bundle 文件夹复制到:

    %APPDATA%\Autodesk\ApplicationPlugins\

  2. 重启 AutoCAD。

临时加载:

  1. 在 AutoCAD 输入 APPLOAD
  2. 选择 QuickCircleNumber.bundle\Contents\QuickCircleNumber.lsp

常用命令

命令 功能
YQ 放置下一个编号并自动递增
YQL 连续放置编号,回车结束
YQD 输入任意编号后放置
YQS 设置下一编号
YQSET 设置字高、Unicode/几何模式及图层
YQSC 按倍率缩放选中的已有编号
YQALL 选择当前模型或布局中的全部插件编号
YQFIX 修复横向压扁并恢复几何圆的 1:1 比例
YQUP / YQDN 放大或缩小后续编号的默认尺寸
YQSIZE 设置后续编号的准确尺寸
YQ0YQ50 直接放置指定编号
YQHELP 显示命令帮助

如果 Unicode 编号显示为方框或问号,请运行 YQSET 并切换到 Geometry 模式。

English

Features

  • 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

Installation

Permanent installation:

  1. Copy the entire QuickCircleNumber.bundle folder to:

    %APPDATA%\Autodesk\ApplicationPlugins\

  2. Restart AutoCAD.

Temporary loading:

  1. Run APPLOAD in AutoCAD.
  2. Select QuickCircleNumber.bundle\Contents\QuickCircleNumber.lsp.

Commands

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
YQ0YQ50 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.

Package structure / 包结构

QuickCircleNumber.bundle/
├── PackageContents.xml
└── Contents/
    └── QuickCircleNumber.lsp

Current package version / 当前版本:1.2.0

About

AutoCAD 快速带圈编号插件 | Fast circled-number annotation plugin for AutoCAD.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages