PK_BODY_sweep_fair_t   

typedef int PK_BODY_sweep_fair_t;

Used in:

PK_BODY_make_swept_body_o_t


Specifies whether to use an improved algorithm for sweeping.

PK_BODY_sweep_fair_no_c             The method of sweeping is not improved.
                                    This should be used for updating models
                                    up to v13.0 that did not use the
                                    PK_BODY_sweep_fair_twist_c option.

PK_BODY_sweep_fair_twist_c          This should be used for v12.1 and v13.0
                                    models that used this option.

PK_BODY_sweep_fair_twist_2_c        This should be used for updating v13.2
                                    models that used the
                                    PK_BODY_sweep_fair_default_t option.

PK_BODY_sweep_fair_default_c        Activate latest functionality.