Chapter 4 -- TABLES Section
VIEW
|
The following group codes apply to VIEW symbol table entries. In addition to the group codes described here, see "Common Group Codes for Symbol Table Entries." For information about abbreviations and formatting used in this table, see "Formatting Conventions in This Reference."
VIEW group codes| Group codes | Description |
100 |
Subclass marker (AcDbViewTableRecord) |
2 |
Name of view |
70 |
Standard flag values (bit-coded values): |
40 |
View height (in DCS) |
10 |
View center point (in DCS) |
20 |
DXF: Y value of view center point (in DCS) |
41 |
View width (in DCS) |
11 |
View direction from target (in WCS) |
21, 31 |
DXF: Y and Z values of view direction from target (in WCS) |
12 |
Target point (in WCS) |
22, 32 |
DXF: Y and Z values of target point (in WCS) |
42 |
Lens length |
43 |
Front clipping plane (offset from target point) |
44 |
Back clipping plane (offset from target point) |
50 |
Twist angle |
71 |
View mode (see VIEWMODE system variable) |
281 |
Render mode: |
72 |
1 if there is a UCS associated to this view, 0 otherwise. |
The following codes only appear if code 72 is set to 1. They define the UCS that is associated to this view. This UCS will become the current UCS whenever this view is restored (if code 72 is 0, the UCS is unchanged).
VIEW with UCS group codes| Group codes | Description |
110 |
UCS origin (appears only if code 72 is set to 1) |
120, 130 |
DXF: Y and Z values of UCS origin |
111 |
UCS X-axis (appears only if code 72 is set to 1) |
121, 131 |
DXF: Y and Z values of UCS X-axis |
112 |
UCS Y-axis (appears only if code 72 is set to 1) |
122, 132 |
DXF: Y and Z values of UCS Y-axis |
79 |
Orthographic type of UCS (appears only if code 72 is set to 1): |
146 |
UCS Elevation (appears only if code 72 is set to 1) |
345 |
ID/handle of AcDbUCSTableRecord if UCS is a named UCS. If not present, then UCS is unnamed. (appears only if code 72 is set to 1) |
346 |
ID/handle of AcDbUCSTableRecord of base UCS if UCS is orthographic (79 code is non-zero). If not present and 79 code is non-zero, then base UCS is taken to be WORLD. (appears only if code 72 is set to 1) |