PK_EDGE_reset_precision_o_t   
struct PK_EDGE_reset_precision_o_s
    {
    int                    o_t_version; --- version number of option
                                        --- structure
    PK_reset_prec_method_t method;      --- method how the edge geometry
                                        --- is determined
                                        --- (PK_reset_prec_method_any_c)
    };

typedef struct PK_EDGE_reset_precision_o_s PK_EDGE_reset_precision_o_t;



This options structure holds optional controls for PK_EDGE_reset_precision_2.

Used in:

PK_EDGE_reset_precision_2



PK_EDGE_reset_precision_o_t has the following fields:

'method' : Indicates the method how the edge geometry is determined.
           The default value is PK_reset_prec_method_any_c.


Generated on: Fri, 04 Oct 2024 12:18:23 GMT