PK_SURF_fix_self_int_surf_t   

struct PK_SURF_fix_self_int_surf_s
    {
    PK_SURF_t       res_surf;
    PK_fix_status_t status;
    double          achieved_tol;
    };

typedef struct PK_SURF_fix_self_int_surf_s PK_SURF_fix_self_int_surf_t;



A structure packaging the resultant fixed surface.

Used in:

PK_SURF_fix_self_int_r_t


The structure has the following fields :

'res_surf'        The resultant surface.

'status'          Whether the resultant surface 'res_surf' is exactly
                  coincident with the input 'surf', an approximation within
                  'tolerance', or an approximation outside of 'tolerance'.

'achieved_tol'    If 'status' is set to PK_fix_status_too_tight_c, this field
                  gives an upper bound for the maximum deviation between the
                  'res_surf' and the input 'surf'.