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

SE_Integer_Unsigned : 1  Solid;
SE_Integer_Unsigned : 1  Wireframe;
} member; } SE_Display_Style;


Prev: SE_Display_Side. Next: SE_DRM_Class.


Return to: Top of this Page, Type Index