/*
 * ENUM: SE_FOLLOW_MODEL_INSTANCES_ENUM
 *
 *   Used to indicate whether a component path will
 *   treat <Geometry Model> as a component of a
 *   <Geometry Model Instance> and <Feature Model>
 *   as a component of <Feature Model Instance>.
 */
typedef enum
{
SE_FOLLOW_MODEL_INSTANCES,
SE_DONT_FOLLOW_MODEL_INSTANCES
} SE_FOLLOW_MODEL_INSTANCES_ENUM;
Prev: SE_FIELDS_PTR. Next: SE_GEOMETRY_TOPOLOGY_LEVEL_ENUM. Up:Index