PK_geom_sharing_t   

typedef int PK_geom_sharing_t;

Used in:

PK_FACE_reparameterise_surf_o_t


A token indicating how to deal with geometry sharing.

It has the values:

PK_geom_sharing_keep_fail_c      API must preserve the geometry sharing and
                                 fail if all the faces that are dependent on
                                 the surface are not passed in.

PK_geom_sharing_keep_force_c     API must preserve the geometry sharing and
                                 modify all the faces that are dependent on the
                                 surface, even if some of them are not passed
                                 in.

PK_geom_sharing_can_break_c      API can break the geometry sharing, if not
                                 all of the faces that are dependent on the
                                 surface are passed in. Faces that are not
                                 passed in retain the original surface.