PK_range_bound_t   

struct PK_range_bound_s
    {
    PK_LOGICAL_t        have_upper_bound; --- (PK_LOGICAL_false)
    double              upper_bound;      --- upper bound on min/max separation
                                          --- (0.0)
    PK_LOGICAL_t        have_lower_bound; --- (PK_LOGICAL_false)
    double              lower_bound;      --- lower bound on min/max separation
                                          --- (0.0)
    };
typedef struct PK_range_bound_s PK_range_bound_t;




This structure is used to place upper and/or lower bounds on the separation
of objects.

Used in:

PK_ENTITY_range_o_t
PK_ENTITY_range_vector_o_t
PK_GEOM_range_array_o_t
PK_GEOM_range_array_vector_o_t
PK_GEOM_range_o_t
PK_GEOM_range_vector_many_o_t
PK_GEOM_range_vector_o_t
PK_TOPOL_range_array_o_t
PK_TOPOL_range_array_vector_o_t
PK_TOPOL_range_geom_array_o_t
PK_TOPOL_range_geom_o_t
PK_TOPOL_range_o_t
PK_TOPOL_range_vector_o_t