PK_PARTITION_ask_pmarks_2_o_t   

struct PK_PARTITION_ask_pmarks_2_o_s
    {
    int                o_t_version;  --- version number of options
                                     --- structure
    PK_LOGICAL_t       want_pmarks;  --- whether to return an array of
                                     --- pmarks (PK_LOGICAL_true)
    PK_selector_type_t partial;      --- select partial pmarks
                                     --- (PK_selector_type_off_c)
    };

typedef struct PK_PARTITION_ask_pmarks_2_o_s PK_PARTITION_ask_pmarks_2_o_t;



This structure contains optional controls for PK_PARTITION_ask_pmarks_2.

Used in:

PK_PARTITION_ask_pmarks_2


It has the fields:

'want_pmarks'   whether to return an array of pmarks. If it is set to
                PK_LOGICAL_false, the function will only compute the
                number of pmarks requested.

'partial'       whether to exclusively return the partial pmarks. The default
                is to avoid selecting based on complete or partial pmarks by
                using PK_selector_type_off_c.  To only ask about partial
                pmarks, use PK_selector_type_include_c.  To only ask about
                complete pmarks, use PK_selector_type_exclude_c.

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