/*
 * STRUCT: SE_CONTINUOUS_LOD_SELECT_PARAMETERS
 *
 *   Used within SE_HIERARCHY_SELECT_PARAMETERS to select which branches to
 *   traverse from a <Continuous Level of Detail Related Geometry> object when
 *   encountered by a Component Iterator.
 */
typedef struct
{
SE_CLOD_SELECT_CHOICE_ENUM clod_choice;
} SE_CONTINUOUS_LOD_SELECT_PARAMETERS;
Prev: SE_CLOD_SELECT_CHOICE_ENUM. Next: SE_CYLINDRICAL_VOLUME_EXTENT_ENTRY. Up:Index