PK_BODY_create_topology_2_o_t   

struct PK_BODY_create_topology_2_o_s
    {
    int              o_t_version;    --- version number
    PK_BODY_type_t   body_type;      --- preferred result body type
                                     --- (PK_BODY_type_general_c)
    };
typedef struct PK_BODY_create_topology_2_o_s
               PK_BODY_create_topology_2_o_t;



This structure contains optional controls for PK_BODY_create_topology_2

Used in:

PK_BODY_create_topology_2


The fields are as follows:

'body_type'        This indicates the expected type of the created body.  If
                   the body cannot be made to be of this type then its type
                   will be PK_BODY_type_general_c.  Note that if a body just
                   consists of any number of isolated vertices, then the
                   expected type may be specified as either
                   PK_BODY_type_minimum_c or PK_BODY_type_acorn_c. Also note
                   that if 'body_type' is set to PK_BODY_type_unspecified_c
                   then PK_BODY_create_topology_2 will return, if possible, a
                   manifold body of the lowest dimension possible.