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
} SE_Display_Style;



Prev: SE_Display_Side. Next: SE_Display_Type.


Return to: Top of this Page, Type Index

Last updated: May 15, 2003 Copyright © 2003 SEDRIS™