PK_ENTITY_find_reparam_r_t   

struct PK_ENTITY_find_reparam_r_s
    {
    int                           n_records;
    PK_find_reparam_record_r_t   *records;
    };
typedef struct PK_ENTITY_find_reparam_r_s PK_ENTITY_find_reparam_r_t;


This data structure contains specifications of recommended parameterisations
for sets of geometries related to the input argument 'entities' of
PK_ENTITY_find_reparam. The recommended reparameterisations are expected to
improve the reliability of Parasolid operations on the geometries referred to.
Each set of geometries should be reparameterised simultaneously so that the
geometric relationships between them are preserved.

Used in:

PK_ENTITY_find_reparam
PK_ENTITY_find_reparam_r_f


Description of fields:


'n_records'             The number of records describing a preferred
                        parameterisation of a set of geometries
                        that should be reparameterised simultaneously.


'records'               An array each entry of which specifies a preferred
                        parameterisation for a set of geometries that should
                        be reparameterised simultaneously.