PK_EDGE_max_dev_t   

typedef int PK_EDGE_max_dev_t;

Used in:

PK_EDGE_optimise_o_t


This datatype determines if a value for 'max_dev' has been supplied
by the user or if the value for 'max_dev' is taken to be the current
tolerance of the edge.

It has the values:
    PK_EDGE_max_dev_edge_tol_c:       Parasolid will seek to optimise the
                                      edge such that the maximum deviation
                                      is less than the current tolerance of
                                      the edge.

    PK_EDGE_max_dev_supplied_c:       Parasolid will seek to optimise the
                                      tolerance of the edge such that the
                                      tolerance is less than or equal to the
                                      value supplied in 'max_dev'.