|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_Display_Style |
|---|
/* * ENUM: 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 | enum |
| { | |
| SE_DISP_STYLE_SOLID = 0x0001, | |
| SE_DISP_STYLE_WIREFRAME = 0x0002 |
|