PK_outline_edge_on_t   

typedef int PK_outline_edge_on_t;

Used in:

PK_BODY_make_curves_outline_o_t


PK_outline_edge_on_t controls whether to create outlines of wire components and
edge-on sheet components of the input bodies:

    PK_outline_edge_on_none_c   No outlines will be generated from wire and
                                edge-on sheet components of the input bodies.
    PK_outline_edge_on_all_c    Outlines will be created if the input bodies
                                only contain wire and edge-on sheet components.
                                Otherwise the function fails.
    PK_outline_edge_on_both_c   Outlines will be created from wire and edge-on
                                components of the input bodies and be trimmed
                                by the outlines of solid and non-edge-on sheet
                                components, which will also be included in the
                                result.