PK_emboss_overflow_t   

typedef int PK_emboss_overflow_t;

Used in:

PK_emboss_overflow_data_t


This datatype controls the overflow process for limiting the sidewall,
when the area of given target faces are not big enough to define the
emboss feature.

Available values:

    PK_emboss_overflow_added_c      Trim sidewall by including other faces
                                    of the target body as additional target
                                    faces.
    PK_emboss_overflow_mixed_c      Trim sidewall by a mixture of adding
                                    and extending other faces across the
                                    overflow boundary, based on local
                                    convexity of the boundary.
    PK_emboss_overflow_ruled_c      Trim sidewall by ruled sheet from
                                    laminar overflow boundary.
    PK_emboss_overflow_swept_c      Trim sidewall by swept sheet from
                                    laminar overflow boundary.
    PK_emboss_overflow_none_c       Do not attempt to overflow. Return error
                                    instead when it is required.
    PK_emboss_overflow_laminar_c    Trim sidewall by ruled or swept sheet by
                                    treating all overflow boundaries as
                                    laminar overflow boundaries.