PK_FACE_ask_faces_adjacent_o_t   

struct PK_FACE_ask_faces_adjacent_o_s
    {
    int                   o_t_version;              --- version number of
                                                    --- option structure
    PK_LOGICAL_t          include_vertex_connected; --- Whether vertex-
                                                    --- connected adjacent
                                                    --- faces are returned
                                                    --- (PK_LOGICAL_false)
    };
typedef struct PK_FACE_ask_faces_adjacent_o_s PK_FACE_ask_faces_adjacent_o_t;


This structure contains optional controls for PK_FACE_ask_faces_adjacent

Used in:

PK_FACE_ask_faces_adjacent



Description of fields:

'include_vertex_connected'  if set to PK_LOGICAL_true, all vertex-
                            connected adjacent faces will be returned as
                            well as edge-connected faces. If set to
                            PK_LOGICAL_false (the default) only
                            edge-connected faces will be returned.