PK_ENTITY_find_reparam_o_t   

struct PK_ENTITY_find_reparam_o_s
    {
    int                 o_t_version;      --- version number
    PK_LOGICAL_t        stop_after_first; --- whether to stop after the
                                          --- first set of geometries whose
                                          --- quality can be improved by
                                          --- reparameteristion is found.
                                          --- (PK_LOGICAL_false)
    };
typedef struct PK_ENTITY_find_reparam_o_s PK_ENTITY_find_reparam_o_t;



Used in:

PK_ENTITY_find_reparam


Description of fields:


'stop_after_first'       If this is set to PK_LOGICAL_true, the function will
                         find only the first set of geometries whose quality
                         can be improved by reparameterising them
                         simultaneously.

                         If this is set to PK_LOGICAL_false, the function will
                         find all such sets of geometries associated with the
                         entities passed in to PK_ENTITY_find_reparam.

                         The default is PK_LOGICAL_false.