PK_BODY_loft_curvature_t   

typedef int PK_BODY_loft_curvature_t;

Used in:

PK_BODY_loft_deriv_conds_t


This datatype indicates the type of curvature control to be exercised at the
boundary profile of a lofted sheet

It has the values
    PK_BODY_loft_natural_c          Apply natural ( zero ) curvature across
                                    the boundary profile.
    PK_BODY_loft_unconstrained_c    Apply no constraint on the curvature
                                    across the profile.
    PK_BODY_loft_clamped_c          Constrain the curvature according to the
                                    supplied clamp conditions. This option may
                                    only be used for clamps of type
                                    PK_BODY_loft_clamp_face_c or
                                    PK_BODY_loft_clamp_vec_face_c.