PK_BODY_repair_shells_o_t   

struct PK_BODY_repair_shells_o_s
    {
    int                        o_t_version; --- version number
    PK_BODY_type_t             body_type;   --- preferred body type
                                            --- (PK_BODY_type_unspecified_c)
    PK_SHELL_repair_tracking_t tracking;    --- whether to return tracking
                                            --- (PK_SHELL_repair_tracking_no_c)
    };
typedef struct PK_BODY_repair_shells_o_s PK_BODY_repair_shells_o_t;



This structure contains optional controls for PK_BODY_repair_shells.

Used in:

PK_BODY_repair_shells


The options provided are:

'body_type'      Indicates the preferred type of the result.
                 The operation adjusts the face senses and sets the
                 appropriate region types to achieve the desired body type.
                 If the type is unspecified (i.e. PK_BODY_type_unspecified_c)
                 the type of the resulting body will be the original one
                 where possible. Othewise the resulting body will be
                 the specified type where possible.
                 The default value is PK_BODY_type_unspecified_c.

'tracking'       Controls whether tracking info should be returned.
                 The regions and shells are tracked.
                 The default value is PK_SHELL_repair_tracking_no_c.