|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_Display_Style |
|---|
/* * SET: SE_Display_Style * * This data type is used in <Rendering Properties> to choose a * style in which to render geometric objects (usually <Polygon> * instances). */
| typedef | struct | |
| { | ||
| SE_Integer_Unsigned : 1 | Solid; | |
| SE_Integer_Unsigned : 1 | Wireframe; | |
| } SE_Display_Style; |
|