Automatic layer switching tool for AutoCAD Drawing

Source: Internet
Author: User
Problem:
Recently, I found that many of my friends have developed many tools around the layer switching problem, but I always feel that it is too troublesome, I have developed a tool to automatically switch Layers Based on ACAD commands and layer switching rules. I wonder if it meets your needs.
Configuration method:
The program needs to configure An Acad command and layer switching rule configuration file in advance. The content and description are as follows:
; Description:
; 1. The comment line must start with ";" and cannot be empty;
; 2. the command name must be complete. aliases cannot be used and uppercase letters are used. For example, line cannot be written as l or line;
; 3. The [layer name] section is the name of the layer to be switched to before the command starts. The section contains a set of commands executed on this layer;
; 4. Each command line;
; 5. The layer name cannot be the same as the command name;
; 6. The same command cannot appear in the settings of different layers.
[0]
Dim

The role of this rule is to ensure that all labels are marked at Layer 0, rather than the current layer.

Usage:
Load ("LOAD" "layerswitch") when the program starts, and the program runs automatically.
Incremental download package:
Automatic layer switching _ detail table _ No. _ http://files.cnblogs.com/SmartSoft/071205.rar of National Standard connector Tool

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.