This is a decimal integer value that encodes how each cell is to be drawn:
| Code | Display Style |
|---|---|
| 0 | Wireframe. The object is always displayed in wireframe mode even if solid graphics mode is enabled. |
| 1 | Solid. The object is displayed as a solid in solid graphics mode, a wireframe in wireframe graphics mode. |
| 2 | Almost solid (transparent 1) |
| 3 | Transparent 2 |
| 4 | Transparent 3 |
| 5 | Transparent 4 |
| 6 | Transparent 5 |
| 7 | Transparent 6 |
| 8 | Transparent 7 |
| 9 | Transparent 8 |
| 10 | Transparent 9 |
| 11 | Transparent 10 |
| 12 | Transparent 11 |
| 13 | Transparent 12 |
| 14 | Transparent 13 |
| 15 | Transparent 14 |
| 16 | Almost invisible (transparent 15) |
Note: ACE includes a display style option called "invisible". However, the cell file format does not support invisible cells and therefore "invisible" cells become visible the next time the image is loaded. Strange, but true.
This attribute has no effect on sets and is not inheritable.
The default display style is solid (1).
Comments
Post new comment