PK_BODY_loft_deriv_mag_t   

typedef int PK_BODY_loft_deriv_mag_t;

Used in:

PK_BODY_make_lofted_body_o_t


This datatype specifies the algorithm used to calculate derivative magnitudes
when derivative conditions have been specified. It is recommended that
PK_BODY_loft_deriv_mag_round_c should always be used, unless updating old
models. It has the values:

    PK_BODY_loft_deriv_mag_single_c    Use a single default clamp magnitude
                                       value across profile sections.

    PK_BODY_loft_deriv_mag_smooth_c    Vary default clamp magnitudes smoothly
                                       across profile sections.

    PK_BODY_loft_deriv_mag_round_c     Vary default clamp magnitudes smoothly
                                       across profile sections with an aim to
                                       produce a more rounded shape across the
                                       entire loft. This is the recommended
                                       value.