PK_SURF_make_sheet_trimmed_o_t   

struct PK_SURF_make_sheet_trimmed_o_s
    {
    int                    o_t_version;     --- option structure version
    PK_LOGICAL_t           check_wires;     --- identify wire topology
                                            --- (PK_LOGICAL_false)
    PK_LOGICAL_t           check_self_int;  --- check for topological
                                            --- self-intersection
                                            --- (PK_LOGICAL_false)
    PK_LOGICAL_t           check_loops;     --- check for loop consistency
                                            --- (PK_LOGICAL_false)
    PK_LOGICAL_t           nominal_geom;    --- Enable nominal geometry
                                            --- (PK_LOGICAL_false)
    };

typedef struct PK_SURF_make_sheet_trimmed_o_s
               PK_SURF_make_sheet_trimmed_o_t;



Holds optional controls for making a sheet body from a surface and a set
of sp-curves

Used in:

PK_SURF_make_sheet_trimmed


The option structure defines options applicable to making a sheet body
from a surface and a set of sp-curves