PK_FACE_find_blend_unders_o_t   


struct PK_FACE_find_blend_unders_o_s
    {
    int                     o_t_version;    --- version number of options
                                            --- structure
    double                  tolerance;      --- tolerance (1e-6)
    PK_local_ops_update_t   update;         --- update flag
                                            --- (PK_local_ops_update_default_c)
    };
typedef struct PK_FACE_find_blend_unders_o_s PK_FACE_find_blend_unders_o_t;







The PK_FACE_find_blend_unders_o_t structure provides the following controls:


Specific Errors:
    PK_ERROR_bad_tolerance       (MILD) 'tolerance' is too small

Used in:

PK_FACE_find_blend_unders


Description of fields:

'tolerance'             tolerance of the face

'update'                The default value allows applications to take
                        advantage of the latest enhancements of the generic
                        algorithms supporting Parasolid local operations
                        functions. To maintain consistency when rebuilding
                        models created in a previous version of Parasolid,
                        a non-default value should be specified.
                        The default value is PK_local_ops_update_default_c.