2012
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
Customize the user interface. You can control many aspects of the
user interface, including the functionality and appearance of the Workflow
palette and menu bar. You use the CUI command to create and edit
commands, and assign them to a menu on the menu bar or a tab on the
Workflow palette.
Customize the status line. You can toggle the display of the controls
on the status bar. Right-click an empty area of the status bar and choose
which controls to turn on or off.
Automate repetitive tasks by writing scripts. A script is an ASCII
text file containing commands that are processed like a batch file when
you run the script. For example, if a set of drawings needs to be plotted a
certain way, you can write a script that opens each drawing, hides and
displays various layers, and issues PLOT commands.
Redefine or disable selected AutoCAD for Mac commands, either
at the command prompt or as part of an AutoLISP or ObjectARX
®
program. You can redefine certain AutoCAD for Mac commands to issue
supplementary messages and instructions or, for example, to create a
drawing management system in which the QUIT command is redefined
to write billing information to a log file before ending the editing session.
In addition to the methods described in the Customization Guide, there are
application programming interfaces (APIs) available for customizing AutoCAD
for Mac.
Introduction to Programming Interfaces (page 77) briefly describes
these APIs and provides cross-references to more information.
See also:
Organize Program and Support Files (page 2)
Create Command Aliases (page 13)
Custom Linetypes (page 15)
Custom Hatch Patterns (page 25)
DIESEL (page 61)
Introduction to Programming Interfaces (page 77)
Slides and Command Scripts (page 73)
Organize Program and Support Files
You can change the default directory structure for the program and support
files to suit your needs.
2 | Chapter 1 Basic Customization