PK_reparam_status_t   

typedef int PK_reparam_status_t;

Used in:

PK_FACE_reparameterise_surf_r_t


A token indicating why the face is being communicated to the application.

It has the values:

PK_reparam_status_forced_c           Face was modified to satisfy the geometry
                                     sharing constraints, even though it was
                                     not passed in.

PK_reparam_status_shared_c           Geometry sharing constraints prevented
                                     the modification to the underlying surface
                                     of the face that was passed in.

PK_reparam_status_not_needed_c       Face was not modified as the application
                                     has passed in reparameterisation that is
                                     same as the existing paramterisation of
                                     the underlying surface or the application
                                     has passed in the default options and the
                                     reparameterisation is not deemed
                                     necessary.

PK_reparam_status_unshared_c         Geometry sharing constraints were broken
                                     for the surface of the given face.