2013
Table Of Contents
- Contents
- Basic Customization
- Custom Linetypes
- Custom Hatch Patterns
- User Interface Customization
- DIESEL
- Command Scripts
- Introduction to Programming Interfaces
- Shapes and Shape Fonts
- Overview of Shape Files
- Create Shape Definition Files
- Shape Descriptions
- Vector Length and Direction Code
- Special Codes
- Use Special Codes
- Codes 0, 1, and 2: End of Shape and Draw Mode Control
- Codes 3 and 4: Size Control
- Codes 5 and 6: Location Save/Restore
- Code 7: Subshape
- Codes 8 and 9: X-Y Displacements
- Code 00A: Octant Arc
- Code 00B: Fractional Arc
- Codes 00C and 00D: Bulge-Specified Arcs
- Code 00E: Flag Vertical Text Command
- Text Font Descriptions
- Sample Files
- Big Font Descriptions
- Unicode Font Descriptions
- Superscripts and Subscripts in SHX Files
- Index
$(if,$(getvar,snapmode),!.)Snap^B
$(if,$(getvar,gridmode),!.)Grid^G
Simultaneously Disable and Mark Command Items
You can mark and disable commands at the same time using either of the
following formats:
~!.labeltext
!.~labeltext
The tilde (~) is the special character code to disable a command and an
exclamation point and period (!.) is the special character code to mark a
command.
See also:
DIESEL Expressions in Macros (page 63)
Create Tooltips for Commands
Tooltips are descriptive messages that are displayed near the cursor when it
hovers over a tool set tool.
The Description property associated to a command provides a simple
description for what the command does. The value of the Description property
is displayed as part of a basic tooltip that is displayed when the cursor hovers
over a tool set tool. Along with the description, the name of the command is
also displayed.
See also:
Customize Commands (page 36)
Create and Manage Images for Commands
Images can be assigned to commands, and can be of two different types:
standard and custom. Standard images come with AutoCAD in a library, while
external raster images can be assigned to commands in the Customize dialog
box.
Customize Commands | 51