8.7.1 functions and usage of graph statistics
You can use the "status" command in AutoCAD to query the basic information of the current graph, such as the current graph range and various graph modes.
The command is called as follows:
Menu: Tools → inquiry → status )]
Command Prompt line: Status
In addition, you can use status in the prompt dim to display the values and descriptions of all system variables. For details about the dim prompt, see Chapter 11th.
8.7.2 detailed graph statistics
After the "status" command is called, various statistical information will be returned, as shown in Table 8-5:
Table 8-5 STATUS Command query content
Project |
Description |
Number of objects in the current Graph |
It includes various graphic objects, non-graphic objects (layers and line types), and internalProgramObjects (such as symbol tables) |
Model space limits are (graphical boundaries of model space) |
Graphical boundaries defined by limits, including the XY coordinates in the lower left and upper right corner of the boundaries, and the status of the border check settings |
Model space uses (used in model space) |
The graphic range, including the XY coordinates in the lower left corner of the graphic range and the upper right corner. If the comment "over" is displayed, it indicates that the graphic range exceeds the Drawing Limit. |
Display shows (display range) |
Display range, including the XY coordinates in the lower left corner of the display range and the upper right corner. |
Insertion base is (insert base point) |
Graph insertion point |
Snap resolution is (capture resolution) |
Capture spacing in the X and Y directions |
Grid spacing is (grid spacing) |
Grid spacing between x and y |
Current Space) |
Displays whether the currently activated model space or drawing space is used. |
Table 8-5 STATUS Command query content
Project |
Description |
Current layout (current layout) |
Current layout of the image |
Current layer) |
Current layer of the image |
Current color (current color) |
Current color of the image |
Current linetype (current line type) |
Current line type of the image |
Current lineweight (current line width) |
Current line width of the image |
Current plot style (current Print Style) |
Current Print Style of the image |
Current elevation, thickness (Current elevation and thickness) |
Current elevation and current thickness of the image |
Fill, grid, ortho, qtext, snap, Tablet (Fill, raster, orthogonal, FAST text, capture, digital meter) |
Fill, raster, orthogonal, FAST text, capture, current state of the digitalized Mode |
Object snap modes (Object Capture Mode) |
Running object Capture Mode |
Free DWG disk (d :) Space (Available Graphic File disk space) |
Available space capacity of the disk where the AutoCAD graphic file is located |
Free temp disk (C :) Space (Available temporary file disk space) |
Available space capacity of the disk where the temporary file of AutoCAD is located |
Free physical memory (available physical memory) |
Memory capacity available in the system |
Free swap file space (swap file space available) |
Capacity of swap files in the operating system |
Note that when you use the "status" command in a paper space, except for the current space, current layout, limitations of the space, and usage items, the other items are the same as the model space. For more information about the concept of drawing space, see Chapter 17th.
The "status" command can be used transparently.