PK_PARTITION_ask_r_t   

struct PK_PARTITION_ask_r_s
    {
    int             r_t_version;          --- version number
    PK_LOGICAL_t    allow_partial_pmarks; --- whether the partition allows
                                          --- partial pmarks
    };

typedef struct PK_PARTITION_ask_r_s PK_PARTITION_ask_r_t;



A structure packaging the results of PK_PARTITION_ask.

Used in:

PK_PARTITION_ask
PK_PARTITION_ask_r_f


Description of fields:

'allow_partial_pmarks'        whether the partition allows partial pmarks.

Note: You are advised to consult with Parasolid Support before using
partial pmarks.