 |
PK_detail_def_t |
|
struct PK_detail_def_s
{
PK_detail_type_t detail_type; --- detail type
PK_FACE_array_t faces; --- faces comprising the detail
union {
PK_detail_def_hole_t *hole; --- hole detail definition
void *unknown;
} detail; --- detail
};
typedef struct PK_detail_def_s PK_detail_def_t;
This structure contains the definition of a detail.
Used in:
PK_FACE_classify_details_r_t
Its fields are:
'detail_type' specifies the type of detail
'faces' the set of all faces which make up the detail
'detail' a union of all the detail type specific detail definitions