![]() |
PK_fix_status_t |
typedef int PK_fix_status_t;
PK_CURVE_fix_degens_cu_t
PK_CURVE_fix_self_int_cu_t
PK_SURF_fix_degens_r_t
PK_SURF_fix_self_int_surf_t
This datatype indicates the status of a fixed geometry. It has the values: PK_fix_status_exact_c The resultant geometry is exactly coincident with the original geometry. PK_fix_status_approx_c The resultant geometry is an approximation of the original geometry, and the maximum deviation between the resultant geometry and the original geometry is less than or equal to the supplied 'tolerance'. PK_fix_status_too_tight_c The resultant geometry is an approximation of the original geometry, but the maximum deviation between the resultant geometry and the original geometry is greater than the supplied 'tolerance'. An upper bound for the maximum deviation will be returned in 'achieved_tol'.