PK_LROD_shape_cone_o_t   

struct PK_LROD_shape_cone_o_s
    {
    int                 o_t_version;       --- version number of options
                                           --- structure
    PK_LROD_inherit_t   lrod_inherit;      --- Whether the terminal radii of
                                           --- the lrods are inherited from
                                           --- the lballs.
                                           --- (PK_LROD_inherit_no_c)
    };
typedef struct PK_LROD_shape_cone_o_s PK_LROD_shape_cone_o_t;


This structure contains cone-specific optional controls.

Used in:

PK_LROD_shape_opts_t


Description of fields:

'lrod_inherit'          Describes the inheritance behaviour of the terminal
                        radii of the lrods with respect to the lballs. If
                        'lrod_inherit' is set to PK_LROD_inherit_no_c, the
                        'graph_reader' expects to receive the radius of
                        each lrod.